﻿/*.ta-pending-body {
    font-family: 'Inter', -apple-system, system-ui, sans-serif;
    background-color: #f8f9fc;
    margin: 0;
    display: flex;
    flex-direction: column;*/ /* Changed to column */
    /*align-items: center;*/
    /* Remove justify-content: center to allow top-down flow on long pages */
    /*justify-content: flex-start;
    min-height: 100vh;
    color: #2B0171;*/
    /* Changed from absolute to relative to allow natural scrolling */
    /*position: relative;
    padding: 40px 20px;*/ /* Added padding for top/bottom breathing room */
    /*box-sizing: border-box;
    overflow-y: auto;*/ /* Ensures the body itself can scroll */
/*}*/
/* 1. Keep the light blue background you liked */
/*.ta-pending-body {
    font-family: 'Inter', -apple-system, system-ui, sans-serif;
    background-color: #f8f9fc;*/ /* The light blue/grey you liked */
    /*margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 100vh;
    padding: 40px 20px;
    box-sizing: border-box;
    overflow-y: auto;
}*/

/* 2. Unified Container: This stops the stretching */
.ta-setup-container,
.ta-pending-container {
    width: 100%;
   
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers the card in the viewport */
}

.ta-setup-card {
    max-width: 650px; /* Reduced from 580px for a slimmer look */

    background: #ffffff;
    padding: 40px; /* Generous padding creates the "long" look */
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(43, 1, 113, 0.05);
    border: 1px solid rgba(104, 104, 128, 0.1);
    width: 100%;
    box-sizing: border-box;
}

.ta-pending-card {
    max-width: 410px; /* Reduced from 580px for a slimmer look */
    background: #ffffff;
    padding: 40px; /* Generous padding creates the "long" look */
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(43, 1, 113, 0.05);
    border: 1px solid rgba(104, 104, 128, 0.1);
    width: 100%;
    box-sizing: border-box;
}

/* 4. Fix for the OTP Input (prevents it from being too wide) */
.ta-otp-input {
    width: 100%;
    max-width: 300px; /* Keeps the code input compact and centered */
    margin: 0 auto 24px auto;
    display: block;
    text-align: center;
    font-size: 24px;
    letter-spacing: 8px;
    background: #f0f0f5;
    border: none;
    padding: 14px;
    border-radius: 10px;
}


/*.ta-setup-container {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
    box-sizing: border-box;*/
    /* Ensure container doesn't get cut off */
    /*display: flex;
    flex-direction: column;
}*/

.ta-setup-card {
    background: #ffffff;
    padding: 32px; /* Slightly reduced for better mobile fit */
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(43, 1, 113, 0.05);
    border: 1px solid rgba(104, 104, 128, 0.1);
    width: 100%;
    box-sizing: border-box;
    /* Keeps the card from being too small on tiny screens */
    min-width: 0;
}
.ta-phone-highlight {
    font-weight: 700;
    color: #2B0171;
    display: inline-block;
    margin-top: 8px;
    letter-spacing: 0.5px; /* Keeps the dots and numbers crisp */
}
.ta-pending-logo-section {
    text-align: center;
    margin-bottom: 24px;
}

.ta-pending-logo-img {
    max-width: 180px;
    max-height: 60px;
    height: auto;
    width: auto;
    display: inline-block;
}

.ta-pending-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(43, 1, 113, 0.05);
    text-align: center;
    border: 1px solid rgba(104, 104, 128, 0.1);
}

.ta-pending-status-icon {
    width: 56px;
    height: 56px;
    background-color: #E6B80B;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
}

.ta-pending-title {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 12px 0;
    color: #2B0171;
}

.ta-pending-description {
    font-size: 15px;
    line-height: 1.6;
    color: #686880;
    margin-bottom: 24px;
}
.ta-ending-text {
    display: block; /* Forces it to its own line for the "long" look */
    margin-top: 4px;
    color: #2B0171; /* Deep purple matching your logo */
}

    .ta-ending-text strong {
        font-weight: 800;
        font-size: 17px; /* Slightly larger digits for quick recognition */
        letter-spacing: 0.5px;
    }
.ta-pending-email-display {
    display: block;
    background: #f0f0f5;
    padding: 10px;
    border-radius: 8px;
    color: #2B0171;
    font-weight: 600;
    margin: 15px 0;
    word-break: break-all;
    border: 1px dashed #686880;
}

