.f4k-checkout,
.f4k-course-player,
.f4k-course-library,
.f4k-member-account {
    margin: 42px 0 10px;
    padding: 34px 0 8px;
    border-top: 3px solid #263871;
}

.f4k-checkout__eyebrow {
    margin-bottom: 6px;
    color: #466085;
    text-transform: uppercase;
    letter-spacing: .11em;
    font-size: 13px;
    font-weight: 800;
}

.f4k-checkout__notice {
    margin-top: 24px;
    padding: 16px 18px;
    color: #19345c;
    border-left: 4px solid #3767a8;
    background: #edf5ff;
}

.f4k-checkout__notice strong { display: block; color: #10284c; }

.f4k-application {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 20px;
    margin: 26px 0;
    padding: 22px;
    background: #f4f8fc;
    border: 1px solid #c9d8e8;
}

.f4k-application label {
    display: grid;
    gap: 7px;
    color: #1f3658;
    font-size: 15px;
    font-weight: 800;
}

.f4k-application input,
.f4k-donation-custom input[type='number'] {
    width: 100%;
    min-height: 44px;
    padding: 9px 11px;
    border: 1px solid #8aa1bc;
    border-radius: 2px;
    color: #121b2b;
    background: #fff;
    font: inherit;
}

.f4k-application input:focus,
.f4k-donation-custom input[type='number']:focus {
    outline: 3px solid rgba(45, 101, 170, .24);
    border-color: #244f8b;
}

.f4k-plans,
.f4k-donation-amounts {
    margin: 26px 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #aab9ca;
}

.f4k-plans legend,
.f4k-donation-amounts legend {
    padding: 0 0 10px;
    color: #182e50;
    font-weight: 800;
}

.f4k-plan {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    align-items: center;
    min-height: 58px;
    padding: 11px 8px;
    border-bottom: 1px solid #aab9ca;
    cursor: pointer;
}

.f4k-plan:has(input:checked) { color: #000066; background: #edf4fc; }
.f4k-plan input,
.f4k-terms input,
.f4k-donation-amounts input { width: 18px; height: 18px; accent-color: #263871; }
.f4k-plan__details { display: grid; gap: 2px; }
.f4k-plan__name { font-weight: 800; }
.f4k-plan__summary { color: #486078; font-size: 14px; line-height: 1.45; }
.f4k-plan__price { color: #214f8e; font-family: Georgia, 'Times New Roman', serif; font-size: 22px; }

.f4k-terms {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    max-width: 700px;
    margin: 20px 0;
    padding: 16px;
    color: #243a58;
    background: #f4f8fc;
}

.f4k-terms input { flex: 0 0 auto; margin-top: 3px; }
.f4k-sms-consent { display: grid; border: 0; }
.f4k-sms-consent legend { margin-bottom: 10px; color: #173653; font-size: 17px; font-weight: 900; }
.f4k-sms-consent label { display: flex; gap: 10px; align-items: flex-start; min-height: 44px; padding: 8px; border-radius: 4px; cursor: pointer; }
.f4k-sms-consent label:has(input:checked) { background: #e5eef8; }
.f4k-paypal-button { max-width: 430px; min-height: 45px; margin-top: 24px; }
.f4k-payment-status { max-width: 700px; min-height: 1.65em; margin: 16px 0 0; font-weight: 800; }
.f4k-payment-status[data-state='success'] { color: #176b35; }
.f4k-payment-status[data-state='error'] { color: #9b1c1c; }
.f4k-payment-status[data-state='cancelled'] { color: #53657a; }
.f4k-account-setup { display: inline-block; margin: 10px -6px 0; padding: 4px 6px; color: #173f76; border-radius: 4px; background: #e8f1f8; font-weight: 800; text-decoration: none; }
.f4k-account-setup:hover,
.f4k-account-setup:focus { color: #071f46; background: #d7e8f6; }
.f4k-hosted-donate {
    display: inline-flex;
    min-width: 180px;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    padding: 11px 24px;
    color: #fff !important;
    background: #173f76;
    font-weight: 800;
    text-decoration: none !important;
}
.f4k-hosted-donate:hover,
.f4k-hosted-donate:focus { background: #092850; }

.f4k-coaching-signup {
    margin: 34px 0 10px;
    padding: 28px;
    border: 1px solid #9fb4ca;
    border-top: 4px solid #263871;
    background: linear-gradient(135deg, #f7faff, #e7f2fb);
}
.f4k-coaching-signup h2 { margin: 0 0 8px; color: #172f5a; }
.f4k-coaching-signup > p:not(.f4k-checkout__eyebrow) { max-width: 720px; }
.f4k-coaching-rates { max-width: 620px; margin: 20px 0 12px; overflow-x: auto; border: 1px solid #9fb4ca; background: #fff; }
.f4k-coaching-rates table { width: 100%; border-collapse: collapse; font-size: 16px; }
.f4k-coaching-rates caption { padding: 13px 15px; color: #173f76; background: #edf4fc; font-weight: 800; text-align: left; }
.f4k-coaching-rates th,
.f4k-coaching-rates td { padding: 10px 15px; border-top: 1px solid #c2cfdd; text-align: left; }
.f4k-coaching-rates thead th { color: #354f6b; background: #f7f9fc; font-size: 14px; text-transform: uppercase; letter-spacing: .04em; }
.f4k-coaching-rates tbody th { color: #263d59; }
.f4k-coaching-rates td { color: #173f76; font-family: Georgia, 'Times New Roman', serif; font-size: 20px; font-weight: 800; white-space: nowrap; }
.f4k-pricing-policy { color: #405a73; font-size: 14px; line-height: 1.65; }
.f4k-coaching-price { display: flex; gap: 10px; align-items: baseline; margin: 18px 0; color: #29445f; }
.f4k-coaching-price strong { flex: 0 0 auto; color: #173f76; font-family: Georgia, 'Times New Roman', serif; font-size: 30px; white-space: nowrap; }
.f4k-coaching-price span,
.f4k-terms span { min-width: 0; text-align: left; }
.f4k-coaching-booking { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 720px; margin: 22px 0; }
.f4k-coaching-booking label { display: grid; gap: 7px; color: #1f3658; font-size: 15px; font-weight: 800; }
.f4k-calendar-field { display: grid; grid-column: 1 / -1; gap: 7px; }
.f4k-booking-label { color: #1f3658; font-size: 15px; font-weight: 800; }
.f4k-calendar { width: min(100%, 540px); padding: 16px; border: 1px solid #829bb7; background: #fff; }
.f4k-calendar__header { display: grid; grid-template-columns: 44px 1fr 44px; gap: 8px; align-items: center; margin-bottom: 12px; }
.f4k-calendar__header h3 { margin: 0; color: #172f5a; font-family: Arial, Helvetica, sans-serif; font-size: 20px; text-align: center; }
.f4k-calendar__header button { min-width: 44px; min-height: 44px; padding: 0; border: 1px solid #6f89a8; color: #173f76; background: #eef5fc; font: inherit; font-size: 22px; font-weight: 800; cursor: pointer; }
.f4k-calendar__header button:hover,
.f4k-calendar__header button:focus { color: #fff; background: #173f76; }
.f4k-calendar__header button:disabled { color: #8391a1; border-color: #cad3dc; background: #f3f5f7; cursor: not-allowed; }
.f4k-calendar__weekdays,
.f4k-calendar__days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 5px; }
.f4k-calendar__weekdays { margin-bottom: 5px; color: #526980; font-size: 12px; font-weight: 800; text-align: center; text-transform: uppercase; }
.f4k-calendar__weekdays span { padding: 4px 0; }
.f4k-calendar__days button,
.f4k-calendar__blank { min-width: 0; min-height: 44px; }
.f4k-calendar__days button { padding: 4px; border: 1px solid #9db0c4; color: #173f76; background: #f4f8fc; font: inherit; font-weight: 800; cursor: pointer; }
.f4k-calendar__days button:hover,
.f4k-calendar__days button:focus { color: #fff; border-color: #173f76; background: #315f9e; }
.f4k-calendar__days button.is-selected { color: #fff; border-color: #0d2f5e; background: #173f76; box-shadow: inset 0 0 0 2px #d7eeff; }
.f4k-calendar__days button:disabled { color: #9ca6b1; border-color: #e1e5e9; background: #f6f7f8; cursor: not-allowed; text-decoration: line-through; }
.f4k-calendar__status { min-height: 1.6em; margin: 12px 0 0; color: #344e69; font-size: 14px; line-height: 1.55; }
.f4k-time-field { max-width: 350px; }
.f4k-coaching-booking input,
.f4k-coaching-booking select { width: 100%; min-height: 48px; padding: 9px 11px; border: 1px solid #829bb7; border-radius: 2px; color: #121b2b; background: #fff; font: inherit; }
.f4k-coaching-booking input:focus,
.f4k-coaching-booking select:focus { outline: 3px solid rgba(45, 101, 170, .24); border-color: #244f8b; }
.f4k-session-formats,
.f4k-session-durations { display: grid; grid-column: 1 / -1; gap: 10px; min-width: 0; margin: 0; padding: 0; border: 0; }
.f4k-session-formats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.f4k-session-durations { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.f4k-session-formats legend,
.f4k-session-durations legend { width: 100%; margin-bottom: 7px; color: #1f3658; font-size: 15px; font-weight: 800; }
.f4k-session-formats label,
.f4k-session-durations label { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; min-width: 0; padding: 14px 15px; border: 1px solid #829bb7; background: #fff; cursor: pointer; }
.f4k-session-formats label { min-height: 98px; }
.f4k-session-formats label:has(input:checked) { border-color: #173f76; background: #eaf3fb; box-shadow: inset 0 0 0 1px #173f76; }
.f4k-session-durations label:has(input:checked) { color: #fff; border-color: #173f76; background: #173f76; box-shadow: inset 0 0 0 1px #173f76; }
.f4k-session-formats input[type='radio'],
.f4k-session-durations input[type='radio'] { width: 20px; min-height: 20px; margin: 3px 0 0; padding: 0; accent-color: #173f76; }
.f4k-session-formats label > span { display: grid; gap: 3px; min-width: 0; color: #445b73; font-size: 14px; font-weight: 400; line-height: 1.45; }
.f4k-session-formats strong { color: #173f76; font-size: 16px; }
.f4k-session-formats [data-format-price] { display: inline; color: inherit; font: inherit; }
.f4k-session-durations span { min-width: 0; line-height: 1.35; }
.f4k-phone-field { max-width: 350px; }
.f4k-phone-field span { color: #526980; font-size: 13px; font-weight: 400; line-height: 1.45; }
.f4k-coaching-quote { max-width: 720px; margin: 4px 0 22px; padding: 18px 20px; border-left: 4px solid #237b86; background: #f4fbfc; }
.f4k-coaching-quote__label { margin: 0; color: #31536b; font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.f4k-coaching-quote .f4k-coaching-price { margin: 5px 0 12px; }
.f4k-coaching-quote dl { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 6px 22px; max-width: 460px; margin: 0; color: #304a64; }
.f4k-coaching-quote dt,
.f4k-coaching-quote dd { margin: 0; }
.f4k-coaching-quote dd { color: #173f76; font-weight: 800; text-align: right; }
.f4k-coaching-quote__availability { grid-column: 1 / -1; margin: 6px 0 0; color: #4b647c; font-size: 13px; }
.f4k-coaching-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 20px; }
.f4k-coaching-action,
.f4k-coaching-contact { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 10px 18px; font-weight: 800; }
.f4k-coaching-action { color: #fff !important; background: #173f76; text-decoration: none !important; }
.f4k-coaching-action:hover,
.f4k-coaching-action:focus { background: #092850; }
.f4k-coaching-contact { color: #173f76; }
.f4k-checkout__fine-print { max-width: 70ch; margin-top: 16px; color: #485b70; font-size: 14px; line-height: 1.65; }

.f4k-donation-amounts {
    display: grid;
    grid-template-columns: repeat(4, minmax(90px, 1fr));
    gap: 10px;
    max-width: 700px;
    padding-top: 14px;
}

.f4k-donation-amounts legend { grid-column: 1 / -1; }
.f4k-donation-amounts label {
    display: flex;
    gap: 9px;
    align-items: center;
    min-height: 50px;
    padding: 10px 12px;
    border: 1px solid #9fb2c7;
    color: #17345d;
    background: #f5f9fd;
    font-weight: 800;
    cursor: pointer;
}
.f4k-donation-amounts label:has(input:checked) { border-color: #315f9e; background: #e8f2fd; }
.f4k-donation-custom { grid-column: 1 / -1; }
.f4k-donation-custom input[type='number'] { max-width: 220px; margin-left: auto; }

.f4k-course-library audio,
.f4k-course-player audio { display: block; width: min(100%, 680px); margin: 18px 0; }

.f4k-sample-course {
    margin-bottom: 34px;
    padding: 24px;
    color: #fff;
    background: linear-gradient(135deg, #142d55, #245f9a);
}
.f4k-sample-course .f4k-checkout__eyebrow { color: #cfe7ff; }
.f4k-sample-course h2 { color: #fff; }

.f4k-library-heading {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.f4k-access-badge {
    flex: 0 0 auto;
    padding: 6px 10px;
    border: 1px solid #7893b4;
    color: #274b79;
    background: #eef5fc;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.f4k-access-badge--open { color: #176b35; border-color: #7ab18b; background: #edf9f1; }

.f4k-course-list { margin: 20px 0 28px; padding: 0; list-style: none; border-top: 1px solid #a8b8c9; }
.f4k-course-list li { margin: 0; border-bottom: 1px solid #a8b8c9; }
.f4k-course-list a {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    padding: 14px 8px;
    color: #193e72;
    text-decoration: none;
}
.f4k-course-list a:hover,
.f4k-course-list a:focus { color: #071f46; background: #edf4fb; }
.f4k-course-list span { font-weight: 800; }
.f4k-course-list small { color: #5b718d; }

.f4k-action {
    display: inline-block;
    padding: 11px 17px;
    color: #fff !important;
    background: #234f8a;
    font-weight: 800;
    text-decoration: none !important;
}
.f4k-action:hover,
.f4k-action:focus { background: #142f58; }
.f4k-course-player--locked { padding: 28px; border: 1px solid #aebed0; border-top: 3px solid #263871; background: #f5f8fc; }
.f4k-member-status--active { color: #176b35; font-weight: 800; }

.f4k-member-login,
.f4k-member-dashboard { max-width: 760px; }

.f4k-member-login > p:not(.f4k-checkout__eyebrow),
.f4k-member-dashboard > p:not(.f4k-checkout__eyebrow) { max-width: 620px; }

.f4k-login-message {
    max-width: 620px;
    margin: 22px 0 0;
    padding: 13px 15px;
    border-left: 4px solid #9b1c1c;
    color: #721616;
    background: #fff2f2;
    font-weight: 700;
}

.f4k-login-form {
    display: grid;
    gap: 17px;
    max-width: 520px;
    margin: 28px 0 18px;
    padding: 26px;
    border: 1px solid #b6c6d8;
    border-left: 5px solid #263871;
    background: #f4f8fc;
}

.f4k-login-form > label:not(.f4k-login-remember) {
    display: grid;
    gap: 7px;
    color: #1f3658;
    font-size: 15px;
    font-weight: 800;
}

.f4k-login-form input[type='text'],
.f4k-login-form input[type='email'],
.f4k-login-form input[type='password'] {
    width: 100%;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid #829ab6;
    border-radius: 2px;
    color: #121b2b;
    background: #fff;
    font: inherit;
}

.f4k-login-form input[type='text']:focus,
.f4k-login-form input[type='email']:focus,
.f4k-login-form input[type='password']:focus {
    outline: 3px solid rgba(45, 101, 170, .24);
    border-color: #244f8b;
}

.f4k-login-remember {
    display: flex;
    gap: 9px;
    align-items: center;
    color: #304966;
    font-size: 15px;
}

.f4k-login-remember input { width: 18px; height: 18px; accent-color: #263871; }
.f4k-login-submit {
    min-height: 48px;
    padding: 11px 18px;
    border: 0;
    color: #fff;
    background: #173f76;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}
.f4k-login-submit:hover,
.f4k-login-submit:focus { background: #0c2b57; }
.f4k-login-submit:focus-visible { outline: 3px solid rgba(45, 101, 170, .35); outline-offset: 3px; }
.f4k-login-help { display: flex; gap: 8px 12px; flex-wrap: wrap; color: #40566e; font-size: 15px; }
.f4k-login-help a,
.f4k-text-action { padding: 3px 6px; color: #173f76; border-radius: 4px; background: #e8f1f8; font-weight: 800; text-decoration: none; }
.f4k-login-help a:hover,
.f4k-login-help a:focus,
.f4k-text-action:hover,
.f4k-text-action:focus { color: #071f46; background: #d7e8f6; }
.f4k-login-success {
    max-width: 640px;
    margin: 20px 0;
    padding: 14px 16px;
    border-left: 4px solid #2d6f49;
    color: #174b2c;
    background: #edf8f1;
    font-weight: 700;
}
.f4k-inline-button { display: inline-block; text-decoration: none; }

.f4k-member-actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; margin: 24px 0 18px; }
.f4k-action--secondary { color: #173f76 !important; border: 1px solid #6f89a8; background: #fff; }
.f4k-action--secondary:hover,
.f4k-action--secondary:focus { color: #fff !important; }
.f4k-member-detail { color: #465b72; font-size: 14px; }

.f4k-member-portal { max-width: 980px; }
.f4k-account-header {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    justify-content: space-between;
}
.f4k-account-header h2 { margin-bottom: 6px; }
.f4k-account-header > .f4k-text-action { flex: 0 0 auto; margin-top: 20px; }
.f4k-account-nav {
    display: flex;
    gap: 0;
    overflow-x: auto;
    margin: 24px 0 0;
    border-bottom: 1px solid #9fb2c7;
    scrollbar-width: thin;
}
.f4k-account-nav a {
    flex: 0 0 auto;
    padding: 12px 15px;
    border-bottom: 4px solid transparent;
    color: #27496f;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}
.f4k-account-nav a:hover,
.f4k-account-nav a:focus { color: #071f46; background: #edf4fb; }
.f4k-account-nav a[aria-current='page'] { color: #000066; border-bottom-color: #244f8b; background: #eef5fc; }
.f4k-account-panel { padding: 30px 0 4px; }
.f4k-account-panel > h3 { margin-top: 4px; }
.f4k-account-notice {
    margin: 22px 0 0;
    padding: 13px 16px;
    border-left: 4px solid #2d6f49;
    color: #174b2c;
    background: #edf8f1;
    font-weight: 700;
}
.f4k-account-intro { display: flex; gap: 18px; align-items: center; justify-content: space-between; }
.f4k-account-intro h3 { margin: 0; }
.f4k-account-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin: 24px 0;
    background: #a8b8c9;
    border: 1px solid #a8b8c9;
}
.f4k-account-facts > div { min-width: 0; padding: 17px; background: #f4f8fc; }
.f4k-account-facts dt,
.f4k-subscription-current span { color: #465d76; font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.f4k-account-facts dd { overflow-wrap: anywhere; margin: 5px 0 0; color: #172f52; font-weight: 800; }
.f4k-account-actions-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.f4k-account-actions-grid a {
    display: grid;
    gap: 5px;
    padding: 19px;
    border: 1px solid #a9bacd;
    border-left: 4px solid #315f9e;
    color: #173f76;
    background: #fff;
    text-decoration: none;
}
.f4k-account-actions-grid a:hover,
.f4k-account-actions-grid a:focus { border-color: #416d9f; background: #f1f7fd; }
.f4k-account-actions-grid span { color: #435a72; font-size: 15px; }
.f4k-account-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px 20px;
    margin: 24px 0;
    padding: 25px;
    border: 1px solid #b3c4d6;
    border-left: 5px solid #263871;
    background: #f4f8fc;
}
.f4k-account-form > label,
.f4k-form-security label { display: grid; gap: 7px; color: #1f3658; font-size: 15px; font-weight: 800; }
.f4k-account-form input {
    width: 100%;
    min-height: 46px;
    padding: 9px 11px;
    border: 1px solid #829ab6;
    border-radius: 2px;
    color: #121b2b;
    background: #fff;
    font: inherit;
}
.f4k-account-form input[readonly] { color: #52677e; background: #e9eff5; }
.f4k-account-form input:focus { outline: 3px solid rgba(45, 101, 170, .24); border-color: #244f8b; }
.f4k-form-wide { grid-column: 1 / -1; }
.f4k-form-security { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 4px 0 0; padding: 18px; border: 1px solid #a8b8c9; }
.f4k-form-security legend { padding: 0 8px; color: #182e50; font-weight: 800; }
.f4k-form-security > p { grid-column: 1 / -1; margin: 0; color: #435a72; font-size: 14px; }
.f4k-subscription-current { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 20px 0 26px; border: 1px solid #a8b8c9; }
.f4k-subscription-current > div { display: grid; gap: 6px; padding: 18px; border-right: 1px solid #a8b8c9; }
.f4k-subscription-current > div:last-child { border-right: 0; }
.f4k-renew-membership { display: flex; gap: 22px; align-items: center; justify-content: space-between; margin: 28px 0; padding: 22px; color: #fff; background: linear-gradient(135deg, #122b52, #245f9a); }
.f4k-renew-membership .f4k-checkout__eyebrow { color: #cfe7ff; }
.f4k-renew-membership h4 { margin: 0; color: #fff; }
.f4k-renew-membership p { margin: 4px 0 0; }
.f4k-renew-membership .f4k-action { flex: 0 0 auto; color: #173f76 !important; background: #fff; }
.f4k-table-wrap { overflow-x: auto; }
.f4k-account-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.f4k-account-table th,
.f4k-account-table td { padding: 12px; border-bottom: 1px solid #b3c2d2; text-align: left; }
.f4k-account-table th { color: #19345c; background: #edf4fb; }
.f4k-payment-detail { display: block; margin-top: 3px; color: #526980; font-size: 13px; font-weight: 400; line-height: 1.45; }
.f4k-account-empty,
.f4k-account-note { padding: 16px 18px; border-left: 4px solid #557494; color: #344e69; background: #f2f6fa; }
.f4k-account-empty p { margin-bottom: 0; }
.f4k-appointments-heading { display: flex; gap: 22px; align-items: center; justify-content: space-between; }
.f4k-appointments-heading h3 { margin: 0; }
.f4k-appointments-heading .f4k-action { flex: 0 0 auto; }
.f4k-appointments-intro { max-width: 72ch; color: #344e69; font-size: 17px; line-height: 1.7; }
.f4k-appointments-list { display: grid; gap: 18px; margin: 26px 0; }
.f4k-appointment-card { overflow: hidden; border: 1px solid #9fb2c7; border-top: 5px solid #244f8b; background: #fff; box-shadow: 0 9px 24px rgba(14, 43, 78, .08); }
.f4k-appointment-card--joinable,
.f4k-appointment-card--phone_ready { border-top-color: #2d6f49; }
.f4k-appointment-card--ended { border-top-color: #72849a; }
.f4k-appointment-card > header { display: flex; gap: 20px; align-items: center; justify-content: space-between; padding: 22px 24px 18px; background: #f4f8fc; }
.f4k-appointment-card h4 { margin: 4px 0 0; color: #172f52; font-size: clamp(21px, 2.2vw, 29px); }
.f4k-appointment-format { color: #315f9e; font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.f4k-appointment-time { flex: 0 0 auto; color: #173f76; font-size: 20px; }
.f4k-appointment-card dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; border-top: 1px solid #c3cfdb; border-bottom: 1px solid #c3cfdb; }
.f4k-appointment-card dl > div { padding: 14px 24px; }
.f4k-appointment-card dl > div + div { border-left: 1px solid #c3cfdb; }
.f4k-appointment-card dt { color: #526980; font-size: 12px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.f4k-appointment-card dd { margin: 4px 0 0; color: #1e395c; font-weight: 800; }
.f4k-appointment-access { display: flex; gap: 22px; align-items: center; justify-content: space-between; padding: 20px 24px 23px; }
.f4k-appointment-access > div { display: grid; gap: 4px; }
.f4k-appointment-access span { color: #435a72; line-height: 1.55; }
.f4k-appointment-join { display: inline-flex; flex: 0 0 auto; min-height: 50px; align-items: center; justify-content: center; padding: 11px 22px; color: #fff !important; background: #176b35; font-weight: 900; text-decoration: none !important; }
.f4k-appointment-join:hover,
.f4k-appointment-join:focus { background: #0e4e27; }
.f4k-appointment-join:focus-visible { outline: 3px solid rgba(23, 107, 53, .32); outline-offset: 3px; }
.f4k-family-list { display: grid; gap: 10px; margin: 22px 0; }
.f4k-family-list article { display: flex; gap: 18px; align-items: center; justify-content: space-between; padding: 16px 18px; border: 1px solid #a8b8c9; }
.f4k-family-list article > div:first-child { display: grid; gap: 3px; }
.f4k-family-list article span { color: #465d76; font-size: 14px; }
.f4k-family-list article > div:last-child { display: flex; gap: 12px; align-items: center; }
.f4k-family-list form { margin: 0; }
.f4k-family-list button { min-height: 44px; padding: 8px 12px; border: 1px solid #a46a6a; color: #762727; border-radius: 4px; background: #fff8f8; font: inherit; font-size: 15px; font-weight: 800; text-decoration: none; cursor: pointer; }
.f4k-family-list button:hover,
.f4k-family-list button:focus { color: #541616; border-color: #762727; background: #fbeaea; }
.f4k-family-form h4 { margin: 0; }
.f4k-benefit-list { display: grid; gap: 0; margin: 24px 0; padding: 0; border-top: 1px solid #a8b8c9; list-style: none; }
.f4k-benefit-list li { display: grid; grid-template-columns: minmax(180px, .8fr) minmax(220px, 1.5fr) auto; gap: 18px; align-items: center; margin: 0; padding: 17px 8px; border-bottom: 1px solid #a8b8c9; }
.f4k-benefit-list span { color: #435a72; font-size: 15px; }
.f4k-benefit-list a { color: #173f76; font-weight: 800; }
.f4k-qna-library,
.f4k-member-resource-lock { margin: 36px 0 10px; padding-top: 28px; border-top: 3px solid #263871; }
.f4k-qna-list { margin: 22px 0 0; padding: 0; border-top: 1px solid #a8b8c9; list-style: none; }
.f4k-qna-list li { margin: 0; border-bottom: 1px solid #a8b8c9; }
.f4k-qna-list a { display: flex; gap: 18px; align-items: center; justify-content: space-between; padding: 14px 8px; color: #173f76; text-decoration: none; }
.f4k-qna-list a:hover,
.f4k-qna-list a:focus { color: #071f46; background: #edf4fb; }
.f4k-qna-list span { font-weight: 800; }
.f4k-qna-list small { flex: 0 0 auto; color: #5b718d; }
.f4k-member-resource-lock { padding: 28px; border: 1px solid #aebed0; border-top: 3px solid #263871; background: #f5f8fc; }
.f4k-qna-answer { padding-top: 4px; }

@media (min-width: 681px) {
    .f4k-account-nav {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        overflow: visible;
        border: 1px solid #9fb2c7;
        border-bottom: 0;
    }

    .f4k-account-nav a {
        display: flex;
        min-height: 52px;
        align-items: center;
        justify-content: center;
        padding: 10px 12px;
        border-right: 1px solid #c4d0dc;
        border-bottom: 1px solid #9fb2c7;
        text-align: center;
    }

    .f4k-account-nav a:nth-child(3n) { border-right: 0; }
}

.f4k-workflow {
    margin: 42px 0 10px;
    padding: 34px 0 8px;
    border-top: 3px solid #263871;
}

.f4k-workflow--plain { border-top-width: 1px; }
.f4k-workflow > p { max-width: 76ch; }
.f4k-workflow h2 { color: #172f5a; }
.f4k-workflow h3,
.f4k-policy h2 { color: #1b3d6d; }

.f4k-workflow-form {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
    max-width: 920px;
    margin: 26px 0;
    padding: 26px;
    border: 1px solid #b3c4d6;
    border-left: 5px solid #263871;
    background: #f4f8fc;
}

.f4k-workflow-form--compact { max-width: 760px; }
.f4k-workflow-form > label:not(.f4k-workflow-consent) {
    display: grid;
    gap: 7px;
    min-width: 0;
    color: #1f3658;
    font-size: 16px;
    font-weight: 800;
}

.f4k-workflow-form input:not([type='checkbox']):not([type='radio']),
.f4k-workflow-form select,
.f4k-workflow-form textarea {
    width: 100%;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid #829ab6;
    border-radius: 2px;
    color: #121b2b;
    background: #fff;
    font: inherit;
}

.f4k-workflow-form textarea { min-height: 132px; resize: vertical; line-height: 1.55; }
.f4k-workflow-form input[type='file'] { padding: 9px; }
.f4k-workflow-form input:focus,
.f4k-workflow-form select:focus,
.f4k-workflow-form textarea:focus {
    outline: 3px solid rgba(45, 101, 170, .24);
    border-color: #244f8b;
}

.f4k-workflow-form label > span:not(.f4k-workflow-consent span) {
    color: #526980;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.f4k-workflow-form__wide { grid-column: 1 / -1; }
.f4k-workflow-consent {
    display: flex;
    grid-column: 1 / -1;
    gap: 11px;
    align-items: flex-start;
    max-width: 760px;
    color: #304966;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.55;
}
.f4k-workflow-consent input { flex: 0 0 auto; width: 20px; height: 20px; margin-top: 2px; accent-color: #263871; }
.f4k-workflow-form button,
.f4k-workflow-button {
    display: inline-flex;
    width: fit-content;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 11px 20px;
    border: 0;
    color: #fff !important;
    background: #173f76;
    font: inherit;
    font-weight: 800;
    text-decoration: none !important;
    cursor: pointer;
}
.f4k-workflow-form button:hover,
.f4k-workflow-form button:focus,
.f4k-workflow-button:hover,
.f4k-workflow-button:focus { background: #092850; }
.f4k-workflow-form button:focus-visible,
.f4k-workflow-button:focus-visible { outline: 3px solid rgba(45, 101, 170, .35); outline-offset: 3px; }

.f4k-workflow-notice,
.f4k-workflow-gate {
    max-width: 760px;
    margin: 22px 0;
    padding: 16px 18px;
    border-left: 4px solid #557494;
    color: #263f5b;
    background: #f2f6fa;
}
.f4k-workflow-notice--success { border-left-color: #2d6f49; color: #174b2c; background: #edf8f1; }
.f4k-workflow-notice--error { border-left-color: #9b1c1c; color: #721616; background: #fff2f2; }
.f4k-workflow-gate p:last-child { margin-bottom: 0; }
.f4k-workflow-gate .f4k-workflow-button { margin-right: 12px; }
.f4k-workflow-fine-print { color: #485b70; font-size: 14px; line-height: 1.65; }

.f4k-newsletter-archive {
    max-width: 900px;
    margin: 24px 0;
    padding: 0;
    border-top: 1px solid #a8b8c9;
    list-style: none;
}
.f4k-newsletter-archive li { display: grid; grid-template-columns: 140px 1fr; gap: 5px 20px; margin: 0; padding: 18px 8px; border-bottom: 1px solid #a8b8c9; }
.f4k-newsletter-archive time { color: #526980; font-size: 14px; font-weight: 700; }
.f4k-newsletter-archive a { color: #173f76; font-weight: 800; }
.f4k-newsletter-archive p { grid-column: 2; margin: 0; color: #435a72; }

.f4k-attorney-directory { max-width: 980px; margin: 24px 0; border-top: 1px solid #a8b8c9; }
.f4k-attorney-directory article {
    display: grid;
    grid-template-columns: minmax(210px, 1fr) minmax(230px, 1.2fr) minmax(160px, .7fr);
    gap: 24px;
    align-items: start;
    margin: 0;
    padding: 21px 8px;
    border-bottom: 1px solid #a8b8c9;
}
.f4k-attorney-directory h3 { margin: 0 0 4px; }
.f4k-attorney-directory p { margin: 0; overflow-wrap: anywhere; }
.f4k-attorney-directory small { color: #526980; }

.f4k-workflow-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    max-width: 980px;
    margin: 24px 0;
    padding: 1px;
    background: #a8b8c9;
    counter-reset: workflow-step;
    list-style: none;
}
.f4k-workflow-steps li {
    min-height: 112px;
    margin: 0;
    padding: 18px;
    color: #203b5c;
    background: #f4f8fc;
    font-weight: 800;
    counter-increment: workflow-step;
}
.f4k-workflow-steps li::before { display: block; margin-bottom: 7px; color: #315f9e; content: counter(workflow-step, decimal-leading-zero); font-family: Georgia, 'Times New Roman', serif; font-size: 24px; }
.f4k-sponsor-specs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 980px; margin: 24px 0; border: 1px solid #a8b8c9; }
.f4k-sponsor-specs p { margin: 0; padding: 18px; border-right: 1px solid #a8b8c9; }
.f4k-sponsor-specs p:last-child { border-right: 0; }
.f4k-sponsor-specs strong { color: #173f76; }

.f4k-policy { max-width: 900px; }
.f4k-policy h2 { margin-top: 34px; }
.f4k-policy li { margin-bottom: 10px; }
.f4k-policy a { overflow-wrap: anywhere; }

.f4k-onboarding-progress {
    display: grid;
    gap: 4px;
    margin: 22px 0 0;
    padding: 17px 20px;
    color: #173653;
    border-left: 5px solid #2f6f9e;
    background: #e8f4fc;
    font-size: 16px;
    line-height: 1.6;
}
.f4k-onboarding-progress strong { color: #0e2b51; font-size: 18px; }
.f4k-onboarding-heading { max-width: 820px; }
.f4k-onboarding-heading > p { font-size: 18px; line-height: 1.7; }
.f4k-onboarding-payment { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 22px 0; border: 1px solid #a8b8c9; background: #a8b8c9; }
.f4k-onboarding-payment > div { padding: 15px 17px; background: #f4f8fc; }
.f4k-onboarding-payment dt { color: #536a82; font-size: 12px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.f4k-onboarding-payment dd { margin: 4px 0 0; color: #173653; font-weight: 900; }
.f4k-onboarding-heading aside { margin: 22px 0; padding: 16px 18px; color: #294765; border-left: 4px solid #537ca6; background: #f0f5fa; }
.f4k-membership-application { display: grid; gap: 32px; margin: 30px 0; }
.f4k-membership-application > fieldset {
    min-width: 0;
    margin: 0;
    padding: 27px;
    border: 1px solid #aebfd0;
    border-top: 4px solid #263871;
    background: #f7f9fb;
}
.f4k-membership-application > fieldset > legend { padding: 0 12px 0 0; color: #172f52; font-size: 21px; font-weight: 900; }
.f4k-membership-application > fieldset > legend span { display: inline-grid; width: 34px; height: 34px; margin-right: 10px; place-items: center; color: #fff; border-radius: 50%; background: #263871; font-size: 16px; }
.f4k-membership-application h4 { margin: 26px 0 12px; color: #173f76; font-size: 18px; }
.f4k-application-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px 20px; }
.f4k-application-grid > label,
.f4k-membership-application > fieldset > label,
.f4k-review-feedback form > label { display: grid; gap: 7px; color: #1d385b; font-size: 16px; font-weight: 800; }
.f4k-application-wide { grid-column: 1 / -1; }
.f4k-membership-application input:not([type='checkbox']),
.f4k-membership-application select,
.f4k-membership-application textarea,
.f4k-review-feedback input:not([type='checkbox']):not([type='radio']),
.f4k-review-feedback select,
.f4k-review-feedback textarea {
    width: 100%;
    min-height: 48px;
    padding: 10px 12px;
    color: #111d2c;
    border: 1px solid #7e97b3;
    border-radius: 2px;
    background: #fff;
    font: inherit;
}
.f4k-membership-application textarea,
.f4k-review-feedback textarea { min-height: 150px; resize: vertical; line-height: 1.6; }
.f4k-membership-application input:focus,
.f4k-membership-application select:focus,
.f4k-membership-application textarea:focus,
.f4k-review-feedback input:focus,
.f4k-review-feedback select:focus,
.f4k-review-feedback textarea:focus { outline: 3px solid rgba(45, 101, 170, .24); border-color: #244f8b; }
.f4k-membership-application input[readonly] { color: #425a71; background: #e9eef4; }
.f4k-checkbox-group { margin: 24px 0; padding: 0; border: 0; }
.f4k-checkbox-group > legend { margin-bottom: 11px; color: #173f76; font-size: 17px; font-weight: 900; }
.f4k-checkbox-group--invalid > legend { color: #8b1f2f; }
.f4k-checkbox-group > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 18px; }
.f4k-checkbox-group label,
.f4k-certifications label,
.f4k-public-consent,
.f4k-review-feedback form > label:has(input[type='checkbox']) { display: flex; gap: 10px; align-items: flex-start; min-height: 48px; padding: 10px 12px; color: #253f5e; background: #edf3f8; font-weight: 700; line-height: 1.5; }
.f4k-checkbox-group input,
.f4k-certifications input,
.f4k-public-consent input,
.f4k-review-feedback input[type='checkbox'],
.f4k-rating input { flex: 0 0 auto; width: 20px; height: 20px; margin-top: 2px; accent-color: #263871; }
.f4k-children-list { display: grid; gap: 18px; }
.f4k-children-list > section { padding: 18px; border: 1px solid #c0cedc; background: #fff; }
.f4k-children-list h4 { margin: 0 0 14px; }
.f4k-certifications { display: grid; gap: 8px; margin: 22px 0; }
.f4k-signature-note { color: #465d76; font-size: 14px; }
.f4k-conditional-required::after { content: 'Required for this answer'; color: #7b2634; font-size: 13px; font-weight: 800; }
.f4k-application-submit { width: min(100%, 480px); min-height: 54px; font-size: 17px; }
.f4k-application-submit[aria-busy='true'] { cursor: wait; opacity: .72; }
.f4k-onboarding-complete { padding: 28px; color: #1b4930; border-left: 5px solid #2d6f49; background: #edf8f1; }
.f4k-onboarding-complete h3 { margin-top: 0; color: #153f28; }
.f4k-onboarding-complete dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 22px 0 0; background: #a7c8b3; }
.f4k-onboarding-complete dl > div { padding: 15px; background: #fff; }
.f4k-onboarding-complete dt { color: #476655; font-size: 13px; font-weight: 900; text-transform: uppercase; }
.f4k-onboarding-complete dd { margin: 4px 0 0; color: #153f28; font-size: 18px; font-weight: 900; }
.f4k-onboarding-complete__actions { margin: 20px 0 0; }
.f4k-onboarding-complete__actions a { display: inline-flex; min-height: 46px; padding: 10px 16px; align-items: center; color: #fff; border-radius: 2px; background: #173f76; font-weight: 900; text-decoration: none; }
.f4k-onboarding-complete__actions a:hover,
.f4k-onboarding-complete__actions a:focus { color: #fff; background: #061d3b; }
.f4k-application-record { margin: 28px 0; border: 1px solid #9fb2c7; background: #fff; }
.f4k-application-record > summary { min-height: 54px; padding: 14px 18px; color: #fff; background: #173f76; font-size: 18px; font-weight: 900; cursor: pointer; }
.f4k-application-record__privacy { margin: 22px; padding: 15px 18px; color: #294765; border-left: 4px solid #537ca6; background: #f0f5fa; line-height: 1.6; }
.f4k-application-record > section { margin: 0 22px; padding: 24px 0; border-top: 1px solid #c4d0dc; }
.f4k-application-record > section h4 { margin: 0 0 14px; color: #173f76; font-size: 21px; }
.f4k-application-record > section dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 0; background: #c1ceda; }
.f4k-application-record > section dl > div { min-width: 0; padding: 13px 15px; background: #f7f9fb; }
.f4k-application-record > section dt { color: #536a82; font-size: 12px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.f4k-application-record > section dd { overflow-wrap: anywhere; margin: 4px 0 0; color: #172f52; font-size: 16px; font-weight: 700; white-space: pre-wrap; }
.f4k-application-record__children { display: grid; gap: 1px; background: #c1ceda; }
.f4k-application-record__children article { display: grid; gap: 4px; padding: 14px 16px; background: #f7f9fb; }
.f4k-application-record__children span { color: #536a82; }
.f4k-application-record__print { min-height: 48px; margin: 0 22px 24px; padding: 10px 17px; color: #fff; border: 0; background: #173f76; font: inherit; font-weight: 900; cursor: pointer; }
.f4k-application-record__print:hover,
.f4k-application-record__print:focus { background: #061d3b; }
.f4k-verification-card { max-width: 760px; margin: 28px 0; overflow: hidden; border: 1px solid #8fa7c1; border-top: 6px solid #263871; background: #fff; box-shadow: 0 10px 28px rgba(11, 42, 78, .11); }
.f4k-verification-card > header { display: flex; gap: 16px; align-items: center; padding: 24px; color: #fff; background: linear-gradient(135deg, #102a55, #245f9a); }
.f4k-verification-card > header > span { display: grid; width: 58px; height: 58px; place-items: center; border: 2px solid #cce9fb; border-radius: 50%; font-weight: 900; }
.f4k-verification-card > header div { display: grid; }
.f4k-verification-card > header strong { font-size: 21px; }
.f4k-verification-card > header small { color: #d9ecfb; font-size: 14px; }
.f4k-verification-card dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; }
.f4k-verification-card dl > div { padding: 18px 22px; border-right: 1px solid #c2ceda; border-bottom: 1px solid #c2ceda; }
.f4k-verification-card dt { color: #536a82; font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.f4k-verification-card dd { overflow-wrap: anywhere; margin: 5px 0 0; color: #173653; font-weight: 900; }
.f4k-review-feedback { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; margin: 28px 0; }
.f4k-review-feedback > form { display: grid; align-content: start; gap: 17px; padding: 25px; border: 1px solid #aebfd0; border-top: 4px solid #263871; background: #f7f9fb; }
.f4k-review-feedback h4 { margin: 0; color: #173f76; font-size: 22px; }
.f4k-review-feedback p { margin: 0; }
.f4k-public-review-section { margin: 48px 0 12px; padding-top: 38px; border-top: 1px solid #b9c8d7; }
.f4k-public-review-section > h2 { margin-bottom: 12px; color: #102f58; }
.f4k-public-review-section > p { max-width: 850px; font-size: 18px; line-height: 1.7; }
.f4k-rating { display: grid; gap: 8px; margin: 0; padding: 0; border: 0; }
.f4k-rating legend { margin-bottom: 4px; color: #1d385b; font-weight: 900; }
.f4k-rating label { display: flex; gap: 9px; align-items: center; min-height: 38px; }

.f4k-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    white-space: nowrap !important;
}

html.f4k-large-text .f4k-checkout__eyebrow,
html.f4k-large-text .f4k-access-badge,
html.f4k-large-text .f4k-account-facts dt,
html.f4k-large-text .f4k-subscription-current span { font-size: 15px; }
html.f4k-large-text .f4k-application label,
html.f4k-large-text .f4k-workflow-form > label:not(.f4k-workflow-consent),
html.f4k-large-text .f4k-login-form > label:not(.f4k-login-remember),
html.f4k-large-text .f4k-account-form > label,
html.f4k-large-text .f4k-form-security label,
html.f4k-large-text .f4k-account-nav a,
html.f4k-large-text .f4k-account-table { font-size: 17px; }
html.f4k-large-text .f4k-checkout__fine-print,
html.f4k-large-text .f4k-workflow-fine-print,
html.f4k-large-text .f4k-member-detail,
html.f4k-large-text .f4k-login-help { font-size: 16px; }

@media (max-width: 680px) {
	.f4k-application { grid-template-columns: 1fr; padding: 18px; }
	.f4k-workflow-form { grid-template-columns: 1fr; padding: 20px 16px; }
	.f4k-workflow-form__wide,
	.f4k-workflow-consent { grid-column: 1; }
	.f4k-newsletter-archive li { grid-template-columns: 1fr; gap: 3px; }
	.f4k-newsletter-archive p { grid-column: 1; }
	.f4k-attorney-directory article { grid-template-columns: 1fr; gap: 10px; }
	.f4k-workflow-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.f4k-sponsor-specs { grid-template-columns: 1fr; }
	.f4k-sponsor-specs p { border-right: 0; border-bottom: 1px solid #a8b8c9; }
	.f4k-sponsor-specs p:last-child { border-bottom: 0; }
    .f4k-donation-amounts { grid-template-columns: repeat(2, 1fr); }
    .f4k-library-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
    .f4k-account-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: visible;
        margin: 24px 0 0;
        border: 1px solid #9fb2c7;
        border-bottom: 0;
    }
    .f4k-account-nav a {
        display: flex;
        min-width: 0;
        min-height: 52px;
        align-items: center;
        justify-content: center;
        padding: 9px 7px;
        border-right: 1px solid #c4d0dc;
        border-bottom: 1px solid #9fb2c7;
        text-align: center;
        white-space: normal;
    }
    .f4k-account-nav a:nth-child(2n) { border-right: 0; }
    .f4k-account-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .f4k-account-actions-grid,
    .f4k-account-form,
    .f4k-form-security,
    .f4k-subscription-current { grid-template-columns: 1fr; }
    .f4k-form-wide,
    .f4k-form-security > p { grid-column: 1; }
    .f4k-subscription-current > div { border-right: 0; border-bottom: 1px solid #a8b8c9; }
    .f4k-subscription-current > div:last-child { border-bottom: 0; }
    .f4k-renew-membership,
    .f4k-appointments-heading,
    .f4k-appointment-access,
    .f4k-family-list article { align-items: flex-start; flex-direction: column; }
    .f4k-appointment-join { width: 100%; }
    .f4k-benefit-list li { grid-template-columns: 1fr; gap: 5px; }
    .f4k-application-grid,
    .f4k-review-feedback,
    .f4k-verification-card dl,
    .f4k-onboarding-payment,
    .f4k-onboarding-complete dl { grid-template-columns: 1fr; }
    .f4k-application-record > section dl { grid-template-columns: 1fr; }
    .f4k-application-wide { grid-column: 1; }
    .f4k-checkbox-group > div { grid-template-columns: 1fr; }
    .f4k-membership-application > fieldset { padding: 22px 17px; }
}

@media print {
    .f4k-account-shell * { visibility: hidden !important; }
    .f4k-application-record,
    .f4k-application-record * { visibility: visible !important; }
    .f4k-application-record { position: absolute; inset: 0; width: 100%; margin: 0; border: 0; }
    .f4k-application-record > summary,
    .f4k-application-record__print { display: none !important; }
    .f4k-application-record > section { break-inside: avoid; }
}

@media (max-width: 560px) {
    .f4k-plan { grid-template-columns: auto 1fr; }
    .f4k-plan__price { grid-column: 2; font-size: 20px; }
    .f4k-coaching-signup { padding: 22px 18px; }
    .f4k-coaching-rates { grid-template-columns: 1fr; }
    .f4k-coaching-price { align-items: flex-start; flex-direction: column; gap: 2px; }
    .f4k-coaching-booking { grid-template-columns: 1fr; }
    .f4k-session-formats { grid-template-columns: 1fr; }
    .f4k-session-durations { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .f4k-session-formats label { min-height: 0; }
    .f4k-calendar { padding: 12px 8px; }
    .f4k-calendar__header { grid-template-columns: 42px 1fr 42px; }
    .f4k-calendar__header h3 { font-size: 18px; }
    .f4k-calendar__weekdays,
    .f4k-calendar__days { gap: 3px; }
    .f4k-calendar__weekdays { font-size: 10px; }
    .f4k-calendar__days button,
    .f4k-calendar__blank { min-height: 42px; }
    .f4k-coaching-actions { align-items: stretch; flex-direction: column; }
    .f4k-coaching-action,
    .f4k-coaching-contact { width: 100%; }
    .f4k-hosted-donate { width: 100%; }
    .f4k-donation-custom { align-items: flex-start !important; flex-wrap: wrap; }
    .f4k-donation-custom input[type='number'] { max-width: none; margin-left: 27px; }
	.f4k-login-form { padding: 20px 16px; }
	.f4k-workflow-steps { grid-template-columns: 1fr; }
	.f4k-workflow-steps li { min-height: 0; }
	.f4k-workflow-form button,
	.f4k-workflow-button { width: 100%; }
	.f4k-workflow-gate .f4k-workflow-button { margin: 0 0 10px; }
    .f4k-account-header { align-items: flex-start; flex-direction: column; gap: 0; }
    .f4k-account-header > .f4k-text-action { margin-top: 0; }
    .f4k-account-facts { grid-template-columns: 1fr; }
    .f4k-account-form { padding: 20px 15px; }
    .f4k-appointment-card > header { align-items: flex-start; flex-direction: column; padding: 19px 17px 16px; }
    .f4k-appointment-card dl { grid-template-columns: 1fr; }
    .f4k-appointment-card dl > div { padding: 13px 17px; }
    .f4k-appointment-card dl > div + div { border-top: 1px solid #c3cfdb; border-left: 0; }
    .f4k-appointment-access { padding: 18px 17px 21px; }
}
