/* _content/ListasB2b.Web/Components/CnpjConsultaSection.razor.rz.scp.css */
.consulta-section[b-nzn2ok9wud] {
    padding: 5rem 1rem;
    background-color: #ffffff;
}

.consulta-card[b-nzn2ok9wud] {
    max-width: 48rem;
    margin: 0 auto;
    padding: 2.5rem;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
}

.marketing-text[b-nzn2ok9wud] {
    font-size: 1rem;
    color: #334155;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 1.5rem;
}

.consulta-form[b-nzn2ok9wud] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.input-wrapper[b-nzn2ok9wud] {
    flex: 1 1 auto;
}

.cnpj-input[b-nzn2ok9wud] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1rem;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 0.75rem 1rem;
    height: 3rem;
}

.btn-pesquisar[b-nzn2ok9wud] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: 9rem;
    height: 3rem;
    font-weight: 600;
    border-radius: 0.5rem;
    transition: background 0.2s, border-color 0.2s, opacity 0.2s;
}

.btn-pesquisar:disabled[b-nzn2ok9wud] {
    opacity: 0.65;
    cursor: not-allowed;
}

.info-box[b-nzn2ok9wud] {
    padding: 1.5rem;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
}

.info-title[b-nzn2ok9wud] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.75rem;
}

.info-text[b-nzn2ok9wud] {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.info-list[b-nzn2ok9wud] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list li[b-nzn2ok9wud] {
    position: relative;
    padding-left: 1.25rem;
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

.info-list li[b-nzn2ok9wud]::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0d6efd;
    font-weight: 700;
}

@media (max-width: 575.98px) {
    .consulta-card[b-nzn2ok9wud] {
        padding: 1.5rem;
    }

    .consulta-form[b-nzn2ok9wud] {
        flex-direction: column;
    }

    .btn-pesquisar[b-nzn2ok9wud] {
        width: 100%;
    }
}
/* _content/ListasB2b.Web/Components/EmpresaDetalheModal.razor.rz.scp.css */
.empresa-detalhe-modal[b-ub0kl3fy8m] {
    display: block;
}

.empresa-detalhe-modal .modal-dialog[b-ub0kl3fy8m] {
    max-width: 1140px;
    margin: 1.75rem auto;
}

.empresa-detalhe-modal .modal-backdrop[b-ub0kl3fy8m] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}

.empresa-detalhe-modal .modal-content[b-ub0kl3fy8m] {
    position: relative;
    z-index: 1050;
}

.empresa-detalhe-modal .table-responsive[b-ub0kl3fy8m] {
    max-height: 420px;
    overflow-y: auto;
}

.empresa-detalhe-modal .sticky-top[b-ub0kl3fy8m] {
    position: sticky;
    top: 0;
    z-index: 1020;
}

@media (max-width: 1199.98px) {
    .empresa-detalhe-modal .modal-dialog[b-ub0kl3fy8m] {
        max-width: 95vw;
    }
}

@media (max-width: 767.98px) {
    .empresa-detalhe-modal .modal-dialog[b-ub0kl3fy8m] {
        margin: 0.5rem;
        max-width: calc(100vw - 1rem);
    }
}
/* _content/ListasB2b.Web/Components/Layout/Footer.razor.rz.scp.css */
.listasb2b-footer[b-dg9jo8i5t7] {
    background-color: #0f172a;
    color: #cbd5e1;
    padding: 3rem 0 1.5rem;
    margin-top: auto;
}

.footer-grid[b-dg9jo8i5t7] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-brand-link[b-dg9jo8i5t7] {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 0.75rem;
}

.footer-brand-link:hover[b-dg9jo8i5t7] {
    opacity: 0.85;
}

.footer-logo[b-dg9jo8i5t7] {
    height: 2.25rem;
    width: auto;
}

.footer-description[b-dg9jo8i5t7] {
    color: #94a3b8;
    max-width: 24rem;
    margin: 0;
}

