/* --- UI Refinements Fixes --- */

/* WhatsApp Recovery Message - Single Line (Reverted) */
/* .vibe-wa-notification-text {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
} */

/* Checkout Fields - Label Position */
.vibe-form-group label {
    right: calc(2rem + 5px) !important;
    /* Shifted left by 5px */
}

/* Input Icon Position */
.vibe-input-icon {
    right: 0.75rem !important;
}

/* Floating Label Position */
.vibe-form-group.vibe-float label,
.vibe-form-group.vibe-float-always label {
    right: calc(1.5rem + 5px) !important;
    /* Shifted left by 5px */
    background-color: #ffffff !important;
    /* Ensure background covers border */
    padding: 0 5px !important;
    z-index: 20 !important;
}

/* Coupon Toggle Alignment */
.vibe-coupon-toggle {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.9rem;
    color: var(--vibe-primary);
    font-weight: 600;
}