/* AgentLookup Custom Styles */
/* Este archivo contiene estilos específicos del proyecto AgentLookup */
/* Se carga al final para sobrescribir otros estilos */

/* Primary Color Override */

.primary {
    color: #FFA920;
}

.bg-primary {
    background-color: #FFA920;
}

/* Margin Bottom Utilities - Bootstrap style spacing */

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important; /* 4px */
}

.mb-2 {
    margin-bottom: 0.5rem !important; /* 8px */
}

.mb-3 {
    margin-bottom: 1rem !important; /* 16px */
}

.mb-4 {
    margin-bottom: 1.5rem !important; /* 24px */
}

.mb-5 {
    margin-bottom: 3rem !important; /* 48px */
}

.mb-6 {
    margin-bottom: 3.5rem !important; /* 56px */
}

/* Margin Top Utilities - Bootstrap style spacing */

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important; /* 4px */
}

.mt-2 {
    margin-top: 0.5rem !important; /* 8px */
}

.mt-3 {
    margin-top: 1rem !important; /* 16px */
}

.mt-4 {
    margin-top: 1.5rem !important; /* 24px */
}

.mt-5 {
    margin-top: 3rem !important; /* 48px */
}

.mt-6 {
    margin-top: 3.5rem !important; /* 56px */
}

/* Padding Bottom Utilities - Bootstrap style spacing */

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important; /* 4px */
}

.pb-2 {
    padding-bottom: 0.5rem !important; /* 8px */
}

.pb-3 {
    padding-bottom: 1rem !important; /* 16px */
}

.pb-4 {
    padding-bottom: 1.5rem !important; /* 24px */
}

.pb-5 {
    padding-bottom: 3rem !important; /* 48px */
}

.pb-6 {
    padding-bottom: 3.5rem !important; /* 56px */
}

/* Padding Top Utilities - Bootstrap style spacing */

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important; /* 4px */
}

.pt-2 {
    padding-top: 0.5rem !important; /* 8px */
}

.pt-3 {
    padding-top: 1rem !important; /* 16px */
}

.pt-4 {
    padding-top: 1.5rem !important; /* 24px */
}

.pt-5 {
    padding-top: 3rem !important; /* 48px */
}

.pt-6 {
    padding-top: 3.5rem !important; /* 56px */
}

/* Gap Utilities - Bootstrap style spacing for Flexbox and Grid */

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important; /* 4px */
}

.gap-2 {
    gap: 0.5rem !important; /* 8px */
}

.gap-3 {
    gap: 1rem !important; /* 16px */
}

.gap-4 {
    gap: 1.5rem !important; /* 24px */
}

.gap-5 {
    gap: 3rem !important; /* 48px */
}

.gap-6 {
    gap: 3.5rem !important; /* 56px */
}

/* custom styles*/

.page-wrapper {
    padding: 140px 0 0;
}

.blog-category {
    display: inline-block;
    background-color: #FFA920;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    margin-right: 0.75rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-category:hover {
    background-color: #e5930a;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(255, 169, 32, 0.3);
}

.agent-card {
    width: 100% !important;
}

.flat-your {
    margin-bottom: 60px !important;
}

.flat-why-choose {
    margin-bottom: 100px !important;
}

.flat-brand.page-contact {
    padding: 0 0 241px;
}

thead tr th:nth-child(1) {
    width: 35%;
    padding-left: 14px;
}

thead tr th:nth-child(2) {
    width: auto;
}

thead tr th:nth-child(3) {
    width: auto;
}

/* Professional Lead Contact Card Styles */
.lead-contact-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8ecef;
    margin-bottom: 2rem;
    overflow: hidden;
}

.lead-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    border-bottom: 1px solid #dee2e6;
}

.lead-avatar {
    position: relative;
}

.avatar-circle {
    width: 80px;
    height: 80px;
    background: #FFA920;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(255, 169, 32, 0.3);
    position: relative;
}

.lead-status-indicator {
    position: absolute;
    bottom: 2px;
    right: 2px;
}

.status-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.status-dot.seller {
    background: #dc3545;
}

.status-dot.buyer {
    background: #007bff;
}

.lead-info {
    flex: 1;
}

.lead-name {
    font-size: 1.75rem;
    font-weight: 700;
    color: #212529;
    margin: 0 0 0.75rem 0;
    line-height: 1.2;
}