.ta-pending-resend-btn {
    display: inline-block;
    width: 100%;
    background-color: #2B0171;
    color: #ffffff;
    border: none;
    padding: 14px 20px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.2s ease;
    cursor: pointer;
}

    .ta-pending-resend-btn:hover {
        background-color: #1e0150;
        box-shadow: 0 4px 12px rgba(43, 1, 113, 0.15);
    }

    .ta-pending-resend-btn:disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }

.ta-pending-notice {
    margin-top: 20px;
    font-size: 13px;
    color: #686880;
    font-style: italic;
}

.ta-pending-footer-link {
    background: none;
    border: none;
    display: block;
    width: 100%;
    text-align: center;
    color: #686880; /* The professional grey */
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 25px;
    cursor: pointer;
    transition: color 0.2s;
}

    .ta-pending-footer-link:hover {
        color: #2b0171; /* Turns purple on hover */
    }

.ta-api-feedback {
    margin-top: 15px;
    padding: 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}

.ta-success {
    color: #2B0171;
    background-color: rgba(230, 184, 11, 0.2); /* Light gold background */
    border: 1px solid #E6B80B;
}

.ta-error {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}



.ta-input-group {
    display: flex;
    align-items: center;
    background: #f0f0f5;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid rgba(104, 104, 128, 0.1);
}

.ta-input-prefix {
    padding: 14px;
    background: #e2e2eb;
    border-radius: 10px 0 0 10px;
    font-weight: 700;
    color: #2B0171;
}

.ta-phone-input, .ta-otp-input {
    width: 100%;
    border: none;
    background: transparent;
    padding: 14px;
    font-size: 18px;
    font-weight: 600;
    color: #2B0171;
    letter-spacing: 1px;
    outline: none;
}

.ta-otp-input {
    text-align: center;
    font-size: 24px;
    letter-spacing: 8px;
    background: #f0f0f5;
    border-radius: 10px;
    margin-bottom: 20px;
}

.ta-timer-section {
    margin-top: 15px;
    font-size: 14px;
    color: #686880;
}

.ta-timer-text strong {
    color: #2B0171;
    font-variant-numeric: tabular-nums; /* Prevents text jumping while counting */
}

.ta-resend-link {
    background: none;
    border: none;
    color: #2B0171;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
    padding: 5px 10px;
}

    .ta-resend-link:hover {
        color: #E6B80B;
    }

    .ta-resend-link:disabled {
        color: #ccc;
        cursor: not-allowed;
    }

