/*
Theme Name: ashe-pro-premium Child
Template: ashe-pro-premium
Version: 1.0
*/

/* ==================================================
   CIRCLES — FOUNDING MEMBER REGISTRATION
   Page ID: 21774
   ================================================== */

/* Keep the content comfortably readable */
.page-id-21774 .entry-content,
.page-id-21774 .post-content {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
}

/* Give the page title breathing room below the navigation */
.page-id-21774 .entry-header {
    padding-top: 30px;
}

/* Page title */
.page-id-21774 .entry-title,
.page-id-21774 .post-title {
    color: #89104f;
    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.1;
    margin-bottom: 18px;
}

/* Introductory copy */
.page-id-21774 .entry-content > p,
.page-id-21774 .post-content > p {
    line-height: 1.65;
}

/* Form layout */
.page-id-21774 .wppb-user-forms > ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 24px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.page-id-21774 .wppb-user-forms > ul > li {
    margin: 0;
    padding: 0;
}

/* Membership, agreement and security span full width */
.page-id-21774 .wppb-user-forms > ul > li:nth-child(n+5) {
    grid-column: 1 / -1;
}

/* Labels */
.page-id-21774 .wppb-form-field > label {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 7px;
    color: #171417;
    font-weight: 700;
    white-space: normal;
}

/* Keep only the four account-field labels on one line */
.page-id-21774 .wppb-user-forms > ul > li:nth-child(-n+4) > label {
    white-space: nowrap;
}

/* Text fields */
.page-id-21774 .wppb-form-field input[type="text"],
.page-id-21774 .wppb-form-field input[type="email"],
.page-id-21774 .wppb-form-field input[type="password"] {
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    padding: 10px 14px;
    border: 1px solid #d8c4ce;
    border-radius: 8px;
    background: #ffffff;
    color: #171417;
    font-size: 16px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-id-21774 .wppb-form-field input[type="text"]:focus,
.page-id-21774 .wppb-form-field input[type="email"]:focus,
.page-id-21774 .wppb-form-field input[type="password"]:focus {
    border-color: #89104f;
    outline: none;
    box-shadow: 0 0 0 3px rgba(137, 16, 79, 0.14);
}

/* Founding Member panel */
.page-id-21774 .wppb-user-forms > ul > li:nth-child(5) {
    margin-top: 6px;
    padding: 24px;
    border: 1px solid #ddc3d0;
    border-radius: 14px;
    background: #f8f1f5;
}

.page-id-21774 .wppb-user-forms > ul > li:nth-child(5) h2 {
    margin-top: 0;
    color: #89104f;
}

/* Agreement text */
.page-id-21774 .wppb-user-forms > ul > li:nth-child(6) {
    font-size: 14px;
    line-height: 1.55;
}

.page-id-21774 .wppb-user-forms a {
    color: #89104f;
    font-weight: 700;
}

/* Join Swingcircles tablet button */
body.page-id-21774 .wppb-user-forms input[type="submit"] {
    display: block;
    width: fit-content !important;
    min-width: 230px;
    max-width: 100%;
    margin: 22px auto 0 !important;
    padding: 11px 34px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #89104f !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.03em;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

body.page-id-21774 .wppb-user-forms input[type="submit"]:hover,
body.page-id-21774 .wppb-user-forms input[type="submit"]:focus {
    background: #6f0d40 !important;
    transform: translateY(-1px);
}

/* Mobile */
@media (max-width: 700px) {
    .page-id-21774 .entry-content,
    .page-id-21774 .post-content {
        padding-right: 20px;
        padding-left: 20px;
    }

    .page-id-21774 .wppb-user-forms > ul {
        grid-template-columns: 1fr;
    }

    .page-id-21774 .wppb-user-forms > ul > li {
        grid-column: 1;
    }

    .page-id-21774 .wppb-user-forms > ul > li:nth-child(5) {
        padding: 20px;
    }
}
/* Profile Builder login */
#wppb-login-wrap input[type="submit"],
#wppb-loginform input[type="submit"] {
    display: block;
    width: fit-content !important;
    min-width: 180px;
    margin: 24px auto 0 !important;
    padding: 12px 32px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #89104f !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

#wppb-login-wrap input[type="submit"]:hover,
#wppb-loginform input[type="submit"]:hover {
    background: #6f0d40 !important;
}

#wppb-login-wrap input[type="checkbox"],
#wppb-loginform input[type="checkbox"] {
    accent-color: #89104f;
}
/* Hide the Founding Member “Abandon” action */
a[href*="abandon" i] {
    display: none !important;
}