.lead-type-status {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.lead-type-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.lead-type-badge.seller {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    border: 1px solid rgba(220, 53, 69, 0.3);
}

.lead-type-badge.buyer {
    background: rgba(0, 123, 255, 0.1);
    color: #007bff;
    border: 1px solid rgba(0, 123, 255, 0.3);
}

.status-badge {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: capitalize;
}

.status-badge.status-new {
    background: rgba(108, 117, 125, 0.1);
    color: #6c757d;
    border: 1px solid rgba(108, 117, 125, 0.3);
}

.status-badge.status-contacted {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
    border: 1px solid rgba(255, 193, 7, 0.3);
}

.status-badge.status-qualified {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
    border: 1px solid rgba(40, 167, 69, 0.3);
}

.status-badge.status-closed_deal {
    background: rgba(25, 135, 84, 0.1);
    color: #198754;
    border: 1px solid rgba(25, 135, 84, 0.3);
}

.contact-details {
    padding: 2rem;
}

.section-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #495057;
    margin: 0 0 1.5rem 0;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e9ecef;
}

.section-title i {
    color: #FFA920;
    font-size: 1.375rem;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #FFA920;
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: #e9ecef;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #FFA920;
    color: white;
    border-radius: 8px;
    flex-shrink: 0;
}

.contact-icon i {
    font-size: 1.125rem;
}

.contact-text {
    flex: 1;
}

.contact-text label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
}

.contact-text p {
    font-size: 1rem;
    font-weight: 500;
    color: #212529;
    margin: 0;
    word-break: break-word;
}