.ta-footer-copyright {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(104, 104, 128, 0.1);
    font-size: 11px;
    color: #a0a0b0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Ensure numeric input doesn't show spin buttons on desktop */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}




/* ========================================
   USER SETUP PAGE STYLES - FIXED
   ======================================== */

/*.ta-setup-container {
    width: 100%;
    max-width: 580px;
    padding: 16px;
    margin: 0 auto;
    box-sizing: border-box;
}*/

.ta-setup-card {
    background: #ffffff;
    padding: 24px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(43, 1, 113, 0.05);
    border: 1px solid rgba(104, 104, 128, 0.1);
    width: 100%;
    box-sizing: border-box;
}

.ta-setup-header {
    text-align: center;
    margin-bottom: 20px;
}

.ta-setup-title {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 6px 0;
    color: #2B0171;
}

.ta-setup-subtitle {
    font-size: 12px;
    color: #686880;
    margin: 0 0 12px 0;
}

/* Progress Bar */
.ta-setup-progress {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
}

.ta-setup-progress-text {
    font-size: 11px;
    color: #686880;
}

.ta-setup-progress-bars {
    display: flex;
    gap: 6px;
}

.ta-setup-bar {
    width: 36px;
    height: 5px;
    border-radius: 999px;
    background: #e0e0e8;
    transition: background 0.2s ease;
}

    .ta-setup-bar.filled {
        background: #2B0171;
    }

/* Toggle Group */
.ta-setup-toggle-group {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
    background: #f0f0f5;
    padding: 3px;
    border-radius: 8px;
}

.ta-setup-toggle-btn {
    flex: 1;
    padding: 8px 10px;
    border: none;
    background: transparent;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #686880;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

    .ta-setup-toggle-btn:hover {
        color: #2B0171;
    }

    .ta-setup-toggle-btn.active {
        background: #2B0171;
        color: #ffffff;
        box-shadow: 0 2px 8px rgba(43, 1, 113, 0.2);
    }

/* Section */
.ta-setup-section {
    margin-bottom: 16px;
}

.ta-setup-section-title {
    font-size: 11px;
    font-weight: 700;
    color: #2B0171;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.ta-setup-note {
    font-size: 11px;
    color: #686880;
    margin: -6px 0 12px 0;
}

.ta-setup-divider {
    height: 1px;
    background: rgba(104, 104, 128, 0.15);
    margin: 14px 0;
}

/* Fields */
.ta-setup-field {
    margin-bottom: 10px;
}

.ta-setup-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.ta-setup-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #686880;
    margin-bottom: 4px;
}

.ta-setup-req {
    color: #dc3545;
    font-weight: 700;
}

.ta-setup-input,
.ta-setup-select,
.ta-setup-textarea,
.ta-setup-file {
    width: 100%;
    padding: 9px 10px;
    font-size: 12px;
    font-weight: 500;
    color: #2B0171;
    background: #f8f9fc;
    border: 1px solid rgba(104, 104, 128, 0.15);
    border-radius: 8px;
    outline: none;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.ta-setup-textarea {
    min-height: 60px;
    resize: vertical;
}

    .ta-setup-input:focus,
    .ta-setup-select:focus,
    .ta-setup-textarea:focus {
        border-color: #2B0171;
        background: #ffffff;
        box-shadow: 0 0 0 2px rgba(43, 1, 113, 0.1);
    }

.ta-setup-input::placeholder {
    color: #a0a0b0;
    font-weight: 400;
}

.ta-setup-select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23686880' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px;
}

.ta-setup-hint {
    font-size: 10px;
    color: #a0a0b0;
    margin-top: 3px;
}

/* Input Group Compact */
.ta-input-group-compact {
    display: flex;
    align-items: center;
    background: #f8f9fc;
    border-radius: 8px;
    border: 1px solid rgba(104, 104, 128, 0.15);
    overflow: hidden;
}

    .ta-input-group-compact .ta-input-prefix {
        padding: 9px 10px;
        background: #e8e8f0;
        font-weight: 600;
        color: #2B0171;
        font-size: 12px;
        border: none;
        border-radius: 0;
    }

    .ta-input-group-compact .ta-phone-input {
        flex: 1;
        border: none;
        background: transparent;
        padding: 9px 10px;
        font-size: 12px;
        outline: none;
        min-width: 0;
    }

/* Pill Group */
.ta-setup-pill-group {
    display: flex;
    gap: 8px;
}

    .ta-setup-pill-group.wrap {
        flex-wrap: wrap;
    }

.ta-setup-pill {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border: 1px solid rgba(104, 104, 128, 0.15);
    border-radius: 999px;
    background: #f8f9fc;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 12px;
    color: #2B0171;
}

    .ta-setup-pill:hover {
        border-color: #2B0171;
    }

    .ta-setup-pill.active {
        color: white;
        background : rgba(43, 1, 113, 0.8);
        border-color: #2B0171;
    }

    .ta-setup-pill input {
        display: none;
    }

/* Check List */
.ta-setup-check-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ta-setup-check-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    border: 1px solid rgba(104, 104, 128, 0.15);
    border-radius: 8px;
    background: #f8f9fc;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .ta-setup-check-row:hover {
        border-color: #2B0171;
    }

    .ta-setup-check-row input[type="checkbox"] {
        width: 16px;
        height: 16px;
        margin-top: 2px;
        flex-shrink: 0;
        accent-color: #2B0171;
    }

    .ta-setup-check-row strong {
        display: block;
        font-size: 12px;
        color: #2B0171;
        margin-bottom: 2px;
    }

/* Calendar */
.ta-setup-calendar {
    border: 1px solid rgba(104, 104, 128, 0.15);
    border-radius: 8px;
    padding: 12px;
    background: #fff;
    margin-top: 10px;
}

.ta-setup-calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 13px;
    color: #2B0171;
}

.ta-setup-cal-nav {
    background: transparent;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 4px 8px;
    color: #686880;
}

.ta-setup-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    text-align: center;
}

.ta-setup-day-name {
    font-size: 10px;
    color: #686880;
    font-weight: 600;
    text-transform: uppercase;
    padding: 4px;
}

.ta-setup-day {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.1s;
    color: #2B0171;
}

    .ta-setup-day:hover {
        background: #f0f0f5;
    }

    .ta-setup-day.muted {
        color: #ccc;
        pointer-events: none;
    }

    .ta-setup-day.selected {
        background: #2B0171;
        color: #fff;
        font-weight: 600;
    }

    .ta-setup-day.today {
        border: 1px solid #2B0171;
        font-weight: 700;
    }

