/**
 * farask-register-companies.css — شبكة حقول · ألوان متنوعة · بدون تكديس
 */
.fs-auth-page--companies {
    --fs-co-text-font: 'IBM Plex Sans Arabic', sans-serif;
    --fs-co-title-font: 'El Messiri', sans-serif;
    --fs-co-input-font: 'Times New Roman', Times, serif;
    --fs-co-btn-font: 'Tajawal', sans-serif;
    --fs-co-shell-max: min(96vw, 100%);
    --fs-co-accent: #2563eb;
    --fs-co-title-size: 1.55rem;
    --fs-co-lead-size: 1rem;
    --fs-co-label-size: 0.95rem;
    --fs-co-input-size: 1.08rem;
    --fs-co-control-h: 48px;
    --fs-co-gap: 1.15rem;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #ffffff !important;
}

.fs-auth-page--companies > main {
    flex: 1 0 auto;
    width: 100%;
}

.fs-auth-page--companies .fs-companies-shell {
    width: 100%;
    max-width: var(--fs-co-shell-max);
    margin: 0 auto;
    padding: 20px 18px 32px;
    box-sizing: border-box;
}

.fs-auth-page--companies .fs-companies-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.07);
    overflow: hidden;
}

/* ——— ترويسة ——— */
.fs-auth-page--companies .fs-co-hero {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.35rem 1.5rem;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
}

.fs-auth-page--companies .fs-co-hero__badge {
    flex-shrink: 0;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2563eb;
    color: #fff;
    font-size: 1.45rem;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}

.fs-auth-page--companies .fs-co-hero__text {
    min-width: 0;
}

.fs-auth-page--companies .fs-co-hero h1 {
    margin: 0 0 0.35rem;
    font-family: var(--fs-co-title-font);
    font-size: var(--fs-co-title-size);
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
}

.fs-auth-page--companies .fs-companies-card__lead {
    margin: 0;
    font-family: var(--fs-co-text-font);
    font-size: var(--fs-co-lead-size);
    font-weight: 500;
    line-height: 1.65;
    color: #64748b;
}

/* ——— إرشادات أفقية أعلى ——— */
.fs-auth-page--companies .fs-co-guidance-top {
    padding: 1rem 1.25rem;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
}

.fs-auth-page--companies .fs-co-guidance-top .fs-reg-stack {
    --fs-reg-stack-accent: #2563eb;
    background: #ffffff;
    border-color: #e2e8f0;
    margin: 0;
}

.fs-auth-page--companies .fs-reg-stack__step.is-active .fs-reg-stack__step-num {
    background: #2563eb;
}

.fs-auth-page--companies .fs-reg-stack__progress-fill {
    background: linear-gradient(90deg, #2563eb, #38bdf8);
}

.fs-auth-page--companies .fs-reg-stack__tag {
    color: #1e40af;
}

.fs-auth-page--companies .fs-reg-stack__pane[data-tone="brand"] .fs-reg-stack__icon { color: #2563eb; }

/* إلغاء هيمنة الأخضر من register.css على صفحة الشركات */
.fs-auth-page--companies.fs-auth-page--register {
    background: #ffffff !important;
}

.fs-auth-page--companies .fs-reg-stack__step.is-active {
    border-color: #bfdbfe;
    box-shadow: 0 1px 8px rgba(37, 99, 235, 0.08);
}

.fs-auth-page--companies .fs-reg-stack__step:hover {
    background: rgba(37, 99, 235, 0.05);
}

.fs-auth-page--companies .fs-reg-stack__icon {
    color: #2563eb;
}

/* ——— جسم: نموذج + جانب ——— */
.fs-auth-page--companies .fs-companies-card__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: start;
}

.fs-auth-page--companies .fs-co-form-panel {
    padding: 1.5rem 1.4rem 1.4rem;
    min-width: 0;
}

/* شبكة حقول — عمودان */
.fs-auth-page--companies .fs-co-form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--fs-co-gap) 1.25rem;
}

