/* ============================================================
 * SCWNY Club Forms — Generic Stylesheet v1.0.0
 * For Gravity Forms 2.9.x with Orbital theme
 *
 * ACTIVATION: any form with CSS Class "scwny-club-form"
 *
 * BRAND PALETTE
 *   Teal:       #009387   Teal Hover: #007a70
 *   Teal Light: #e6f5f4   Teal Frost: #f0faf9
 *   Gold:       #fbcd06   Gold Dark:  #d4ac00
 *   Grey:       #666666   Grey Light: #999999
 *   Border:     #cccccc   BG:         #f5f5f5
 *   White:      #ffffff   Error:      #c0392b
 * ============================================================ */


/* ============================================================
   1. FORM WRAPPER
   ============================================================ */

body .gform_wrapper.scwny-club-form_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    font-family: Raleway, sans-serif !important;
    padding: 0 !important;
}

body .gform_wrapper.scwny-club-form_wrapper form.scwny-club-form {
    background: #ffffff !important;
    border-radius: 0 0 12px 12px !important;
    box-shadow: 0 4px 32px rgba(0, 147, 135, 0.12), 0 1px 4px rgba(0, 0, 0, 0.08) !important;
    overflow: hidden !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}


/* ============================================================
   2. FORM HEADING — Title & Description
   ============================================================ */

body .gform_wrapper.scwny-club-form_wrapper .gform_heading {
    background: #009387 !important;
    padding: 2rem 2rem 1.25rem !important;
    border-bottom: 4px solid #fbcd06 !important;
    border-radius: 12px 12px 0 0 !important;
    margin: 0 !important;
}

body .gform_wrapper.scwny-club-form_wrapper .gform_title {
    font-family: Montserrat, sans-serif !important;
    color: #ffffff !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    margin: 0 0 0.4rem !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
}

body .gform_wrapper.scwny-club-form_wrapper .gform_description {
    font-family: Raleway, sans-serif !important;
    color: #ffffff !important;
    font-size: 1.1rem !important;
    line-height: 1.6 !important;
    display: block !important;
}

body .gform_wrapper.scwny-club-form_wrapper .gform_required_legend {
    font-family: Raleway, sans-serif !important;
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 0.8125rem !important;
    margin-top: 0.75rem !important;
    display: block !important;
}

body .gform_wrapper.scwny-club-form_wrapper .gform_required_legend .gfield_required {
    color: #fbcd06 !important;
    font-style: normal !important;
    font-weight: 700 !important;
    margin-left: 0 !important;
}


/* ============================================================
   3. FORM BODY & FIELDS CONTAINER
   ============================================================ */

body .scwny-club-form_wrapper .gform_body {
    padding: 0 !important;
    background: #ffffff !important;
}

body .scwny-club-form_wrapper .gform_fields {
    padding: 1.75rem 2rem !important;
    row-gap: 1.25rem !important;
}


/* ============================================================
   4. FIELD LABELS
   ============================================================ */

body .scwny-club-form_wrapper .gfield_label {
    font-family: Montserrat, sans-serif !important;
    color: #666666 !important;
    font-size: 0.8125rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
    margin-bottom: 8px !important;
    display: block !important;
}