/* Responsive Design */
@media (max-width: 768px) {
    .lead-header {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .lead-type-status {
        justify-content: center;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-details {
        padding: 1.5rem;
    }
}

/* Professional Cards */
.professional-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8ecef;
    margin-bottom: 2rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.professional-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.card-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.card-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #495057;
    margin: 0;
}

.card-title svg {
    color: #FFA920;
    font-size: 1.375rem;
}

.lead-badge {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.lead-badge.seller {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    border: 1px solid rgba(220, 53, 69, 0.3);
}

.lead-badge.buyer {
    background: rgba(0, 123, 255, 0.1);
    color: #007bff;
    border: 1px solid rgba(0, 123, 255, 0.3);
}

.card-content {
    padding: 2rem;
}

/* Notes Content Styling */
.notes-content {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
    border-left: 4px solid #FFA920;
}

/* Responsive Design for Professional Cards */
@media (max-width: 768px) {
    .card-header {
        padding: 1rem 1.5rem;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .card-content {
        padding: 1.5rem;
    }
    
    .card-title {
        font-size: 1.125rem;
    }
}

/* Welcome Section Styles */
.welcome-section {
    background: linear-gradient(135deg, rgba(255, 169, 32, 0.06) 0%, rgba(255, 184, 77, 0.08) 100%);
    border: 1px solid rgba(255, 169, 32, 0.15);
    border-radius: 16px;
    padding: 2.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.welcome-content {
    /* Sin estilos de posicionamiento especiales */
}

.user-profile-section {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

.user-avatar {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #FFA920, #FFB84D);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    box-shadow: 0 4px 16px rgba(255, 169, 32, 0.25);
    flex-shrink: 0;
}

.user-info {
    flex: 1;
}

.welcome-greeting {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 0.25rem 0;
    line-height: 1.3;
}

.welcome-date {
    font-size: 0.875rem;
    color: #6c757d;
    font-weight: 500;
    margin: 0;
}

.welcome-description {
    font-size: 1.125rem;
    color: #495057;
    line-height: 1.6;
    margin: 0;
}

.welcome-icon-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.welcome-icon {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, rgba(255, 169, 32, 0.12), rgba(255, 184, 77, 0.18));
    border: 2px solid rgba(255, 169, 32, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.welcome-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 169, 32, 0.15);
}

.welcome-icon svg {
    width: 32px;
    height: 32px;
}

.welcome-label {
    font-size: 0.75rem;
    color: #6c757d;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

/* How It Works Page Styles */
.how-it-works-hero {
    width: 100%;
    background-color: #f8f9fa;
    margin-bottom: 80px;
}

.hero-content {
    text-align: center;
    padding: 74px 20px 90px;
}

.hero-text {
    color: #6c757d;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.5;
}

.how-it-works-container {
    padding: 0 12px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .how-it-works-container {
        padding: 0 36px;
    }
}

@media (min-width: 1200px) {
    .how-it-works-container {
        padding: 0;
    }
}

.section-spacing {
    margin-bottom: 80px;
}

.section-title {
    font-weight: 700;
    font-family: 'Chivo', sans-serif;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 30px;
    color: #212529;
}

@media (min-width: 768px) {
    .section-title {
        font-size: 2rem;
        line-height: 1.2;
    }
}

.subsection-spacing {
    margin-bottom: 40px;
}

.subsection-title {
    font-weight: 700;
    font-family: 'Chivo', sans-serif;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 14px;
    color: #212529;
}

@media (min-width: 768px) {
    .subsection-title {
        font-size: 1.5rem;
        line-height: 1.3;
    }
}

.text-content, .text-content p {
    color: #000;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

.text-content ul {
    list-style: disc;
    margin: 0 0 20px;
}

.text-content table, 
.text-content code {
    margin: 0 0 20px;
}

.text-content h3 {
    font-size: 18px;
    line-height: 27px;
    color: rgb(18, 10, 33);
    margin-bottom: 15px;
    font-weight: 600;
}

.text-content:last-child {
    margin-bottom: 0;
}

.demo-card-link {
    width: 100%;
    display: block;
    text-align: left;
    text-decoration: none;
    color: inherit;
}

.demo-card {
    background-color: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 16px;
    transition: box-shadow 0.3s ease;
}

.demo-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.sponsored-label {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: #495057;
}

.demo-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.demo-brand {
    display: flex;
    align-items: center;
}

.demo-icon {
    background-color: #dbeafe;
    padding: 8px;
    border-radius: 50%;
    margin-right: 8px;
}

.demo-icon svg {
    color: #2563eb;
}

.demo-brand-text {
    margin-left: 8px;
}

.brand-name {
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin: 0;
}

.brand-url {
    font-size: 0.75rem;
    color: #6b7280;
    margin: 0;
}

.demo-more {
    color: #9ca3af;
}

.demo-title {
    color: #3b82f6;
    font-size: 1rem;
    font-weight: 600;
    margin: 12px 0 8px 0;
}

.demo-description {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.4;
}

.cta-section {
    width: 100%;
    background-color: #fff7ed;
}

.cta-container {
    padding: 0 12px;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 98px;
    padding-bottom: 98px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 1320px;
}

@media (min-width: 768px) {
    .cta-container {
        padding-left: 36px;
        padding-right: 36px;
    }
}

@media (min-width: 1200px) {
    .cta-container {
        padding-left: 0;
        padding-right: 0;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.cta-content {
    flex: 1;
}

.cta-title {
    font-weight: 800;
    font-family: 'Chivo', sans-serif;
    font-size: 35px;
    line-height: 44px;
    margin-bottom: 25px;
    color: #212529;
}

@media (min-width: 640px) {
    .cta-title {
        font-size: 46px;
        line-height: 52px;
    }
}

@media (min-width: 768px) {
    .cta-title {
        font-size: 3rem;
        line-height: 1.1;
    }
}

.cta-description {
    font-size: 1.125rem;
    color: #6c757d;
    margin-bottom: 55px;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .cta-description {
        font-size: 1.25rem;
    }
}

.cta-button-wrapper {
    flex-shrink: 0;
}

.cta-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.cta-link {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
    transition: all 0.2s ease;
    padding: 15px 22px;
    border-radius: 50px;
    background-color: #dcfce7;
    color: #212529;
    text-decoration: none;
    width: fit-content;
}

@media (min-width: 1024px) {
    .cta-link {
        padding: 22px 32px;
    }
}

.cta-link:hover {
    background-color: #16a34a;
    color: white;
    transform: translateY(-2px);
}

.cta-link-text {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    font-size: 1.125rem;
    font-family: 'Chivo', sans-serif;
    font-weight: 600;
    color: inherit;
}

.cta-arrow {
    margin-left: 7px;
    width: 12px;
    filter: brightness(0);
    transition: filter 0.2s ease;
}

.cta-link:hover .cta-arrow {
    filter: brightness(0) invert(1);
}

/* Support Info Section */
.support-info {
    background: linear-gradient(135deg, #fff4e1 0%, #ffecd1 100%);
    border-left: 4px solid #FFA920;
    border-radius: 0 8px 8px 0;
    padding: 2rem;
    margin-top: 3rem;
    box-shadow: 0 2px 4px rgba(255, 169, 32, 0.1);
}

.support-info-icon {
    width: 24px;
    height: 24px;
    color: #FFA920;
    flex-shrink: 0;
}

.support-info-content {
    margin-left: 1rem;
}

.support-info-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #8B4513;
    margin-bottom: 1rem;
}

.support-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.support-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.75rem;
    color: #8B4513;
}

.support-info-item:last-child {
    margin-bottom: 0;
}

.support-info-label {
    font-weight: 600;
    margin-right: 0.5rem;
    min-width: fit-content;
}

.support-info-code {
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.875rem;
    font-family: 'Courier New', monospace;
    color: #374151;
}

.support-info-link {
    color: #B8860B;
    text-decoration: underline;
    font-weight: 500;
}

.support-info-link:hover {
    color: #8B4513;
    text-decoration: none;
}

/* Zapier Page Styles */
.zapier-container {
    position: relative;
}

.zapier-main-title {
    font-size: 1.875rem;
    font-weight: 700;
    font-family: 'Chivo', sans-serif;
    color: #1f2937;
    margin-bottom: 2rem;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .zapier-main-title {
        font-size: 2.25rem;
    }
}

@media (min-width: 1024px) {
    .zapier-main-title {
        font-size: 3rem;
        margin-bottom: 3rem;
    }
}

.zapier-step {
    margin-bottom: 1.5rem;
}

.zapier-step-title {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Chivo', sans-serif;
    color: #1f2937;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .zapier-step-title {
        font-size: 1.875rem;
    }
}

.zapier-step-number {
    background-color: #FFA920;
    color: white;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    font-weight: 700;
    margin-right: 1rem;
    flex-shrink: 0;
}

.zapier-step-items {
    list-style: none;
    padding: 0;
    margin: 0 0 0 3rem;
}

.zapier-step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.zapier-step-item:hover .zapier-bullet {
    background-color: #e67e00;
}

.zapier-bullet {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #FFA920;
    border-radius: 50%;
    margin-top: 0.75rem;
    margin-right: 1rem;
    flex-shrink: 0;
    transition: background-color 0.2s ease;
}

.zapier-item-text {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #374151;
}

.zapier-success-box {
    margin-top: 3rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    border-left: 4px solid #FFA920;
    border-radius: 0 8px 8px 0;
}

.zapier-success-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #15803d;
    margin-bottom: 0.75rem;
}

.zapier-success-text {
    color: #166534;
    line-height: 1.6;
}

/* API Documentation Styles */
.api-docs-container {
    position: relative;
}

.api-docs-title {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #1f2937;
}

.api-docs-section {
    margin-bottom: 2rem;
}

.api-docs-section-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1f2937;
}

.api-docs-subsection-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #1f2937;
}

.api-docs-text {
    line-height: 1.6;
    color: #374151;
    margin-bottom: 1rem;
}

.api-docs-small {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 0.5rem;
}

.api-docs-code-block {
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 1rem;
    margin: 1rem 0;
    overflow-x: auto;
}

.api-docs-code {
    font-family: 'Courier New', monospace;
    font-size: 0.875rem;
    color: #374151;
    white-space: pre;
}

.api-docs-table-container {
    overflow-x: auto;
    margin: 1rem 0;
    border: 1px solid #d1d5db;
    border-radius: 6px;
}

.api-docs-table {
    width: 100%;
    border-collapse: collapse;
}

.api-docs-table-header {
    background: #f9fafb;
}

.api-docs-table-header th {
    border: 1px solid #d1d5db;
    padding: 0.75rem;
    text-align: left;
    font-weight: 600;
    color: #374151;
}

.api-docs-table-cell {
    border: 1px solid #d1d5db;
    padding: 0.75rem;
    color: #374151;
}

.api-docs-inline-code {
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 3px;
    padding: 0.125rem 0.25rem;
    font-family: 'Courier New', monospace;
    font-size: 0.875rem;
    color: #374151;
}

/* Success Page Styles */
.success-page {
    position: relative;
    background: linear-gradient(135deg, #fff8ed 0%, #fef3e2 100%);
    min-height: 400px;
    margin-top: 45px;
}

.success-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}

@media (min-width: 1024px) {
    .success-container {
        padding: 100px 0;
    }
}

.success-card {
    position: relative;
    padding: 2rem;
    text-align: center;
    background: white;
    border-radius: 24px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    max-width: 32rem;
    margin: 0 auto;
    width: 90%;
}

.success-icon-container {
    margin-bottom: 1.5rem;
    position: relative;
}

.success-icon {
    width: 5rem;
    height: 5rem;
    color: #FFA920;
    margin: 0 auto;
    display: block;
}

.success-title {
    color: #1f2937;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Chivo', sans-serif;
    margin-bottom: 1rem;
}

.success-description {
    color: #6b7280;
    font-size: 0.875rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}

@media (min-width: 1024px) {
    .success-description {
        font-size: 1rem;
        line-height: 1.6;
    }
}

.success-details {
    text-align: left;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 1rem;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    color: #374151;
}

.success-detail-row {
    display: flex;
    justify-content: space-between;
    padding: 0.25rem 0;
}

.success-detail-value {
    font-weight: 500;
}

.success-buttons {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 25rem;
    margin: 0 auto;
}

.success-button {
    margin-bottom: 0.75rem;
    width: 100%;
    color: white;
    background-color: #FFA920;
    transition: all 0.2s ease;
    font-size: 1rem;
    font-family: 'Chivo', sans-serif;
    font-weight: 700;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    padding: 13px;
    text-align: center;
    border-radius: 6px;
    text-decoration: none;
    display: block;
    border: none;
    cursor: pointer;
}

.success-button:hover {
    background-color: #e67e00;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(255, 169, 32, 0.2);
}

.success-button:last-child {
    margin-bottom: 1.5rem;
}

/* Redirect Page Styles */
.redirect-page {
    position: relative;
    background: linear-gradient(135deg, #fff8ed 0%, #fef3e2 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.redirect-container {
    text-align: center;
    padding: 2rem;
}

.redirect-card {
    background: white;
    border-radius: 16px;
    padding: 3rem 2rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 90%;
}

.redirect-spinner {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 1.5rem;
    border: 3px solid #f3f4f6;
    border-top: 3px solid #FFA920;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.redirect-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2937;
    font-family: 'Chivo', sans-serif;
    margin-bottom: 0.5rem;
}

.redirect-description {
    color: #6b7280;
    font-size: 1rem;
    line-height: 1.5;
}

/* Auth Redirect Page Styles */
.auth-redirect-page {
    background: linear-gradient(135deg, #fff8ed 0%, #fef3e2 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-redirect-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2rem;
}

.auth-redirect-spinner {
    width: 2rem;
    height: 2rem;
    border: 3px solid #f3f4f6;
    border-top: 3px solid #FFA920;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 1rem;
}

.auth-redirect-loading-text {
    color: #6b7280;
    margin-top: 0.75rem;
    font-size: 1rem;
}

.auth-redirect-error-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    background: white;
    border-radius: 16px;
    padding: 2rem;
    margin: 1rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    width: 100%;
}

.auth-redirect-error-title {
    font-size: 1.5rem;
    font-family: 'Chivo', sans-serif;
    color: #dc2626;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.auth-redirect-error-text {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #6b7280;
    font-weight: normal;
    font-family: 'Chivo', sans-serif;
}

@media (min-width: 1024px) {
    .auth-redirect-error-text {
        font-size: 1rem;
        line-height: 1.6;
    }
}

.auth-redirect-section-title {
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-family: 'Chivo', sans-serif;
    color: #1f2937;
    font-weight: 600;
}

.auth-redirect-step-title {
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    font-family: 'Chivo', sans-serif;
    color: #1f2937;
    font-weight: 600;
}

.auth-redirect-button {
    width: auto;
    padding: 0 1.25rem;
    background-color: #FFA920;
    color: white;
    text-align: center;
    height: 35px;
    border: none;
    border-radius: 6px;
    font-family: 'Chivo', sans-serif;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.auth-redirect-button:hover {
    background-color: #e67e00;
    transform: translateY(-1px);
}

.auth-redirect-button i {
    margin-right: 0.5rem;
}

.auth-redirect-contact-row {
    display: flex;
    flex-direction: row;
}

.auth-redirect-email-link {
    color: #2563eb;
    text-decoration: underline;
}

.auth-redirect-email-link:hover {
    text-decoration: none;
}