.wcpej-expiry-wrapper {
    display: inline-flex;
    align-items: center;
    padding: 0.4em 0.75em;
    margin-bottom: 0.75em;
    border-radius: 999px;
    background: rgba(255, 154, 0, 0.08);
    color: #444;
    font-size: 0.9em;
    line-height: 1.6;
}

.wcpej-expiry-label {
    font-weight: 600;
    margin-left: 0.4em;
    display: inline-flex;
    align-items: center;
    gap: 0.35em;
}

.wcpej-expiry-icon {
    width: 1.1em;
    height: 1.1em;
    flex-shrink: 0;
    color: inherit;
    opacity: 0.85;
}

.wcpej-expiry-date {
    font-weight: 500;
    color: #d35400;
}

.rtl .wcpej-expiry-wrapper {
    direction: rtl;
}