body .scwny-club-form_wrapper .gfield_label.gform-field-label--type-sub {
    font-family: Raleway, sans-serif !important;
    color: #999999 !important;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

body .scwny-club-form_wrapper .gfield_required {
    color: #c0392b !important;
    margin-left: 6px !important;
}

body .scwny-club-form_wrapper .gfield_description {
    font-family: Raleway, sans-serif !important;
    color: #999999 !important;
    font-size: 0.75rem !important;
    line-height: 1.5 !important;
    margin-top: 4px !important;
}


/* ============================================================
   5. TEXT INPUTS, EMAIL, TEL, NUMBER, DATE
   ============================================================ */

body .scwny-club-form_wrapper input[type="text"],
body .scwny-club-form_wrapper input[type="email"],
body .scwny-club-form_wrapper input[type="tel"],
body .scwny-club-form_wrapper input[type="number"],
body .scwny-club-form_wrapper input[type="date"] {
    font-family: Raleway, sans-serif !important;
    border: 1.5px solid #cccccc !important;
    border-radius: 4px !important;
    color: #666666 !important;
    background-color: #ffffff !important;
    font-size: 0.9375rem !important;
    padding: 10px 14px !important;
    width: 100% !important;
    box-shadow: none !important;
    transition: border-color 0.2s ease !important;
    box-sizing: border-box !important;
}

body .scwny-club-form_wrapper input[type="text"]:focus,
body .scwny-club-form_wrapper input[type="email"]:focus,
body .scwny-club-form_wrapper input[type="tel"]:focus,
body .scwny-club-form_wrapper input[type="number"]:focus,
body .scwny-club-form_wrapper input[type="date"]:focus {
    border-color: #009387 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(0, 147, 135, 0.15) !important;
}

body .scwny-club-form_wrapper input::placeholder,
body .scwny-club-form_wrapper textarea::placeholder {
    color: #bbbbbb !important;
    font-style: italic !important;
}


/* ============================================================
   6. SELECT / DROPDOWN
   ============================================================ */

body .scwny-club-form_wrapper select {
    font-family: Raleway, sans-serif !important;
    border: 1.5px solid #cccccc !important;
    border-radius: 4px !important;
    color: #666666 !important;
    background-color: #ffffff !important;
    font-size: 0.9375rem !important;
    padding: 10px 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    box-shadow: none !important;
    transition: border-color 0.2s ease !important;
}

body .scwny-club-form_wrapper select:focus {
    border-color: #009387 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(0, 147, 135, 0.15) !important;
}

body .scwny-club-form_wrapper .ginput_container select,
body .scwny-club-form_wrapper .ginput_container_select select,
body .scwny-club-form_wrapper .ginput_container_date select {
    color: #666666 !important;
    -webkit-text-fill-color: #666666 !important;
    opacity: 1 !important;
}

body .scwny-club-form_wrapper select option {
    color: #666666;
    -webkit-text-fill-color: #666666;
    font-family: Raleway, sans-serif;
}

body .scwny-club-form_wrapper .ginput_container_date select {
    width: auto !important;
    min-width: 90px !important;
}


/* ============================================================
   7. TEXTAREA
   ============================================================ */

body .scwny-club-form_wrapper textarea {
    font-family: Raleway, sans-serif !important;
    border: 1.5px solid #cccccc !important;
    border-radius: 4px !important;
    color: #666666 !important;
    background-color: #ffffff !important;
    font-size: 0.9375rem !important;
    padding: 10px 14px !important;
    line-height: 1.6 !important;
    min-height: 100px !important;
    width: 100% !important;
    resize: vertical !important;
    box-shadow: none !important;
    transition: border-color 0.2s ease !important;
    box-sizing: border-box !important;
}

body .scwny-club-form_wrapper textarea:focus {
    border-color: #009387 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(0, 147, 135, 0.15) !important;
}


/* ============================================================
   8. DATE PICKER (jQuery UI)
   ============================================================ */

body .scwny-club-form_wrapper .ginput_container_date,
body .scwny-club-form_wrapper .gfield--type-date .ginput_container {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

body .scwny-club-form_wrapper .ginput_container_date input.datepicker,
body .scwny-club-form_wrapper .ginput_container_date input[type="text"] {
    padding-right: 44px !important;
    width: 100% !important;
}

body .scwny-club-form_wrapper img.ui-datepicker-trigger,
body .scwny-club-form_wrapper .ginput_container_date .ui-datepicker-trigger {
    position: absolute !important;
    right: 14px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer !important;
    z-index: 2 !important;
    display: inline-block !important;
}

/* The jQuery UI date picker calendar (rendered at body level) */
body #ui-datepicker-div,
body .ui-datepicker.ui-widget {
    position: absolute !important;
    z-index: 99999 !important;
    background: #ffffff !important;
    border: 1px solid #cccccc !important;
    border-radius: 10px !important;
    padding: 10px !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15) !important;
    font-family: Raleway, sans-serif !important;
    width: auto !important;
    min-width: 280px !important;
}

body #ui-datepicker-div .ui-datepicker-header {
    background: #f0faf9 !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 6px !important;
    margin-bottom: 6px !important;
}

body #ui-datepicker-div .ui-datepicker-title select {
    font-family: Raleway, sans-serif !important;
    font-size: 13px !important;
    padding: 4px 8px !important;
    border: 1px solid #cccccc !important;
    border-radius: 6px !important;
    margin: 0 4px !important;
}

body #ui-datepicker-div table {
    font-size: 13px !important;
    border-collapse: collapse !important;
    width: 100% !important;
}

body #ui-datepicker-div th {
    color: #009387 !important;
    font-weight: 700 !important;
    padding: 4px !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
}

body #ui-datepicker-div td { padding: 1px !important; }
body #ui-datepicker-div td a {
    display: block !important;
    text-align: center !important;
    padding: 6px !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    color: #222 !important;
}

body #ui-datepicker-div td a:hover,
body #ui-datepicker-div td a.ui-state-hover {
    background: #f0faf9 !important;
}

body #ui-datepicker-div td a.ui-state-active,
body #ui-datepicker-div td a.ui-state-highlight {
    background: #009387 !important;
    color: #ffffff !important;
}

/* Hide Safari autofill icons in date fields */
body .scwny-club-form_wrapper input::-webkit-credentials-auto-fill-button,
body .scwny-club-form_wrapper input::-webkit-contacts-auto-fill-button,
body .scwny-club-form_wrapper input::-webkit-calendar-picker-indicator {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    width: 0 !important;
    margin: 0 !important;
}


/* ============================================================
   9. GRID COLUMN HELPERS
   Add scwny-col-6, scwny-col-4, scwny-col-3 to a field's CSS Class
   to span 6, 4, or 3 of 12 columns. Stacks on mobile.
   ============================================================ */

body .scwny-club-form_wrapper .gform_fields {
    display: grid !important;
    grid-template-columns: repeat(12, 1fr) !important;
    gap: 1.25rem 1.5rem !important;
}

body .scwny-club-form_wrapper .gform_fields > .gfield {
    grid-column: span 12 !important;
    margin: 0 !important;
    max-width: none !important;
}

body .scwny-club-form_wrapper .gform_fields > .gfield.scwny-col-6 { grid-column: span 6 !important; }
body .scwny-club-form_wrapper .gform_fields > .gfield.scwny-col-4 { grid-column: span 4 !important; }
body .scwny-club-form_wrapper .gform_fields > .gfield.scwny-col-3 { grid-column: span 3 !important; }


/* ============================================================
   10. CHECKBOX FIELDS — Card grid (3 per row)
   Standard Checkbox fields render as 3-card horizontal grid.
   ============================================================ */

