/* Trouble Signing In — Rebrand Page Styles
   Page-specific styles on top of rebrand-base.css */

.trouble-signing-in-page .rebrand-card {
    width: 450px;
}

.trouble-signing-in-page .rebrand-card h1 {
    margin: 0 0 32px 0;
}

/* ===== Contact Section ===== */
.rebrand-contact-section {
    margin-bottom: 32px;
}

.rebrand-contact-section:last-child {
    margin-bottom: 0;
}

.rebrand-contact-section h2 {
    font-family: var(--font-family);
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: var(--color-black);
    margin: 0 0 12px 0;
}

.rebrand-contact-section a {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: var(--color-primary);
    text-decoration: none;
    display: inline-block;
    margin-bottom: 16px;
}

.rebrand-contact-section a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.rebrand-contact-section h3 {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: var(--color-black);
    margin: 0 0 4px 0;
}

.rebrand-contact-section h3 span {
    font-weight: 400;
    color: #5D5F6F;
}

/* ===== Responsive ===== */
@media (max-width: 1023px) {
    .trouble-signing-in-page .rebrand-card {
        width: 100%;
        max-width: 450px;
    }
}

@media (max-width: 767px) {
    .trouble-signing-in-page .rebrand-card {
        max-width: 100%;
    }
}