.footer-links h6[b-dg9jo8i5t7],
.footer-contact h6[b-dg9jo8i5t7] {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-links ul[b-dg9jo8i5t7] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li + li[b-dg9jo8i5t7] {
    margin-top: 0.5rem;
}

.footer-links a[b-dg9jo8i5t7],
.footer-contact a[b-dg9jo8i5t7] {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.footer-links a:hover[b-dg9jo8i5t7],
.footer-contact a:hover[b-dg9jo8i5t7] {
    color: #60a5fa;
}

.footer-bottom[b-dg9jo8i5t7] {
    border-top: 1px solid #1e293b;
    padding-top: 1.5rem;
    text-align: center;
    color: #94a3b8;
    font-size: 0.9rem;
}

.footer-bottom p[b-dg9jo8i5t7] {
    margin: 0;
}

@media (max-width: 991.98px) {
    .footer-grid[b-dg9jo8i5t7] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575.98px) {
    .footer-grid[b-dg9jo8i5t7] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}
/* _content/ListasB2b.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-bxcl82vll2] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 4.5rem;
}

.main-content[b-bxcl82vll2] {
    flex: 1 0 auto;
}

#blazor-error-ui[b-bxcl82vll2] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-bxcl82vll2] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/ListasB2b.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.listasb2b-navbar[b-fbaph66pur] {
    background-color: #ffffff;
    border-bottom: 1px solid #e9ecef;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.navbar-brand[b-fbaph66pur] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    font-size: 1.25rem;
    color: #0f172a;
    text-decoration: none;
}

.navbar-brand:hover[b-fbaph66pur],
.navbar-brand:focus[b-fbaph66pur] {
    color: #0d6efd;
}

.brand-icon[b-fbaph66pur] {
    font-size: 1.4rem;
}

.navbar-toggler[b-fbaph66pur] {
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 0.4rem 0.6rem;
}

.navbar-toggler:focus[b-fbaph66pur] {
    box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.25);
}

.navbar-nav[b-fbaph66pur] {
    gap: 0.25rem;
}

.nav-link[b-fbaph66pur] {
    color: #495057;
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.nav-link:hover[b-fbaph66pur],
.nav-link:focus[b-fbaph66pur] {
    color: #0d6efd;
    background-color: #f1f5f9;
}

.nav-link.active[b-fbaph66pur] {
    color: #0d6efd;
    background-color: #e7f1ff;
}

.btn-login[b-fbaph66pur] {
    color: #ffffff;
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
    border: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(13, 110, 253, 0.3);
}

.btn-login:hover[b-fbaph66pur],
.btn-login:focus[b-fbaph66pur],
.btn-login.active[b-fbaph66pur] {
    color: #ffffff;
    background: linear-gradient(135deg, #0a58ca, #084298);
    box-shadow: 0 4px 10px rgba(13, 110, 253, 0.35);
}

@media (max-width: 991.98px) {
    .navbar-collapse[b-fbaph66pur] {
        margin-top: 0.75rem;
        padding-top: 0.75rem;
        border-top: 1px solid #e9ecef;
    }

    .navbar-nav[b-fbaph66pur] {
        gap: 0.5rem;
    }

    .btn-login[b-fbaph66pur] {
        width: 100%;
        text-align: center;
    }
}
/* _content/ListasB2b.Web/Components/Pages/Home.razor.rz.scp.css */
.hero-section[b-a4ja97tw8f] {
    background: linear-gradient(135deg, #0d6efd 0%, #084298 100%);
    color: #ffffff;
    padding: 6rem 1rem;
    text-align: center;
}

.hero-content[b-a4ja97tw8f] {
    max-width: 48rem;
    margin: 0 auto;
}

.hero-title[b-a4ja97tw8f] {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.1;
}

.hero-subtitle[b-a4ja97tw8f] {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 2rem;
    opacity: 0.95;
    line-height: 1.6;
}

.hero-cta[b-a4ja97tw8f] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 0.5rem;
    padding: 0.875rem 2rem;
    background: #ffffff;
    color: #0d6efd;
    border: 2px solid #ffffff;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, transform 0.2s;
}

.hero-cta:hover[b-a4ja97tw8f],
.hero-cta:focus[b-a4ja97tw8f] {
    background: transparent;
    color: #ffffff;
    transform: translateY(-2px);
}

.features-section[b-a4ja97tw8f] {
    padding: 5rem 1rem;
    background-color: #ffffff;
    border-bottom: 1px solid #f1f5f9;
}

.section-header[b-a4ja97tw8f] {
    max-width: 40rem;
    margin: 0 auto 3rem;
}

.section-icon[b-a4ja97tw8f] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.section-title[b-a4ja97tw8f] {
    font-size: 2.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.75rem;
}

.section-subtitle[b-a4ja97tw8f] {
    font-size: 1.125rem;
    color: #64748b;
    line-height: 1.6;
}

.features-grid[b-a4ja97tw8f] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.feature-card[b-a4ja97tw8f] {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 2rem;
    transition: transform 0.2s, box-shadow 0.2s;
}

.feature-card:hover[b-a4ja97tw8f] {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.feature-icon[b-a4ja97tw8f] {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.feature-title[b-a4ja97tw8f] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

.feature-description[b-a4ja97tw8f] {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

.stats-section[b-a4ja97tw8f] {
    background-color: #f1f5f9;
    padding: 4rem 1rem;
}

.stats-grid[b-a4ja97tw8f] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    text-align: center;
}

.stat-number[b-a4ja97tw8f] {
    font-size: 2rem;
    font-weight: 800;
    color: #0d6efd;
    margin-bottom: 0.25rem;
}

.stat-label[b-a4ja97tw8f] {
    font-size: 1rem;
    color: #475569;
    font-weight: 500;
}

/* Consulta CNPJ */
.consulta-section[b-a4ja97tw8f] {
    padding: 5rem 1rem;
    background-color: #ffffff;
}

.consulta-cnpj-wrapper[b-a4ja97tw8f] {
    scroll-margin-top: 5rem;
}

/* Dashboard */
.dashboard-section[b-a4ja97tw8f] {
    padding: 5rem 1rem;
    background-color: #f8fafc;
}

.placeholder-box[b-a4ja97tw8f] {
    max-width: 36rem;
    margin: 0 auto;
    padding: 3rem 2rem;
    background-color: #ffffff;
    border: 1px dashed #cbd5e1;
    border-radius: 0.75rem;
    text-align: center;
}

.placeholder-message[b-a4ja97tw8f] {
    font-size: 1.1rem;
    color: #64748b;
    margin: 0;
}

/* Planos */
.plans-page-section[b-a4ja97tw8f] {
    padding: 5rem 1rem;
    background-color: #ffffff;
}

.plans-grid[b-a4ja97tw8f] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.plan-card[b-a4ja97tw8f] {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s, box-shadow 0.2s;
}

.plan-card:hover[b-a4ja97tw8f] {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.plan-highlight[b-a4ja97tw8f] {
    border: 2px solid #0d6efd;
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.12);
}

.popular-badge[b-a4ja97tw8f] {
    position: absolute;
    top: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.375rem 0.875rem;
    border-radius: 9999px;
    box-shadow: 0 4px 10px rgba(13, 110, 253, 0.25);
}

.plan-name[b-a4ja97tw8f] {
    font-size: 1.375rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

.plan-price[b-a4ja97tw8f] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0d6efd;
    margin-bottom: 1rem;
}

.plan-description[b-a4ja97tw8f] {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.plan-features[b-a4ja97tw8f] {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    flex: 1 0 auto;
}

.plan-features li[b-a4ja97tw8f] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.plan-features li:last-child[b-a4ja97tw8f] {
    border-bottom: none;
}

.feature-check[b-a4ja97tw8f] {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    background-color: #e7f1ff;
    color: #0d6efd;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 700;
}

.feature-text[b-a4ja97tw8f] {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.5;
}

.plan-cta[b-a4ja97tw8f] {
    width: 100%;
    text-align: center;
    font-weight: 600;
    border-radius: 0.5rem;
    padding: 0.75rem 1.5rem;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

@media (max-width: 991.98px) {
    .features-grid[b-a4ja97tw8f],
    .plans-grid[b-a4ja97tw8f] {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-grid[b-a4ja97tw8f] {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-title[b-a4ja97tw8f] {
        font-size: 2.75rem;
    }
}

@media (max-width: 767.98px) {
    .hero-section[b-a4ja97tw8f] {
        padding: 4rem 1rem;
    }

    .hero-title[b-a4ja97tw8f] {
        font-size: 2.25rem;
    }

    .hero-subtitle[b-a4ja97tw8f] {
        font-size: 1.1rem;
    }

    .features-section[b-a4ja97tw8f],
    .consulta-section[b-a4ja97tw8f],
    .dashboard-section[b-a4ja97tw8f],
    .plans-page-section[b-a4ja97tw8f] {
        padding: 3.5rem 1rem;
    }

    .section-title[b-a4ja97tw8f] {
        font-size: 1.875rem;
    }
}

@media (max-width: 575.98px) {
    .features-grid[b-a4ja97tw8f],
    .plans-grid[b-a4ja97tw8f],
    .stats-grid[b-a4ja97tw8f] {
        grid-template-columns: 1fr;
    }

    .hero-title[b-a4ja97tw8f] {
        font-size: 2rem;
    }

    .hero-subtitle[b-a4ja97tw8f] {
        font-size: 1rem;
    }

    .feature-card[b-a4ja97tw8f],
    .plan-card[b-a4ja97tw8f] {
        padding: 1.5rem;
    }
}

/* Modal Login */
.modal-overlay[b-a4ja97tw8f] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 1rem;
}

.login-card[b-a4ja97tw8f] {
    position: relative;
    width: 100%;
    max-width: 26rem;
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 2.5rem;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.15);
    max-height: 90vh;
    overflow-y: auto;
}

.modal-close[b-a4ja97tw8f] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.25rem;
    color: #64748b;
    cursor: pointer;
    line-height: 1;
    padding: 0.25rem;
}

.modal-close:hover[b-a4ja97tw8f] {
    color: #0f172a;
}

.login-header[b-a4ja97tw8f] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.login-title[b-a4ja97tw8f] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 0.5rem;
}

.login-subtitle[b-a4ja97tw8f] {
    font-size: 0.9rem;
    color: #64748b;
    margin: 0;
}

.login-form[b-a4ja97tw8f] {
    margin-bottom: 1.5rem;
}

.form-group[b-a4ja97tw8f] {
    margin-bottom: 1rem;
}

.form-label[b-a4ja97tw8f] {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 0.375rem;
}

.form-control[b-a4ja97tw8f] {
    display: block;
    width: 100%;
    padding: 0.625rem 0.875rem;
    font-size: 0.95rem;
    color: #0f172a;
    background-color: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-control[b-a4ja97tw8f]::placeholder {
    color: #9ca3af;
}

.form-control:focus[b-a4ja97tw8f] {
    border-color: #0d6efd;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.2);
}

.password-wrapper[b-a4ja97tw8f] {
    position: relative;
}

.password-input[b-a4ja97tw8f] {
    padding-right: 2.75rem;
}

.password-toggle[b-a4ja97tw8f] {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    color: #64748b;
}

.password-toggle:hover[b-a4ja97tw8f] {
    color: #0d6efd;
}

.btn-login-submit[b-a4ja97tw8f] {
    width: 100%;
    margin-top: 0.5rem;
    color: #ffffff;
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
    border: none;
    padding: 0.75rem;
    font-weight: 600;
    border-radius: 0.5rem;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}

.btn-login-submit:hover[b-a4ja97tw8f] {
    background: linear-gradient(135deg, #0b5ed7, #084298);
}

.login-link-wrapper[b-a4ja97tw8f] {
    text-align: center;
    margin-top: 0.75rem;
}

.login-link[b-a4ja97tw8f] {
    font-size: 0.875rem;
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
}

.login-link:hover[b-a4ja97tw8f] {
    text-decoration: underline;
}

.login-separator[b-a4ja97tw8f] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.separator-line[b-a4ja97tw8f] {
    flex: 1;
    height: 1px;
    background-color: #e2e8f0;
}

.separator-text[b-a4ja97tw8f] {
    font-size: 0.8rem;
    color: #94a3b8;
    text-transform: uppercase;
}

.social-login[b-a4ja97tw8f] {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    margin-bottom: 1.25rem;
}

.btn-social[b-a4ja97tw8f] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    background-color: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    padding: 0.625rem;
    font-size: 0.9rem;
    color: #374151;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
}

.btn-social:hover[b-a4ja97tw8f] {
    background-color: #f8fafc;
    border-color: #9ca3af;
}

.social-icon[b-a4ja97tw8f] {
    width: 1.25rem;
    height: 1.25rem;
}

.login-footer-text[b-a4ja97tw8f] {
    text-align: center;
    font-size: 0.875rem;
    color: #64748b;
}
