.wccc-coupon-field-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}

.wccc-coupon-field {
    font-weight: 700;
    font-size: 22px;
    color: rgb(42, 42, 42);
}

.wccc-icon {
    cursor: pointer;
    padding-top: 6px;
}

.wccc-popup {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 10px;
    font-size: 13px;
    color: #fff;
    background: #4caf50;
    border-radius: 4px;
    white-space: nowrap;
    display: none;
    pointer-events: none;
    z-index: 9999;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    user-select: none;
}