/* Time Slots */
.ta-setup-time-slots {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(104, 104, 128, 0.15);
}

.ta-setup-slot-controls {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.ta-setup-time-group {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ta-setup-time-input {
    width: 90px;
    padding: 6px 8px;
    font-size: 12px;
    border: 1px solid rgba(104, 104, 128, 0.15);
    border-radius: 6px;
}

.ta-setup-method-group {
    display: flex;
    gap: 10px;
}

.ta-setup-checkbox-label {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #2B0171;
    cursor: pointer;
}

.ta-setup-add-btn {
    margin-left: auto;
    padding: 6px 14px;
    background: #2B0171;
    color: #fff;
    border: none;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

    .ta-setup-add-btn:hover {
        background: #1e0150;
    }

/* Slots List */
.ta-setup-slots-list {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(104, 104, 128, 0.15);
}

.ta-setup-slot-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f9fc;
    border: 1px solid rgba(104, 104, 128, 0.15);
    border-radius: 6px;
    padding: 8px 10px;
    margin-bottom: 6px;
    font-size: 12px;
}

.ta-setup-slot-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ta-setup-slot-date {
    font-weight: 600;
    color: #2B0171;
    min-width: 80px;
}

.ta-setup-slot-time {
    font-size: 12px;
    color: #686880;
}

.ta-setup-slot-remove {
    background: transparent;
    border: none;
    color: #686880;
    font-size: 16px;
    cursor: pointer;
    padding: 4px;
}

    .ta-setup-slot-remove:hover {
        color: #dc3545;
    }

/* Actions */
.ta-setup-actions {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.ta-setup-btn-secondary {
    padding: 10px 18px;
    background: transparent;
    color: #2B0171;
    border: 1px solid rgba(104, 104, 128, 0.2);
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .ta-setup-btn-secondary:hover {
        border-color: #2B0171;
        background: rgba(43, 1, 113, 0.05);
    }

.ta-setup-actions .ta-pending-resend-btn {
    flex: 1;
    padding: 10px 18px;
    font-size: 13px;
}

/* Reuse existing input group */
.ta-setup-section .ta-input-group {
    margin-bottom: 0;
}

.ta-setup-section .ta-phone-input {
    font-size: 12px;
}

/* ========================================
   RESPONSIVE STYLES
   ======================================== */

@media (max-width: 600px) {
    .ta-setup-container {
        padding: 12px;
        max-width: 100%;
    }

    .ta-setup-card {
        padding: 16px;
        border-radius: 16px;
    }

    .ta-setup-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .ta-setup-toggle-btn {
        padding: 6px 8px;
        font-size: 11px;
    }

    .ta-setup-title {
        font-size: 16px;
    }

    .ta-setup-subtitle {
        font-size: 11px;
    }

    .ta-setup-slot-controls {
        flex-direction: column;
        align-items: stretch;
    }

    .ta-setup-time-group {
        justify-content: center;
    }

    .ta-setup-method-group {
        justify-content: center;
    }

    .ta-setup-add-btn {
        margin-left: 0;
        width: 100%;
    }

    .ta-setup-bar {
        width: 28px;
    }
}

.ta-setup-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px; /* Increased gap for better readability */
}

@media (max-width: 768px) {
    .ta-setup-row {
        grid-template-columns: 1fr; /* Stack fields on mobile/tablets */
        gap: 10px;
    }

    .ta-pending-body {
        padding: 20px 15px; /* Smaller padding on mobile */
    }

    .ta-setup-card {
        padding: 20px; /* More room for content on small screens */
    }
}

.ta-setup-toggle-group {
    display: flex;
    flex-wrap: wrap; /* Allow buttons to wrap if they must */
    gap: 4px;
    margin-bottom: 16px;
    background: #f0f0f5;
    padding: 3px;
    border-radius: 8px;
}

@media (max-width: 400px) {
    .ta-setup-toggle-btn {
        font-size: 10px;
        padding: 8px 4px;
    }
}

/* ========================================
   CORE LAYOUT & SCROLLING
   ======================================== */
/*.ta-pending-body {
    font-family: 'Inter', -apple-system, system-ui, sans-serif;
    background-color: #f8f9fc;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;*/ /* Keeps content at top for scrolling */
    /*min-height: 100vh;
    color: #2B0171;
    position: relative;
    padding: 40px 20px;
    box-sizing: border-box;
    overflow-y: auto;*/ /* Standard scrolling */
    /*-webkit-overflow-scrolling: touch;*/ /* Smooth scroll for iOS */
/*}*/



/*.ta-setup-container {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}*/

.ta-setup-card {
    background: #ffffff;
    padding: 32px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(43, 1, 113, 0.05);
    border: 1px solid rgba(104, 104, 128, 0.1);
    width: 100%;
    box-sizing: border-box;
    min-width: 0;
}

/* ========================================
   GRID & FORM ELEMENTS
   ======================================== */
.ta-setup-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 10px;
}

.ta-setup-toggle-group {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping on tiny screens */
    gap: 4px;
    margin-bottom: 16px;
    background: #f0f0f5;
    padding: 4px;
    border-radius: 8px;
}

/* ========================================
   LOGO & HEADER
   ======================================== */
.ta-pending-logo-section {
    text-align: center;
    margin-bottom: 24px;
}

.ta-pending-logo-img {
    max-width: 180px;
    max-height: 60px;
    height: auto;
    width: auto;
}


/* --- Typography & Text --- */
.ta-pending-title {
    color: #2b0171; /* Deep purple from your logo */
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: center;
}

.ta-pending-description {
    color: #686880;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 24px;
}

/* --- Buttons --- */
.ta-pending-resend-btn {
    width: 100%;
    background-color: #2b0171;
    color: white;
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
/*    margin-bottom: 20px;*/
}

    .ta-pending-resend-btn:hover {
        background-color: #3d02a0;
    }

    .ta-pending-resend-btn:disabled {
        background-color: #ccc;
        cursor: not-allowed;
    }

/* --- Footer & Links --- */
/*.ta-pending-footer-link {
    display: block;
    text-align: center;
    color: #686880;
    font-size: 14px;
    text-decoration: none;
    margin-top: 25px;
    transition: color 0.2s;
}*/

    .ta-pending-footer-link:hover {
        color: #2b0171;
    }

.ta-footer-copyright {
    margin-top: 40px;
    font-size: 12px;
    color: #a0a0b0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* --- Icon Styling --- */
.ta-pending-status-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    background-color: #fff9c4; /* Soft yellow for the lock icon */
    color: #fbc02d;
    border-radius: 50%;
    margin: 0 auto 20px auto;
}

/* ========================================
   RESPONSIVE OVERRIDES
   ======================================== */

/* Tablets and small desktops */
@media (max-width: 768px) {
    .ta-setup-row {
        grid-template-columns: 1fr; /* Stacked */
        gap: 12px;
    }

    .ta-pending-body {
        padding: 20px 15px;
    }

    .ta-setup-card {
        padding: 24px;
    }
}

/* Small Mobile Devices */
@media (max-width: 480px) {
    .ta-setup-card {
        padding: 16px;
        border-radius: 16px;
    }

    .ta-setup-toggle-btn {
        font-size: 11px;
        padding: 8px 4px;
    }

    .ta-setup-title {
        font-size: 16px;
    }
}





/* Address Search Styles */
.ta-address-search-container {
    position: relative;
}

.ta-address-search {
    padding-right: 40px !important;
}

.ta-address-search-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    pointer-events: none;
    opacity: 0.5;
}

.ta-setup-hint {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #6b7280;
}

.ta-address-details {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
    margin-top: 8px;
}

.ta-address-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e7eb;
}

.ta-address-selected-label {
    font-size: 14px;
    font-weight: 500;
    color: #059669;
}

.ta-address-change-btn {
    background: transparent;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 13px;
    color: #4b5563;
    cursor: pointer;
    transition: all 0.2s;
}

    .ta-address-change-btn:hover {
        background: #f3f4f6;
        border-color: #9ca3af;
    }

/* Google Places Autocomplete dropdown styling */
.pac-container {
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    margin-top: 4px;
    font-family: inherit;
}

.pac-item {
    padding: 10px 12px;
    cursor: pointer;
    font-size: 14px;
}

    .pac-item:hover {
        background: #f3f4f6;
    }

.pac-item-selected {
    background: #eff6ff;
}

.pac-icon {
    margin-right: 8px;
}

.pac-item-query {
    font-weight: 500;
    color: #1f2937;
}

.pac-container {
    z-index: 9999 !important;
}