/* Member login on main site — forum auth look without breaking sexer header */

.member-auth-forum-page {
    padding: 0.75rem 0 2rem;
    width: 100%;
    box-sizing: border-box;
}

.member-auth-forum-page > .forum-container {
    width: max(100%, var(--forum-mobile-freeze-width, 768px));
    min-width: max(100%, var(--forum-mobile-freeze-width, 768px));
    max-width: 100%;
    margin-inline: auto;
    padding-inline: var(--forum-body-gutter, 0.85rem);
    box-sizing: border-box;
}

.member-auth-forum-page .forum-panel-narrow {
    margin-inline: auto;
}

.member-auth-forum-page .forum-flash-stack {
    max-width: 640px;
    margin: 0 auto 0.75rem;
}

/* Keep sexer header/nav colors — forum.css sets global blue/red links */
.custom-header a,
.custom-header a:hover,
.custom-header a:focus,
.custom-header a:focus-visible,
.bottom-header a,
.bottom-header a:hover,
.bottom-header a:focus,
.bottom-header a:focus-visible,
.nav-bot-view a,
.nav-bot-view a:hover,
#sidebar a,
#sidebar a:hover,
.header-btn a,
.header-btn a:hover,
.listing-toolbar a,
.listing-toolbar a:hover,
.dropdown-content a,
.dropdown-content a:hover,
.dropdown-btn,
.header-langs a {
    color: inherit;
}

.custom-header .menu a,
.custom-header .menu a:hover,
.custom-header .menu a:focus-visible {
    color: #fff;
}

/* POST AD — keep violet text from style.css (forum.css global links must not override) */
.header-btn .btn-custom,
.header-btn a.btn-custom,
.bottom-header .header-btn .btn-custom,
.bottom-header .header-btn a.btn-custom {
    color: #924bdd !important;
    background-color: #242525 !important;
}

.header-btn .btn-custom:hover,
.header-btn .btn-custom:focus-visible,
.header-btn a.btn-custom:hover,
.header-btn a.btn-custom:focus-visible {
    color: #ffffff !important;
    background-color: #ff004c !important;
}

/* Forum auth panel only: full-width pill buttons */
.member-auth-forum-page .forum-auth-panel .btn-register,
.member-auth-forum-page .forum-auth-panel .btn-google {
    width: 100%;
}