body .scwny-club-form_wrapper .gfield--type-checkbox .gfield_checkbox,
body .scwny-club-form_wrapper .ginput_container_checkbox .gfield_checkbox {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 0.75rem !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

body .scwny-club-form_wrapper .gfield--type-checkbox .gfield_checkbox .gchoice,
body .scwny-club-form_wrapper .ginput_container_checkbox .gfield_checkbox .gchoice {
    flex: 1 1 calc(33.333% - 0.5rem) !important;
    min-width: calc(33.333% - 0.5rem) !important;
    max-width: calc(33.333% - 0.5rem) !important;
    box-sizing: border-box !important;
    border: 1.5px solid #cccccc !important;
    border-radius: 4px !important;
    padding: 12px 16px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    cursor: pointer !important;
    background-color: #ffffff !important;
    list-style: none !important;
    transition: border-color 0.2s ease, background-color 0.2s ease !important;
}

body .scwny-club-form_wrapper .gfield--type-checkbox .gfield_checkbox .gchoice:hover,
body .scwny-club-form_wrapper .ginput_container_checkbox .gfield_checkbox .gchoice:hover {
    border-color: #009387 !important;
    background-color: #f0faf9 !important;
}

body .scwny-club-form_wrapper .gfield--type-checkbox .gfield_checkbox input[type="checkbox"],
body .scwny-club-form_wrapper .ginput_container_checkbox input[type="checkbox"] {
    accent-color: #009387;
    width: 18px !important;
    height: 18px !important;
    flex-shrink: 0 !important;
    cursor: pointer !important;
    margin: 0 !important;
}

body .scwny-club-form_wrapper .gfield--type-checkbox .gfield_checkbox label,
body .scwny-club-form_wrapper .ginput_container_checkbox .gfield_checkbox label {
    font-family: Raleway, sans-serif !important;
    color: #666666 !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}

body .scwny-club-form_wrapper .gfield--type-checkbox .gfield_checkbox input[type="checkbox"]:checked + label,
body .scwny-club-form_wrapper .ginput_container_checkbox input[type="checkbox"]:checked + label {
    color: #009387 !important;
    font-weight: 600 !important;
}

/* Single-choice card variant: a 1-checkbox field that should look like a
   selectable card (used for trophy form dance/test passes) */
body .scwny-club-form_wrapper .gform_fields > .gfield.scwny-single-choice {
    border: 1.5px solid #cccccc !important;
    border-radius: 4px !important;
    padding: 12px 16px !important;
    background-color: #ffffff !important;
    transition: border-color 0.2s ease, background-color 0.2s ease !important;
}
body .scwny-club-form_wrapper .gform_fields > .gfield.scwny-single-choice:has(input:checked) {
    border-color: #009387 !important;
    background-color: #f0faf9 !important;
}
body .scwny-club-form_wrapper .gform_fields > .gfield.scwny-single-choice .gfield_label {
    margin-bottom: 6px !important;
}


/* ============================================================
   11. RADIO BUTTONS — Generic styling
   ============================================================ */

body .scwny-club-form_wrapper .gfield_radio {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

body .scwny-club-form_wrapper .gfield_radio .gchoice {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 8px !important;
}

body .scwny-club-form_wrapper input[type="radio"] {
    accent-color: #009387;
    width: 18px !important;
    height: 18px !important;
    cursor: pointer !important;
}


/* ============================================================
   12. PRODUCT FIELD — Membership-style cards
   For product fields with mem-name/mem-price/mem-desc/mem-tag spans
   ============================================================ */

body .scwny-club-form_wrapper .gfield--type-product .gfield_radio,
body .scwny-club-form_wrapper .gfield.scwny-product-cards .ginput_container_radio .gfield_radio {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    padding-top: 0.75rem !important;
}

body .scwny-club-form_wrapper .gfield--type-product .gfield_radio .gchoice,
body .scwny-club-form_wrapper .gfield.scwny-product-cards .gfield_radio li.gchoice {
    width: 100% !important;
    box-sizing: border-box !important;
    border: 1.5px solid #cccccc !important;
    border-radius: 4px !important;
    padding: 18px 20px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    cursor: pointer !important;
    background-color: #ffffff !important;
    transition: border-color 0.2s ease, background-color 0.2s ease !important;
    margin: 0 !important;
}

body .scwny-club-form_wrapper .gfield--type-product .gfield_radio .gchoice:hover,
body .scwny-club-form_wrapper .gfield.scwny-product-cards .gfield_radio li.gchoice:hover {
    border-color: #009387 !important;
    background-color: #e6f5f4 !important;
}

body .scwny-club-form_wrapper .gfield--type-product input[type="radio"] {
    margin-top: 4px !important;
    flex-shrink: 0 !important;
}

body .scwny-club-form_wrapper .gfield--type-product .gfield_radio label,
body .scwny-club-form_wrapper .gfield.scwny-product-cards .gfield_radio label {
    font-family: Raleway, sans-serif !important;
    color: #666666 !important;
    font-size: 0.9375rem !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    margin: 0 !important;
    display: block !important;
    width: 100% !important;
    overflow: hidden !important;
}

body .scwny-club-form_wrapper .gfield_radio label .mem-name {
    font-family: Montserrat, sans-serif !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    color: #009387 !important;
    display: inline !important;
}

body .scwny-club-form_wrapper .gfield_radio label .mem-price {
    font-family: Montserrat, sans-serif !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    color: #009387 !important;
    float: right !important;
    margin-left: auto !important;
}

body .scwny-club-form_wrapper .gfield_radio label::after {
    content: " ";
    display: table;
    clear: both;
}

body .scwny-club-form_wrapper .gfield_radio label .mem-desc {
    display: block !important;
    clear: both !important;
    font-family: Raleway, sans-serif !important;
    font-size: 0.9375rem !important;
    color: #666666 !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    width: 100% !important;
}

body .scwny-club-form_wrapper .gfield_radio label .mem-tag {
    display: inline-block !important;
    font-family: Raleway, sans-serif !important;
    font-size: 0.6875rem !important;
    font-weight: 600 !important;
    color: #009387 !important;
    background-color: #e6f5f4 !important;
    border-radius: 20px !important;
    padding: 2px 10px !important;
    margin-right: 4px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
}

body .scwny-club-form_wrapper .gfield_radio input[type="radio"]:checked + label .mem-name,
body .scwny-club-form_wrapper .gfield_radio input[type="radio"]:checked + label .mem-price {
    color: #007a70 !important;
}

body .scwny-club-form_wrapper .gfield_radio input[type="radio"]:checked + label .mem-tag {
    background-color: #009387 !important;
    color: #ffffff !important;
}


/* ============================================================
   13. CONSENT FIELD
   ============================================================ */

body .scwny-club-form_wrapper .gfield--type-consent {
    background: #f0faf9 !important;
    border: 1.5px solid #b3d9d6 !important;
    border-radius: 4px !important;
    padding: 14px 16px !important;
}

body .scwny-club-form_wrapper .gfield--type-consent input[type="checkbox"] {
    accent-color: #009387;
    width: 20px !important;
    height: 20px !important;
    cursor: pointer !important;
}

body .scwny-club-form_wrapper .gfield--type-consent .gfield_consent_label {
    font-family: Raleway, sans-serif !important;
    color: #666666 !important;
    font-size: 0.9375rem !important;
    line-height: 1.55 !important;
}

body .scwny-club-form_wrapper .gfield--type-consent .gfield_consent_description {
    max-height: 200px !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    border: 1px solid #cccccc !important;
    border-radius: 4px !important;
    padding: 14px 16px !important;
    font-size: 0.8rem !important;
    line-height: 1.75 !important;
    color: #666666 !important;
    margin-bottom: 12px !important;
    font-family: Georgia, "Times New Roman", serif !important;
}

body .scwny-club-form_wrapper .gfield--type-consent .gfield_consent_description::-webkit-scrollbar { width: 5px; }
body .scwny-club-form_wrapper .gfield--type-consent .gfield_consent_description::-webkit-scrollbar-track { background: #e6f5f4; border-radius: 3px; }
body .scwny-club-form_wrapper .gfield--type-consent .gfield_consent_description::-webkit-scrollbar-thumb { background: #009387; border-radius: 3px; }


/* ============================================================
   14. HTML CONTENT FIELD — with notice variants
   Classes: scwny-info | scwny-warn | scwny-legal
   ============================================================ */

body .scwny-club-form_wrapper .gfield--type-html h3,
body .scwny-club-form_wrapper .ginput_container_html h3 {
    font-family: Montserrat, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #009387 !important;
    border-left: 4px solid #fbcd06 !important;
    padding-left: 12px !important;
    margin: 1.5rem 0 0.75rem !important;
    line-height: 1.3 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
}

body .scwny-club-form_wrapper .gfield--type-html h4,
body .scwny-club-form_wrapper .ginput_container_html h4 {
    font-family: Montserrat, sans-serif !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: #666666 !important;
    margin: 1rem 0 0.5rem !important;
}

body .scwny-club-form_wrapper .gfield--type-html p,
body .scwny-club-form_wrapper .gfield--type-html li,
body .scwny-club-form_wrapper .ginput_container_html p,
body .scwny-club-form_wrapper .ginput_container_html li {
    font-family: Raleway, sans-serif !important;
    color: #666666 !important;
    font-size: 0.9375rem !important;
    line-height: 1.6 !important;
}

/* Teal info notice */
body .scwny-club-form_wrapper .gfield.scwny-info .ginput_container_html,
body .scwny-club-form_wrapper .gfield--type-html.scwny-info .ginput_container_html {
    background: #e6f5f4 !important;
    border: 1px solid #009387 !important;
    border-left: 4px solid #009387 !important;
    border-radius: 4px !important;
    padding: 12px 16px !important;
    font-family: Raleway, sans-serif !important;
    font-size: 0.875rem !important;
    color: #666666 !important;
    line-height: 1.6 !important;
}
body .scwny-club-form_wrapper .gfield.scwny-info strong,
body .scwny-club-form_wrapper .gfield--type-html.scwny-info strong {
    font-family: Montserrat, sans-serif !important;
    font-size: 0.6875rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    color: #009387 !important;
}

/* Gold warning notice */
body .scwny-club-form_wrapper .gfield.scwny-warn .ginput_container_html,
body .scwny-club-form_wrapper .gfield--type-html.scwny-warn .ginput_container_html {
    background: #fffde6 !important;
    border: 1px solid #fbcd06 !important;
    border-left: 4px solid #d4ac00 !important;
    border-radius: 4px !important;
    padding: 12px 16px !important;
    font-family: Raleway, sans-serif !important;
    font-size: 0.875rem !important;
    color: #666666 !important;
    line-height: 1.6 !important;
}

/* Red legal/waiver notice */
body .scwny-club-form_wrapper .gfield.scwny-legal .ginput_container_html,
body .scwny-club-form_wrapper .gfield--type-html.scwny-legal .ginput_container_html {
    background: #fff5f5 !important;
    border: 1px solid #f5c6c6 !important;
    border-left: 4px solid #c0392b !important;
    border-radius: 4px !important;
    padding: 12px 16px !important;
    font-family: Raleway, sans-serif !important;
    font-size: 0.875rem !important;
    color: #666666 !important;
    line-height: 1.6 !important;
}


/* ============================================================
   15. SECTION BREAK — Lines on both sides of title
   ============================================================ */

body .scwny-club-form_wrapper .gfield--type-section,
body .scwny-club-form_wrapper .gsection {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    grid-column: span 12 !important;
}

body .scwny-club-form_wrapper .gfield--type-section .gsection_title,
body .scwny-club-form_wrapper .gsection .gsection_title {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    color: #009387 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    white-space: nowrap !important;
    margin: 0 !important;
}

body .scwny-club-form_wrapper .gfield--type-section .gsection_title::before,
body .scwny-club-form_wrapper .gfield--type-section .gsection_title::after,
body .scwny-club-form_wrapper .gsection .gsection_title::before,
body .scwny-club-form_wrapper .gsection .gsection_title::after {
    content: " ";
    flex: 1;
    height: 1px;
    background-color: #cccccc;
}

body .scwny-club-form_wrapper .gfield--type-section .gsection_description,
body .scwny-club-form_wrapper .gsection .gsection_description {
    font-family: Raleway, sans-serif !important;
    color: #999999 !important;
    font-size: 0.75rem !important;
    margin-top: 6px !important;
}


/* ============================================================
   16. NAVIGATION FOOTER (multi-page) + SUBMIT BUTTON
   ============================================================ */

body .scwny-club-form_wrapper .gform_page_footer,
body .scwny-club-form_wrapper .gform_footer {
    background: #f5f5f5 !important;
    border-top: 3px solid #fbcd06 !important;
    padding: 1.25rem 2rem !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 1rem !important;
    border-radius: 0 0 12px 12px !important;
    margin: 0 !important;
}

body .scwny-club-form_wrapper .gform_page_footer .gform_next_button {
    margin-left: auto !important;
    background-color: #009387 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
    min-height: 44px !important;
    padding: 11px 24px !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
}

body .scwny-club-form_wrapper .gform_page_footer .gform_next_button:hover {
    background-color: #007a70 !important;
}

body .scwny-club-form_wrapper .gform_page_footer .gform_save_link,
body .scwny-club-form_wrapper .gform_save_link {
    margin-left: 0 !important;
    font-family: Raleway, sans-serif !important;
    color: #009387 !important;
    font-size: 0.875rem !important;
    text-decoration: underline !important;
}

body .scwny-club-form_wrapper .gform_page_footer .gform_save_link:hover,
body .scwny-club-form_wrapper .gform_save_link:hover {
    color: #007a70 !important;
}

body .scwny-club-form_wrapper .gform_page_footer .gform_previous_button {
    background-color: transparent !important;
    color: #666666 !important;
    border: 1.5px solid #cccccc !important;
    border-radius: 4px !important;
    font-family: Raleway, sans-serif !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    min-height: 44px !important;
    padding: 11px 20px !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
}

body .scwny-club-form_wrapper .gform_page_footer .gform_previous_button:hover {
    background-color: #e6f5f4 !important;
    border-color: #009387 !important;
}

body .scwny-club-form_wrapper .gform_page_footer input[type="submit"],
body .scwny-club-form_wrapper .gform_footer input[type="submit"],
body .scwny-club-form_wrapper input[type="submit"].gform_button {
    background-color: #009387 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    min-height: 48px !important;
    padding: 13px 36px !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
}

body .scwny-club-form_wrapper .gform_page_footer input[type="submit"]:hover,
body .scwny-club-form_wrapper .gform_footer input[type="submit"]:hover,
body .scwny-club-form_wrapper input[type="submit"].gform_button:hover {
    background-color: #007a70 !important;
}


/* ============================================================
   17. PROGRESS BAR
   ============================================================ */

body .scwny-club-form_wrapper .gf_progressbar_wrapper {
    background: #f5f5f5 !important;
    border-bottom: 1px solid #e0e0e0 !important;
    padding: 1rem 2rem !important;
    margin-bottom: 0 !important;
}

body .scwny-club-form_wrapper .gf_progressbar_title {
    display: block !important;
    font-family: Montserrat, sans-serif !important;
    color: #009387 !important;
    font-size: 0.6875rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    margin-bottom: 8px !important;
}

body .scwny-club-form_wrapper .gf_progressbar {
    background-color: #cccccc !important;
    border-radius: 100px !important;
    height: 8px !important;
    overflow: hidden !important;
}

body .scwny-club-form_wrapper .gf_progressbar_percentage {
    background-color: #009387 !important;
    background-image: linear-gradient(90deg, #007a70, #009387) !important;
    border-radius: 100px !important;
    height: 100% !important;
}

body .scwny-club-form_wrapper .gf_progressbar_percentage span {
    display: none !important;
}


/* ============================================================
   18. STEP INDICATORS
   ============================================================ */

body .scwny-club-form_wrapper .gf_page_steps {
    background: #ffffff !important;
    border: 1.5px solid #cccccc !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
    padding: 1.25rem 1.75rem !important;
    margin-bottom: 1rem !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
    align-items: center !important;
}

body .scwny-club-form_wrapper .gf_page_steps .gf_step {
    font-family: Raleway, sans-serif !important;
    color: #999999 !important;
    font-size: 0.75rem !important;
}

body .scwny-club-form_wrapper .gf_page_steps .gf_step_active { color: #009387 !important; font-weight: 700 !important; }
body .scwny-club-form_wrapper .gf_page_steps .gf_step_completed { color: #666666 !important; font-weight: 600 !important; }

body .scwny-club-form_wrapper .gf_page_steps .gf_step_number {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    background-color: #cccccc !important;
    color: #ffffff !important;
    font-size: 0.6875rem !important;
    font-weight: 700 !important;
    margin-right: 5px !important;
    font-family: Montserrat, sans-serif !important;
}

body .scwny-club-form_wrapper .gf_page_steps .gf_step_active .gf_step_number { background-color: #009387 !important; color: #ffffff !important; }
body .scwny-club-form_wrapper .gf_page_steps .gf_step_completed .gf_step_number { background-color: #fbcd06 !important; color: #666666 !important; }


/* ============================================================
   19. VALIDATION ERRORS
   ============================================================ */

body .scwny-club-form_wrapper .gform_validation_errors {
    background: #fff5f5 !important;
    border: 1.5px solid #f5c6c6 !important;
    border-left: 4px solid #c0392b !important;
    border-radius: 4px !important;
    padding: 12px 16px !important;
    margin-bottom: 1.5rem !important;
    font-family: Raleway, sans-serif !important;
    font-size: 0.875rem !important;
    color: #666666 !important;
}

body .scwny-club-form_wrapper .gform_validation_errors h2 {
    font-family: Montserrat, sans-serif !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    color: #c0392b !important;
    margin: 0 0 4px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
}

body .scwny-club-form_wrapper .gfield_error input[type="text"],
body .scwny-club-form_wrapper .gfield_error input[type="email"],
body .scwny-club-form_wrapper .gfield_error input[type="tel"],
body .scwny-club-form_wrapper .gfield_error input[type="number"],
body .scwny-club-form_wrapper .gfield_error input[type="date"],
body .scwny-club-form_wrapper .gfield_error select,
body .scwny-club-form_wrapper .gfield_error textarea {
    border-color: #c0392b !important;
}

body .scwny-club-form_wrapper .gfield_error .gfield_label { color: #c0392b !important; }

body .scwny-club-form_wrapper .gfield_validation_message {
    font-family: Raleway, sans-serif !important;
    color: #c0392b !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    margin-top: 5px !important;
}


/* ============================================================
   20. CONFIRMATION MESSAGE
   ============================================================ */

body .scwny-club-form_wrapper .gform_confirmation_message {
    font-family: Raleway, sans-serif !important;
    background: #f0faf9 !important;
    border: 1.5px solid #b3d9d6 !important;
    border-top: 4px solid #009387 !important;
    border-radius: 4px !important;
    padding: 2rem !important;
    text-align: center !important;
    color: #666666 !important;
    font-size: 1rem !important;
    line-height: 1.7 !important;
}


/* ============================================================
   21. ADDRESS FIELD SUB-LABELS
   ============================================================ */

body .scwny-club-form_wrapper .gfield--type-address .ginput_complex span label,
body .scwny-club-form_wrapper .ginput_complex label {
    font-family: Raleway, sans-serif !important;
    font-size: 0.6875rem !important;
    color: #999999 !important;
    font-weight: 500 !important;
}


/* ============================================================
   22. NAME FIELD — First/Last side by side
   ============================================================ */

body .scwny-club-form_wrapper .ginput_complex.ginput_container_name {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 1rem !important;
}

body .scwny-club-form_wrapper .ginput_complex.ginput_container_name > span {
    padding: 0 !important;
    width: 100% !important;
}

@media (max-width: 640px) {
    body .scwny-club-form_wrapper .ginput_complex.ginput_container_name {
        grid-template-columns: 1fr !important;
    }
}


/* ============================================================
   23. FILE UPLOAD
   ============================================================ */

body .scwny-club-form_wrapper .gfield--type-fileupload .gform_drop_area {
    border: 2px dashed #cccccc !important;
    background: #f0faf9 !important;
    border-radius: 12px !important;
    padding: 32px 20px !important;
    text-align: center !important;
    transition: all 0.2s !important;
}

body .scwny-club-form_wrapper .gfield--type-fileupload .gform_drop_area:hover {
    border-color: #009387 !important;
    background: #e6f5f4 !important;
}


/* ============================================================
   24. HIDDEN FIELDS — Fully suppressed
   GF sometimes leaks "hidden" fields (calc fields, honeypot) into the
   visible DOM. Force-hide them.
   ============================================================ */

body .scwny-club-form_wrapper .gfield_visibility_hidden,
body .scwny-club-form_wrapper .gfield_visibility_administrative,
body .scwny-club-form_wrapper .gfield--type-hidden,
body .scwny-club-form_wrapper .gfield--type-honeypot,
body .scwny-club-form_wrapper .gform_validation_container,
body .scwny-club-form_wrapper .gform_fields > .gfield.gfield_visibility_hidden,
body .scwny-club-form_wrapper .gform_fields > .gfield.gfield_visibility_administrative,
body .scwny-club-form_wrapper .gform_fields > .gfield--type-hidden,
body .scwny-club-form_wrapper .gform_fields > .gfield.gform_validation_container {
    display: none !important;
    visibility: hidden !important;
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}


/* ============================================================
   25. RESPONSIVE — Mobile (max-width: 640px)
   ============================================================ */

@media (max-width: 640px) {

    body .scwny-club-form_wrapper { overflow: visible !important; }

    body .scwny-club-form_wrapper form.scwny-club-form { border-radius: 8px !important; }

    body .scwny-club-form_wrapper .gform_heading {
        padding: 1.25rem !important;
        border-radius: 8px 8px 0 0 !important;
    }

    body .scwny-club-form_wrapper .gform_title { font-size: 1.125rem !important; }

    body .scwny-club-form_wrapper .gform_fields { padding: 1.25rem !important; gap: 1rem !important; }

    body .scwny-club-form_wrapper .gf_progressbar_wrapper,
    body .scwny-club-form_wrapper .gf_page_steps {
        padding: 0.875rem 1.25rem !important;
        border-radius: 8px !important;
    }

    body .scwny-club-form_wrapper .gform_page_footer,
    body .scwny-club-form_wrapper .gform_footer {
        padding: 1rem 1.25rem !important;
        flex-wrap: wrap !important;
        border-radius: 0 0 8px 8px !important;
    }

    body .scwny-club-form_wrapper .gform_page_footer .gform_next_button,
    body .scwny-club-form_wrapper .gform_page_footer .gform_previous_button,
    body .scwny-club-form_wrapper .gform_page_footer input[type="submit"],
    body .scwny-club-form_wrapper .gform_footer input[type="submit"] {
        width: 100% !important;
        text-align: center !important;
        min-height: 48px !important;
        margin-left: 0 !important;
    }

    body .scwny-club-form_wrapper .gfield--type-consent .gfield_consent_description {
        max-height: 150px !important;
    }

    /* All cols stack to full-width on mobile */
    body .scwny-club-form_wrapper .gform_fields > .gfield.scwny-col-6,
    body .scwny-club-form_wrapper .gform_fields > .gfield.scwny-col-4,
    body .scwny-club-form_wrapper .gform_fields > .gfield.scwny-col-3 {
        grid-column: span 12 !important;
    }

    /* Checkbox cards stack to 1 per row */
    body .scwny-club-form_wrapper .gfield--type-checkbox .gfield_checkbox .gchoice,
    body .scwny-club-form_wrapper .ginput_container_checkbox .gfield_checkbox .gchoice {
        flex: 1 1 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }
}


/* ============================================================
   ============================================================
   ============================================================
   TROPHY-SPECIFIC FEATURES MODULE
   Activated when form has class "scwny-trophy-features"
   ============================================================
   ============================================================
   ============================================================ */


/* ============================================================
   T1. STEP NUMBER BADGE — Big gold circle in progress bar title
   Injected by JS as <span class="scwny-step-badge">N</span>
   ============================================================ */

body .scwny-step-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 56px !important;
    height: 56px !important;
    background: linear-gradient(135deg, #fbcd06 0%, #d4ac00 100%) !important;
    color: #007a70 !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 26px !important;
    font-weight: 800 !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important;
    margin-right: 18px !important;
    box-shadow: 0 6px 18px rgba(251, 205, 6, 0.35) !important;
    line-height: 1 !important;
    text-transform: none !important;
}

body .scwny-step-text {
    display: inline-flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    flex: 1 !important;
    vertical-align: middle !important;
}

body .scwny-step-count {
    display: block !important;
    font-family: Raleway, sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: #666666 !important;
    line-height: 1.2 !important;
}

body .scwny-step-label {
    display: block !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #009387 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    line-height: 1.2 !important;
}

/* When the progress bar title contains the badge, switch to flex layout */
body .gf_progressbar_title:has(.scwny-step-badge) {
    display: flex !important;
    align-items: center !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    font-size: inherit !important;
    color: inherit !important;
    font-weight: normal !important;
    border: none !important;
    padding: 0 !important;
    margin: 16px 2rem !important;
}

@media (max-width: 640px) {
    body .scwny-step-badge {
        width: 44px !important;
        height: 44px !important;
        font-size: 20px !important;
        margin-right: 14px !important;
    }
    body .scwny-step-label { font-size: 15px !important; }
    body .gf_progressbar_title:has(.scwny-step-badge) {
        margin: 14px 1.25rem !important;
    }
}


/* ============================================================
   T2. DANCE LEVEL CARD + BONUS CHIP
   Used on dance test step. Each level section becomes a teal-frost
   card with an inline gold "+N BONUS" chip in the description.
   ============================================================ */

body .scwny-club-form_wrapper.scwny-trophy-features-active .gform_fields > .gfield.scwny-level-section,
body .scwny-trophy-features .gform_fields > .gfield.scwny-level-section {
    padding: 14px 20px !important;
    margin-top: 18px !important;
    margin-bottom: 0 !important;
    background: #f0faf9 !important;
    border: 1px solid #e6f5f4 !important;
    border-radius: 10px !important;
    grid-column: span 12 !important;
}

body .scwny-bonus-chip {
    display: inline-flex !important;
    align-items: center !important;
    padding: 3px 10px !important;
    background: #fff7cc !important;
    color: #d4ac00 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    border-radius: 12px !important;
    opacity: 0.5 !important;
    transition: all 0.3s !important;
    vertical-align: middle !important;
    margin-right: 8px !important;
}

/* When body has scwny-level-X-complete class, light up the matching chip */
body.scwny-level-prelim-complete    .scwny-level-prelim    .scwny-bonus-chip,
body.scwny-level-prebronze-complete .scwny-level-prebronze .scwny-bonus-chip,
body.scwny-level-bronze-complete    .scwny-level-bronze    .scwny-bonus-chip,
body.scwny-level-presilver-complete .scwny-level-presilver .scwny-bonus-chip,
body.scwny-level-silver-complete    .scwny-level-silver    .scwny-bonus-chip,
body.scwny-level-pregold-complete   .scwny-level-pregold   .scwny-bonus-chip,
body.scwny-level-gold-complete      .scwny-level-gold      .scwny-bonus-chip {
    opacity: 1 !important;
    background: #fbcd06 !important;
    color: #007a70 !important;
    animation: scwnyBonusPop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

body.scwny-level-prelim-complete    .scwny-level-prelim,
body.scwny-level-prebronze-complete .scwny-level-prebronze,
body.scwny-level-bronze-complete    .scwny-level-bronze,
body.scwny-level-presilver-complete .scwny-level-presilver,
body.scwny-level-silver-complete    .scwny-level-silver,
body.scwny-level-pregold-complete   .scwny-level-pregold,
body.scwny-level-gold-complete      .scwny-level-gold {
    border-color: #fbcd06 !important;
    box-shadow: 0 0 0 3px rgba(251, 205, 6, 0.1) !important;
}

@keyframes scwnyBonusPop {
    0%   { transform: scale(0.9); }
    60%  { transform: scale(1.12); }
    100% { transform: scale(1); }
}


/* ============================================================
   T3. SUBTOTAL / GRAND TOTAL BANNERS
   Calc fields with class scwny-subtotal or scwny-grand-total
   render as teal banners with big gold numerals.
   ============================================================ */

body .scwny-club-form_wrapper .gform_fields > .gfield.scwny-subtotal,
body .scwny-club-form_wrapper .gform_fields > .gfield.scwny-grand-total {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    padding: 16px 24px !important;
    margin-top: 16px !important;
    background: linear-gradient(135deg, #009387 0%, #007a70 100%) !important;
    color: #ffffff !important;
    border-radius: 12px !important;
    border: none !important;
    box-shadow: 0 12px 28px rgba(0, 147, 135, 0.18) !important;
    grid-column: span 12 !important;
}

body .scwny-club-form_wrapper .gform_fields > .gfield.scwny-subtotal > .gfield_label,
body .scwny-club-form_wrapper .gform_fields > .gfield.scwny-grand-total > .gfield_label,
body .scwny-club-form_wrapper .gform_fields > .gfield.scwny-subtotal > legend.gfield_label,
body .scwny-club-form_wrapper .gform_fields > .gfield.scwny-grand-total > legend.gfield_label {
    flex: 1 !important;
    color: rgba(255, 255, 255, 0.95) !important;
    font-family: Raleway, sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    width: auto !important;
    text-align: left !important;
    float: none !important;
}

body .scwny-club-form_wrapper .gform_fields > .gfield.scwny-subtotal .ginput_container,
body .scwny-club-form_wrapper .gform_fields > .gfield.scwny-grand-total .ginput_container {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    flex: 0 0 auto !important;
}

body .scwny-club-form_wrapper .gform_fields > .gfield.scwny-subtotal input,
body .scwny-club-form_wrapper .gform_fields > .gfield.scwny-grand-total input {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #fbcd06 !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 34px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: -0.02em !important;
    text-align: right !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    width: auto !important;
    max-width: 200px !important;
    pointer-events: none !important;
    outline: none !important;
}


/* ============================================================
   T4. TROPHY CATEGORY CARDS
   Used on summary/review pages. Decorated divs in HTML blocks.
   ============================================================ */

body .scwny-trophy-cards,
body .scwny-trophy-showcase {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 16px;
}

@media (max-width: 720px) {
    body .scwny-trophy-cards,
    body .scwny-trophy-showcase {
        grid-template-columns: 1fr;
    }
}

body .scwny-trophy-card {
    background: #ffffff;
    border: 1.5px solid #cccccc;
    border-radius: 14px;
    padding: 24px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s, box-shadow 0.25s;
}

body .scwny-trophy-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 147, 135, 0.14);
}

body .scwny-trophy-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
}

body .scwny-trophy-card[data-trophy="singles"]::before { background: linear-gradient(90deg, #fbcd06, #d4ac00); }
body .scwny-trophy-card[data-trophy="dance"]::before   { background: linear-gradient(90deg, #009387, #00b09f); }
body .scwny-trophy-card[data-trophy="testpt"]::before  { background: linear-gradient(90deg, #007a70, #009387); }

body .scwny-trophy-card .tc-icon {
    font-size: 28px;
    margin-bottom: 4px;
    display: block;
}

body .scwny-trophy-card .tc-name,
body .scwny-trophy-card .tc-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #009387;
    margin: 10px 0;
}

body .scwny-trophy-cards .scwny-trophy-card .tc-name,
body .scwny-trophy-cards .scwny-trophy-card .tc-title {
    margin-top: 10px;
    margin-bottom: 10px;
}

body .scwny-trophy-showcase .scwny-trophy-card .tc-name,
body .scwny-trophy-showcase .scwny-trophy-card .tc-title {
    margin-top: 14px;
    margin-bottom: 12px;
}

body .scwny-trophy-card .tc-badge {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    margin-bottom: 12px;
}

body .scwny-trophy-card[data-trophy="singles"] .tc-badge { background: #fff7cc; color: #d4ac00; }
body .scwny-trophy-card[data-trophy="dance"]   .tc-badge { background: #e6f5f4; color: #007a70; }
body .scwny-trophy-card[data-trophy="testpt"]  .tc-badge { background: #f0faf9; color: #009387; }

body .scwny-trophy-card .tc-basis {
    font-size: 12px;
    color: #999999;
    margin-top: 8px;
    line-height: 1.45;
}

body .scwny-trophy-showcase .scwny-trophy-card { padding: 32px 24px 28px; }
body .scwny-trophy-showcase .tc-icon { font-size: 44px; }

body .scwny-trophy-showcase .tc-points {
    font-family: 'Montserrat', sans-serif;
    font-size: 54px;
    font-weight: 800;
    color: #009387;
    line-height: 1;
    letter-spacing: -0.04em;
    margin: 14px 0 4px;
}

body .scwny-trophy-showcase .tc-sublabel {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
    color: #999999;
}


/* ============================================================
   T5. TROPHY SUMMARY BLOCK (Step 2 / Step 7 HTML wrapper)
   ============================================================ */

body .scwny-summary-block .scwny-levels-box {
    background: #f0faf9;
    border-left: 4px solid #009387;
    padding: 18px 22px;
    border-radius: 6px;
}

body .scwny-summary-block h4 {
    margin: 0 0 10px !important;
    color: #009387 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

body .scwny-summary-block .scwny-levels-box p {
    margin: 6px 0 !important;
    font-size: 14.5px !important;
    color: #222;
}

body .scwny-summary-block .scwny-levels-box strong {
    color: #009387;
    font-weight: 700;
    margin-right: 8px;
}

body .scwny-summary-block h3 {
    font-family: 'Montserrat', sans-serif !important;
    color: #009387 !important;
    font-weight: 700 !important;
    margin: 32px 0 16px !important;
    font-size: 17px !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
}