.fs-auth-page--companies .fs-co-form-span-full {
    grid-column: 1 / -1;
}

.fs-auth-page--companies .fs-companies-field {
    margin: 0;
    min-width: 0;
}

.fs-auth-page--companies .fs-companies-label {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.45rem;
    font-family: var(--fs-co-text-font);
    font-size: var(--fs-co-label-size);
    font-weight: 600;
    color: #0f172a;
}

.fs-auth-page--companies .fs-co-field-icon {
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
}

.fs-auth-page--companies .fs-co-field-icon--violet { background: #ede9fe; color: #6d28d9; }
.fs-auth-page--companies .fs-co-field-icon--blue { background: #dbeafe; color: #1d4ed8; }
.fs-auth-page--companies .fs-co-field-icon--teal { background: #ccfbf1; color: #0f766e; }
.fs-auth-page--companies .fs-co-field-icon--sky { background: #e0f2fe; color: #0369a1; }
.fs-auth-page--companies .fs-co-field-icon--amber { background: #fef3c7; color: #b45309; }
.fs-auth-page--companies .fs-co-field-icon--indigo { background: #e0e7ff; color: #4338ca; }

.fs-auth-page--companies .fs-co-input-plain,
.fs-auth-page--companies .fs-co-input-plain::placeholder {
    font-family: var(--fs-co-input-font) !important;
    font-size: var(--fs-co-input-size) !important;
    font-weight: 600;
    width: 100%;
    min-height: var(--fs-co-control-h);
    padding: 0.6rem 0.9rem;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #ffffff;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.fs-auth-page--companies .fs-co-input-plain:focus {
    border-color: #64748b;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
    outline: none;
}

.fs-auth-page--companies input[type="email"].fs-co-input-plain {
    text-align: left;
}

.fs-auth-page--companies .fs-co-pw-wrap {
    position: relative;
}

.fs-auth-page--companies .fs-co-pw-wrap .fs-co-input-plain {
    padding-left: 2.75rem;
}

.fs-auth-page--companies .fs-co-pw-toggle {
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #64748b;
    padding: 0.35rem 0.5rem;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
}

.fs-auth-page--companies .fs-co-pw-toggle:hover {
    color: #2563eb;
}

.fs-auth-page--companies .password-strength {
    margin: 0;
    padding: 0.5rem 0.65rem;
    background: #f8fafc;
    border-radius: 8px;
    font-family: var(--fs-co-input-font);
    font-size: 0.95rem;
    font-weight: 700;
    text-align: right;
}

/* ——— منتقي نوع النشاط (أيقونات) ——— */
.fs-auth-page--companies .fs-co-type-hint {
    margin: 0.25rem 0 0.75rem;
    font-family: var(--fs-co-text-font);
    font-size: 0.88rem;
    color: #64748b;
}

.fs-auth-page--companies .fs-co-type-picker {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.fs-auth-page--companies .fs-co-type-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 5.5rem;
    padding: 0.65rem 0.5rem;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
    cursor: pointer;
    font-family: var(--fs-co-text-font);
    position: relative;
}

.fs-auth-page--companies .fs-co-type-option.is-selected {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
    background: #f8fafc;
}

.fs-auth-page--companies .fs-co-type-option__icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
}

.fs-auth-page--companies .fs-co-type-option__label {
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    color: #0f172a;
}

.fs-auth-page--companies .fs-co-type-option[data-tone="blue"] .fs-co-type-option__icon { background: #dbeafe; color: #1d4ed8; }
.fs-auth-page--companies .fs-co-type-option[data-tone="teal"] .fs-co-type-option__icon { background: #ccfbf1; color: #0f766e; }
.fs-auth-page--companies .fs-co-type-option[data-tone="amber"] .fs-co-type-option__icon { background: #fef3c7; color: #b45309; }
.fs-auth-page--companies .fs-co-type-option[data-tone="sky"] .fs-co-type-option__icon { background: #e0f2fe; color: #0369a1; }
.fs-auth-page--companies .fs-co-type-option[data-tone="violet"] .fs-co-type-option__icon { background: #ede9fe; color: #6d28d9; }
.fs-auth-page--companies .fs-co-type-option[data-tone="indigo"] .fs-co-type-option__icon { background: #e0e7ff; color: #4338ca; }
.fs-auth-page--companies .fs-co-type-option[data-tone="rose"] .fs-co-type-option__icon { background: #ffe4e6; color: #e11d48; }
.fs-auth-page--companies .fs-co-type-option[data-tone="cyan"] .fs-co-type-option__icon { background: #cffafe; color: #0e7490; }
.fs-auth-page--companies .fs-co-type-option[data-tone="slate"] .fs-co-type-option__icon { background: #e2e8f0; color: #475569; }
.fs-auth-page--companies .fs-co-type-option[data-tone="emerald"] .fs-co-type-option__icon { background: #d1fae5; color: #047857; }
.fs-auth-page--companies .fs-co-type-option[data-tone="orange"] .fs-co-type-option__icon { background: #ffedd5; color: #c2410c; }

.fs-auth-page--companies .fs-co-type-option.is-selected[data-tone="blue"] { border-color: #2563eb; background: #eff6ff; box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14); }
.fs-auth-page--companies .fs-co-type-option.is-selected[data-tone="teal"] { border-color: #0f766e; background: #f0fdfa; box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.14); }
.fs-auth-page--companies .fs-co-type-option.is-selected[data-tone="amber"] { border-color: #d97706; background: #fffbeb; box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.14); }
.fs-auth-page--companies .fs-co-type-option.is-selected[data-tone="sky"] { border-color: #0284c7; background: #f0f9ff; box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.14); }
.fs-auth-page--companies .fs-co-type-option.is-selected[data-tone="violet"] { border-color: #7c3aed; background: #f5f3ff; box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.14); }
.fs-auth-page--companies .fs-co-type-option.is-selected[data-tone="indigo"] { border-color: #4f46e5; background: #eef2ff; box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.14); }
.fs-auth-page--companies .fs-co-type-option.is-selected[data-tone="rose"] { border-color: #e11d48; background: #fff1f2; box-shadow: 0 0 0 3px rgba(225, 29, 72, 0.14); }
.fs-auth-page--companies .fs-co-type-option.is-selected[data-tone="cyan"] { border-color: #0891b2; background: #ecfeff; box-shadow: 0 0 0 3px rgba(8, 145, 178, 0.14); }
.fs-auth-page--companies .fs-co-type-option.is-selected[data-tone="slate"] { border-color: #475569; background: #f8fafc; box-shadow: 0 0 0 3px rgba(71, 85, 105, 0.12); }
.fs-auth-page--companies .fs-co-type-option.is-selected[data-tone="emerald"] { border-color: #059669; background: #ecfdf5; box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.14); }
.fs-auth-page--companies .fs-co-type-option.is-selected[data-tone="orange"] { border-color: #ea580c; background: #fff7ed; box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.14); }

.fs-auth-page--companies .fs-co-type-option.is-coming-soon {
    opacity: 0.78;
    cursor: not-allowed;
    background: #fafafa;
    border-color: #e2e8f0;
}

.fs-auth-page--companies .fs-co-type-option.is-coming-soon .fs-co-type-option__label {
    color: #64748b;
}

.fs-auth-page--companies .fs-co-type-option__badge {
    position: absolute;
    top: 0.4rem;
    left: 0.4rem;
    padding: 0.12rem 0.45rem;
    border-radius: 999px;
    font-size: 0.62rem;
    font-weight: 700;
    line-height: 1.3;
    color: #92400e;
    background: #fef3c7;
    border: 1px solid #fcd34d;
}

.fs-auth-page--companies .fs-co-type-selected {
    margin: 0.65rem 0 0;
    font-family: var(--fs-co-text-font);
    font-size: 0.88rem;
    color: #64748b;
}

.fs-auth-page--companies .fs-co-type-selected strong {
    color: #1e40af;
    font-weight: 700;
}

@media (min-width: 640px) {
    .fs-auth-page--companies .fs-co-type-picker {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .fs-auth-page--companies .fs-co-type-picker {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .fs-auth-page--companies .fs-co-type-option {
        min-height: 6rem;
    }

    .fs-auth-page--companies .fs-co-type-option__label {
        font-size: 0.88rem;
    }
}

/* الموافقة على الشروط */
.fs-auth-page--companies .fs-co-terms-wrap {
    margin-top: 0.35rem;
    padding: 0.85rem 1rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.fs-auth-page--companies .fs-co-terms-check {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin: 0;
    cursor: pointer;
    font-family: var(--fs-co-text-font);
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.6;
    color: #334155;
}

.fs-auth-page--companies .fs-co-terms-check input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.fs-auth-page--companies .fs-co-terms-check__box {
    flex-shrink: 0;
    width: 1.35rem;
    height: 1.35rem;
    margin-top: 0.15rem;
    border: 2px solid #94a3b8;
    border-radius: 5px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s, background 0.2s;
}

.fs-auth-page--companies .fs-co-terms-check__box::after {
    content: '';
    width: 0.35rem;
    height: 0.65rem;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    margin-bottom: 2px;
    transition: transform 0.15s;
}

.fs-auth-page--companies .fs-co-terms-check input:checked + .fs-co-terms-check__box {
    background: #2563eb;
    border-color: #2563eb;
}

.fs-auth-page--companies .fs-co-terms-check input:checked + .fs-co-terms-check__box::after {
    transform: rotate(45deg) scale(1);
}

.fs-auth-page--companies .fs-co-terms-check input:focus-visible + .fs-co-terms-check__box {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}

.fs-auth-page--companies .fs-co-terms-check__text a {
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
}

.fs-auth-page--companies .fs-co-terms-check__text a:hover {
    text-decoration: underline;
}

.fs-auth-page--companies .fs-companies-btn-submit:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    filter: grayscale(0.2);
}

.fs-auth-page--companies .fs-co-submit-row {
    margin-top: 0.25rem;
}

.fs-auth-page--companies .fs-companies-btn-submit {
    width: 100%;
    max-width: 320px;
    min-height: 52px;
    margin-right: auto;
    margin-left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-family: var(--fs-co-btn-font);
    font-size: 1.05rem;
    font-weight: 700;
    border-radius: 12px;
    background: #206843;
    border: 1px solid #206843;
    color: #fff;
}

.fs-auth-page--companies .fs-companies-btn-submit:hover {
    background: #185535;
    border-color: #185535;
    color: #fff;
}

.fs-auth-page--companies .fs-companies-flash {
    margin-bottom: 1.15rem;
    padding: 0.85rem 1rem;
    border-radius: 10px;
    font-family: var(--fs-co-text-font);
    font-size: var(--fs-co-label-size);
    font-weight: 600;
}

.fs-auth-page--companies .fs-companies-flash--error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
}

.fs-auth-page--companies .fs-companies-flash--success {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1d4ed8;
}

/* أزرار مساعدة — ألوان مختلفة */
.fs-auth-page--companies .fs-companies-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px dashed #e2e8f0;
}

.fs-auth-page--companies .fs-companies-btn-alt {
    flex: 1 1 160px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.7rem 1rem;
    font-family: var(--fs-co-btn-font);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid;
    background: #ffffff;
    transition: background 0.2s, transform 0.15s;
}

.fs-auth-page--companies .fs-companies-btn-alt:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

.fs-auth-page--companies .fs-companies-btn-alt--blue {
    color: #1d4ed8;
    border-color: #93c5fd;
}

.fs-auth-page--companies .fs-companies-btn-alt--blue:hover {
    background: #eff6ff;
    color: #1d4ed8;
}

.fs-auth-page--companies .fs-companies-btn-alt--slate {
    color: #334155;
    border-color: #cbd5e1;
}

.fs-auth-page--companies .fs-companies-btn-alt--slate:hover {
    background: #f8fafc;
    color: #334155;
}

.fs-auth-page--companies .fs-companies-btn-alt--amber {
    color: #b45309;
    border-color: #fcd34d;
}

.fs-auth-page--companies .fs-companies-btn-alt--amber:hover {
    background: #fffbeb;
    color: #b45309;
}

/* جانب الملاحظات */
.fs-auth-page--companies .fs-co-side-panel {
    padding: 1.25rem 1.35rem 1.5rem;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
}

.fs-auth-page--companies .fs-companies-notes {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 1.15rem 1.2rem;
    border-right: 4px solid #6366f1;
}

.fs-auth-page--companies .fs-companies-notes h2 {
    margin: 0 0 0.65rem;
    font-family: var(--fs-co-title-font);
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.fs-auth-page--companies .fs-companies-notes h2 i {
    color: #6366f1;
}

.fs-auth-page--companies .fs-companies-notes ul {
    margin: 0;
    padding: 0 1.1rem 0 0;
    list-style: disc;
}

.fs-auth-page--companies .fs-companies-notes li {
    font-family: var(--fs-co-text-font);
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.65;
    color: #64748b;
    margin-bottom: 0.5rem;
}

.fs-auth-page--companies .fs-auth-footer {
    flex-shrink: 0;
    width: 100%;
    background: #ffffff;
}

.fs-auth-page--companies .fs-auth-footer__shell {
    max-width: min(96vw, 1240px);
}

/* ——— تابلت+: عمودان للحقول ——— */
@media (min-width: 640px) {
    .fs-auth-page--companies .fs-co-form-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 900px) {
    .fs-auth-page--companies {
        --fs-co-shell-max: min(96vw, 1100px);
    }

    .fs-auth-page--companies .fs-companies-card__inner {
        grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.55fr);
    }

    .fs-auth-page--companies .fs-co-side-panel {
        border-top: none;
        border-right: 1px solid #e2e8f0;
    }

    .fs-auth-page--companies .fs-co-form-panel {
        padding: 1.75rem 2rem 1.75rem;
    }

    .fs-auth-page--companies .fs-co-guidance-top .fs-reg-stack__body {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
    }
}

@media (min-width: 1024px) {
    .fs-auth-page--companies {
        --fs-co-shell-max: min(94vw, 1180px);
        --fs-co-title-size: 1.68rem;
        --fs-co-lead-size: 1.06rem;
        --fs-co-input-size: 1.12rem;
        --fs-co-control-h: 50px;
        --fs-co-gap: 1.25rem;
    }
}

@media (min-width: 1280px) {
    .fs-auth-page--companies {
        --fs-co-shell-max: 1240px;
    }

    .fs-auth-page--companies .fs-companies-card__inner {
        grid-template-columns: minmax(0, 1.5fr) minmax(0, 0.5fr);
    }
}

@media (min-width: 1440px) {
    .fs-auth-page--companies {
        --fs-co-shell-max: 1280px;
    }
}

@media (max-width: 639px) {
    .fs-auth-page--companies .fs-co-hero {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .fs-auth-page--companies .fs-companies-btn-submit {
        max-width: none;
    }
}

.fs-co-google-hint {
    margin: 0.45rem 0 0;
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.5;
}

.fs-co-google-section {
    margin-top: 0.85rem;
}

.fs-co-google-divider {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    color: #94a3b8;
    font-size: 0.85rem;
}

.fs-co-google-divider::before,
.fs-co-google-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e2e8f0;
}

.fs-co-btn-google {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    width: 100%;
    min-height: 46px;
    padding: 0.55rem 1rem;
    border: 1px solid #dadce0;
    border-radius: 10px;
    background: #fff;
    color: #3c4043;
    font-family: var(--fs-co-btn-font);
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
}

.fs-co-btn-google:hover {
    background: #f8f9fa;
    box-shadow: 0 1px 3px rgba(60, 64, 67, 0.15);
}

.fs-co-google-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
