.community-page { padding: 175px 0 100px; min-height: 80vh; }
.community-notice { margin-bottom: 28px; padding: 16px 20px; border: 1px solid rgba(237,106,36,.35); border-radius: 16px; background: rgba(237,106,36,.09); }
.community-notice.is-auto-dismiss { overflow: hidden; transition: opacity .32s ease,transform .32s ease,margin .32s ease,padding .32s ease; }
.community-notice.is-auto-dismiss.is-dismissing { margin-bottom: 0; padding-top: 0; padding-bottom: 0; opacity: 0; transform: translateY(-8px); }
.community-auth-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(420px,1fr); gap: clamp(40px,8vw,110px); align-items: start; }
.community-auth-copy { position: sticky; top: 140px; }
.community-auth-copy .display { font-size: clamp(3rem,6vw,5.4rem); }
.community-auth-copy > p:last-child { max-width: 520px; color: var(--muted); font-size: 1.08rem; }
.community-auth-panels { display: grid; gap: 14px; }
.community-auth-panels details { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--paper-light); }
.community-auth-panels summary { padding: 22px 25px; cursor: pointer; font-weight: 700; list-style: none; }
.community-auth-panels summary::-webkit-details-marker { display: none; }
.community-auth-panels details[open] summary { border-bottom: 1px solid var(--line); }
.community-register-form, .community-auth-panels #loginform { padding: 26px; }
.community-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.community-profile-form .community-fields { grid-template-columns: repeat(2,minmax(280px,560px)); justify-content: start; }
.community-profile-form .community-fields > label.has-privacy-control { grid-template-columns: minmax(0,1fr) auto; column-gap: 12px; align-items: center; }
.community-profile-form .community-fields > label.has-privacy-control > input,
.community-profile-form .community-fields > label.has-privacy-control > select,
.community-profile-form .community-fields > label.has-privacy-control > textarea { grid-column: 1; grid-row: 2; }
.community-profile-form .community-fields > label.has-privacy-control > .profile-field-visibility { grid-column: 2; grid-row: 2; margin: 0; }
.community-profile-form .community-fields > label.has-privacy-control > small { grid-column: 1/-1; }
.profile-photo-edit-actions > label.has-privacy-control { display: grid; grid-template-columns: minmax(240px,380px) auto; align-items: center; gap: 8px 12px; }
.profile-photo-edit-actions > label.has-privacy-control > input { grid-column: 1; grid-row: 2; }
.profile-photo-edit-actions > label.has-privacy-control > .profile-field-visibility { grid-column: 2; grid-row: 2; margin: 0; }
.profile-photo-edit-actions > label.has-privacy-control > small { grid-column: 1/-1; }
.community-fields label, .community-auth-panels #loginform p { display: grid; gap: 7px; margin: 0; color: var(--muted); font-size: .76rem; font-weight: 700; }
.community-fields input, .community-fields select, .community-fields textarea, .community-auth-panels #loginform input[type="text"], .community-auth-panels #loginform input[type="password"] { width: 100%; min-height: 48px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 12px; outline: none; background: #fff; color: var(--ink); font: inherit; }
.community-fields textarea { resize: vertical; }
.community-wide { grid-column: 1/-1; }
.community-consent { display: flex; align-items: flex-start; gap: 10px; margin: 20px 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.community-consent input { margin-top: 4px; }
.community-hub { display: grid; gap: 28px; }
.community-hub-hero { max-width: 860px; }
.community-hub-hero .display { margin: 6px 0 18px; font-size: clamp(3.2rem,7vw,6.4rem); }
.community-hub-hero > div > p:last-child { max-width: 680px; color: var(--muted); font-size: 1.05rem; }
.community-hub-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.community-hub-card { display: flex; flex-wrap: wrap; align-items: center; gap: 5px 12px; min-height: 0; padding: 15px 18px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper-light); color: var(--ink); }
.community-hub-card.is-primary { border-color: var(--orange); background: rgba(237,106,36,.1); }
.community-hub-card > span { width: 100%; color: var(--muted); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.community-hub-card > strong { font-family: var(--font-display); font-size: 1.35rem; font-weight: 500; line-height: 1; }
.community-hub-card > small { margin-left: auto; color: var(--muted); font-size: .68rem; }
.community-feed { display: grid; gap: 44px; margin-top: clamp(54px,8vw,95px); padding-top: clamp(45px,7vw,75px); border-top: 1px solid var(--line); }
.community-feed-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.community-feed-heading h2 { margin: 4px 0 0; font-family: var(--font-display); font-size: clamp(2.6rem,5vw,4.8rem); font-weight: 500; line-height: .95; }
.community-feed-heading .text-link { flex: 0 0 auto; }
.community-feed-group { display: grid; gap: 22px; }
.community-official-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.community-official-card { overflow: hidden; border: 1px solid var(--line); border-radius: 23px; background: rgba(255,255,255,.55); }
.community-official-image { display: block; aspect-ratio: 16/10; overflow: hidden; background: #ded8cd; }
.community-official-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.community-official-card:hover .community-official-image img { transform: scale(1.025); }
.community-official-card > div { display: grid; gap: 11px; padding: 23px; }
.community-official-card time, .member-flight-author { color: var(--muted); font-size: .7rem; }
.community-official-card h3 { margin: 0; font-family: var(--font-display); font-size: 1.85rem; font-weight: 500; line-height: 1; }
.community-official-card h3 a { color: var(--ink); }
.community-official-card p { margin: 0; color: var(--muted); font-size: .82rem; }
.community-official-card .text-link { margin-top: 5px; }
.member-flight-card .member-flight-author { margin: 12px 0 -10px; }
.member-flight-author a { color: var(--orange-dark); font-weight: 800; }
.community-auth-panels .button { width: 100%; justify-content: center; border: 0; }
.community-auth-panels #loginform { display: grid; gap: 18px; }
.community-auth-panels #loginform .login-remember label { display: flex; align-items: center; gap: 8px; }
.community-auth-panels #loginform .button { min-height: 50px; border-radius: 99px; background: var(--ink); color: #fff; font-weight: 700; }
.community-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; margin-bottom: 55px; }
.community-heading .display { font-size: clamp(2.8rem,5vw,4.8rem); }
.community-dashboard { display: grid; grid-template-columns: 270px minmax(0,1fr); gap: 40px; align-items: start; }
.community-account-links { position: sticky; top: 130px; }
.community-account-links > .eyebrow { margin: 0 0 12px; }
.community-account-links nav { display: grid; border-top: 1px solid var(--line); }
.community-account-links a { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 2px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: .78rem; font-weight: 800; line-height: 1.35; }
.community-account-links a:hover { color: var(--orange-dark); }
.community-account-links b { color: var(--orange); font-weight: 500; }
.community-profile-form { display: grid; gap: 24px; }
.community-profile-form fieldset { margin: 0; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper-light); }
.community-profile-form legend { padding: 0 10px; font-family: var(--font-display); font-size: 1.55rem; }
.community-check-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-top: 22px; }
.community-check-grid > label { padding: 10px 12px; border: 1px solid var(--line); border-radius: 11px; font-size: .8rem; }
.community-check-grid > .profile-field-visibility { grid-column: 1/-1; margin-top: 4px; }
.community-profile-form > .button { justify-self: start; border: 0; }
.community-fields small { color: var(--muted); font-weight: 400; }
.profile-bio-field small { justify-self: end; }
.profile-bio-field small.is-limit { color: var(--orange-dark); font-weight: 700; }
.community-public-profile { max-width: 800px; }
.community-public-profile.unified-member-profile { max-width: none; }
.community-public-profile .display { font-size: clamp(2.8rem,5vw,4.6rem); }
.community-public-profile > dl { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin: 40px 0; }
.community-public-profile > dl div { padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper-light); }
.community-public-profile dt { color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.community-public-profile dd { margin: 8px 0 0; }
.profile-meta-layout { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(260px,.75fr); grid-template-areas: "identity identity" "place disciplines" "stats stats"; gap: clamp(24px,3vw,38px) clamp(30px,6vw,90px); margin: 34px 0 62px; }
.profile-bio { max-width: 760px; margin: 16px 0 0; }
.profile-bio p { margin: 0; color: var(--muted); font-size: clamp(.98rem,1.3vw,1.16rem); line-height: 1.65; }
.profile-meta-pills { grid-area: identity; display: flex; flex-wrap: wrap; gap: 10px; }
.profile-meta-pills > div { display: flex; align-items: baseline; gap: 8px; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.42); }
.profile-meta-pills span { color: var(--muted); font-size: .65rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.profile-meta-pills strong { color: var(--ink); font-size: .84rem; }
.profile-meta-place { grid-area: place; display: flex; align-items: flex-start; gap: 18px; max-width: 850px; }
.profile-meta-place > svg { flex: 0 0 auto; width: 43px; height: 43px; padding: 10px; border-radius: 50%; background: rgba(237,106,36,.13); fill: none; stroke: var(--orange-dark); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.profile-meta-place .eyebrow { margin: 1px 0 5px; }
.profile-meta-place h2 { margin: 0; font-family: var(--font-display); font-size: clamp(1.5rem,2.6vw,2.25rem); font-weight: 500; line-height: 1.08; }
.profile-meta-place div > p:last-child { margin: 13px 0 0; color: var(--muted); font-size: .9rem; }
.profile-meta-stats { grid-area: stats; display: flex; flex-wrap: wrap; justify-content: center; gap: 24px 0; margin: 0; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.profile-meta-stats > div { min-width: min(210px,50%); padding: 2px clamp(22px,4vw,54px); border-left: 1px solid var(--line); text-align: center; }
.profile-meta-stats > div:first-child { padding-left: 0; border-left: 0; }
.profile-meta-stats dt { color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.profile-meta-stats dd { margin: 8px 0 0; font-family: var(--font-display); font-size: clamp(1.45rem,2.2vw,2rem); line-height: 1; }
.profile-meta-disciplines { grid-area: disciplines; align-self: center; padding-left: clamp(22px,3vw,40px); border-left: 1px solid var(--line); }
.profile-meta-disciplines .eyebrow { margin-bottom: 11px; }
.profile-meta-disciplines > div { display: flex; flex-wrap: wrap; gap: 8px; }
.profile-meta-disciplines span { padding: 8px 12px; border: 1px solid rgba(237,106,36,.28); border-radius: 999px; background: rgba(237,106,36,.11); color: var(--orange-dark); font-size: .72rem; font-weight: 800; }
.profile-kicker { display: flex; align-items: center; gap: 12px; }
.profile-kicker .eyebrow { margin: 0; }
.profile-edit-compact { display: inline-flex; align-items: center; gap: 5px; color: var(--muted); font-size: .7rem; font-weight: 800; }
.profile-edit-compact:hover { color: var(--orange-dark); }
.profile-edit-compact svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.profile-gear-manager { display: grid; grid-column: 2; gap: 22px; margin-top: 18px; }
.community-profile-gear { display: grid; gap: 22px; margin: 0 0 58px; }
.gear-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.gear-section-heading .eyebrow { margin-bottom: 5px; }
.gear-section-heading h2 { margin: 0; font-family: var(--font-display); font-size: clamp(2.1rem,3vw,3.2rem); font-weight: 500; line-height: 1; }
.gear-section-heading > p { margin: 0; color: var(--muted); font-size: .76rem; }
.gear-create-panel { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.45); }
.gear-create-panel summary { padding: 20px 24px; cursor: pointer; color: var(--ink); font-weight: 800; list-style: none; }
.gear-create-panel[open] summary { border-bottom: 1px solid var(--line); }
.gear-create-form { display: grid; gap: 22px; padding: 26px; }
.gear-create-form .button { justify-self: start; }
.gear-visibility-control { display: grid; align-content: start; justify-items: start; gap: 7px; min-width: 0; color: var(--muted); font-size: .76rem; font-weight: 700; }
.gear-visibility-control .profile-field-visibility { margin-top: 0; }
.member-gear-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.member-gear-card { overflow: hidden; border: 1px solid var(--line); border-radius: 23px; background: rgba(255,255,255,.58); }
.member-gear-cover { display: block; aspect-ratio: 4/3; background: #ded8cd; }
.member-gear-cover img { width: 100%; height: 100%; object-fit: cover; }
.member-gear-card-body { display: grid; align-content: start; gap: 11px; padding: 22px; }
.member-gear-category { margin: 0; color: var(--orange-dark); font-size: .68rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.member-gear-card h3 { margin: 0; font-family: var(--font-display); font-size: 1.8rem; font-weight: 500; line-height: 1; }
.member-gear-card p:not(.member-gear-category) { margin: 0; color: var(--muted); font-size: .8rem; }
.gear-service-button { justify-self: start; margin-top: 6px; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--muted); font: inherit; font-size: .7rem; font-weight: 800; opacity: .75; }
.member-gear-delete { margin-top: 8px; padding-top: 13px; border-top: 1px solid var(--line); }
.member-gear-delete button { padding: 0; border: 0; background: transparent; color: #8e2d23; font: inherit; font-size: .7rem; font-weight: 800; cursor: pointer; }
.member-gear-actions { margin-top: 7px; padding-top: 13px; border-top: 1px solid var(--line); }
.member-gear-actions a { display: inline-flex; padding: 8px 13px; border-radius: 999px; background: var(--ink); color: #fff; font-size: .7rem; font-weight: 800; }
.gear-edit-workspace { display: grid; gap: 22px; padding: clamp(22px,3vw,34px); border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.58); scroll-margin-top: 140px; }
.gear-edit-workspace > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.gear-edit-workspace h3 { margin: 3px 0 0; font-family: var(--font-display); font-size: clamp(2rem,4vw,3rem); font-weight: 500; line-height: 1; }
.gear-edit-workspace > header > a { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); font-size: 1.5rem; line-height: 1; }
.gear-edit-workspace .gear-create-form { padding: 0; }
.gear-photo-manager { display: grid; gap: 9px; color: var(--muted); font-size: .74rem; font-weight: 800; }
.gear-photo-manager > div { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 7px; }
.gear-photo-manager label { display: grid; gap: 5px; min-width: 0; font-size: .65rem; cursor: pointer; }
.gear-photo-manager img { width: 100%; aspect-ratio: 1; border-radius: 8px; object-fit: cover; }
.gear-photo-manager label span { display: flex; align-items: center; gap: 4px; }
.gear-empty-state { margin: 0; padding: 24px; border: 1px dashed var(--line); border-radius: 18px; color: var(--muted); }
.gear-dynamic-fields { display: grid; gap: 13px; padding-top: 8px; border-top: 1px solid var(--line); }
.gear-dynamic-fields[hidden] { display: none; }
.gear-dynamic-heading { color: var(--ink); font-family: var(--font-display); font-size: 1.35rem; font-weight: 500; }
.gear-spec-grid { width: 100%; }
.member-gear-specs { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px 14px; margin: 3px 0 0; }
.member-gear-specs div { display: grid; gap: 2px; }
.member-gear-specs dt { color: var(--muted); font-size: .62rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.member-gear-specs dd { margin: 0; color: var(--ink); font-size: .76rem; }
body.woocommerce-account .community-page { min-height: 0; padding: 0; }
body.woocommerce-account .community-page > .wrap { width: 100%; }
body.woocommerce-account .community-page .community-heading, body.woocommerce-account .community-page .community-summary { display: none; }
body.woocommerce-account .community-page .community-dashboard { display: block; }
.checkin-wrap { max-width: 720px; }
.checkin-wrap .display { max-width: 680px; font-size: clamp(3rem,7vw,5.8rem); }
.checkin-wrap > p:not(.eyebrow) { max-width: 590px; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.checkin-code-form { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 12px; max-width: 600px; margin-top: 32px; }
.checkin-code-form label { grid-column: 1/-1; color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.checkin-code-form input { min-height: 54px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; color: var(--ink); font: inherit; font-size: 1.1rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.checkin-code-form .button, .checkin-confirm-form .button { min-height: 54px; border: 0; }
.checkin-error { border-color: rgba(142,45,35,.35); background: rgba(142,45,35,.08); }
.host-draft-content { max-width: 680px; margin: 28px 0 38px; color: var(--muted); }
.host-checkin-card { display: grid; justify-items: center; max-width: 620px; padding: clamp(28px,6vw,52px); border: 1px solid var(--line); border-radius: 28px; background: var(--paper-light); text-align: center; box-shadow: 0 22px 60px rgba(23,23,22,.09); }
.host-checkin-status { display: flex; align-items: center; gap: 9px; margin: 0 0 24px; font-weight: 800; }
.host-checkin-status span { width: 9px; height: 9px; border-radius: 50%; background: #2d8a55; box-shadow: 0 0 0 5px rgba(45,138,85,.12); }
.host-checkin-status.is-closed { color: var(--muted); }
.host-checkin-card .itta-checkin-qr { padding: 14px; border-radius: 18px; background: #fff; }
.host-checkin-card .itta-checkin-qr img, .host-checkin-card .itta-checkin-qr canvas { display: block; max-width: 100%; height: auto; }
.host-checkin-code { margin: 24px 0 3px; color: var(--ink); font-size: clamp(2rem,7vw,3.4rem); font-weight: 900; letter-spacing: .08em; }
.host-checkin-url { margin: 0; color: var(--muted); }
.host-checkin-count { margin: 26px 0 18px; font-weight: 800; }
.host-checkin-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.host-checkin-actions .button { border: 1px solid var(--line); }
.host-checkin-actions .button-primary { border: 0; }
.host-email-checkin { width: 100%; margin-top: 26px; border: 1px solid var(--line); border-radius: 16px; background: #fff; text-align: left; }
.host-email-checkin summary { padding: 15px 17px; cursor: pointer; font-size: .82rem; font-weight: 800; }
.host-email-checkin form { display: grid; gap: 10px; padding: 0 17px 17px; }
.host-email-checkin label { display: grid; gap: 8px; color: var(--muted); font-size: .76rem; font-weight: 700; }
.host-email-checkin label span { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px; }
.host-email-checkin input { min-height: 45px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 11px; font: inherit; }
.host-email-checkin button { padding: 8px 14px; border: 0; border-radius: 99px; background: var(--ink); color: #fff; font: inherit; font-size: .75rem; font-weight: 800; cursor: pointer; }
.host-email-checkin button:disabled { cursor: wait; opacity: .55; }
.host-email-checkin small { color: var(--muted); font-size: .7rem; line-height: 1.5; }
.host-email-checkin [data-email-checkin-status] { margin: 0; color: #2d6f49; font-size: .76rem; font-weight: 800; }
.host-email-checkin [data-email-checkin-status].is-error { color: #7b2b23; }
.host-attendees { width: 100%; margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--line); text-align: left; }
.host-attendees h2 { margin: 0 0 15px; font-family: var(--font-display); font-size: 1.9rem; font-weight: 400; }
.host-attendees ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.host-attendees li { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 48px; padding: 8px 10px 8px 15px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.host-attendees li span { display: grid; gap: 2px; font-weight: 750; }
.host-attendees li span small { color: var(--muted); font-size: .66rem; font-weight: 650; }
.host-attendees button { padding: 7px 11px; border: 1px solid rgba(142,45,35,.25); border-radius: 99px; background: rgba(142,45,35,.06); color: #7b2b23; font: inherit; font-size: .72rem; font-weight: 800; cursor: pointer; }
.host-attendees button:disabled { cursor: wait; opacity: .55; }
.host-attendees .host-attendees-empty { display: block; color: var(--muted); text-align: center; }
.host-attendees-error { margin: 12px 0 0; color: #7b2b23; font-size: .78rem; }
.journal-attendance { display: flex; align-items: center; gap: 13px; margin: 0 0 38px; padding: 17px 20px; border: 1px solid var(--line); border-radius: 18px; background: #f5efe5; color: var(--muted); }
.journal-attendance > span { color: var(--orange); font-size: .72rem; }
.journal-attendance p { margin: 0; font-size: .94rem; line-height: 1.5; }
.journal-attendance a { color: var(--ink); font-weight: 800; text-decoration: underline; text-decoration-color: rgba(237,106,36,.45); text-underline-offset: 3px; }
@media (max-width: 850px) {
  .community-auth-grid, .community-dashboard { grid-template-columns: 1fr; }
  .community-auth-copy, .community-summary, .community-account-links { position: static; }
  .community-check-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .community-official-grid { grid-template-columns: 1fr; }
  .community-feed-heading { align-items: flex-start; flex-direction: column; }
}

/* Member account and flight log */
.woocommerce-account .simple-page { padding-top: 165px; }
.woocommerce-account .simple-page > .wrap.intro-copy > h1.display { display: none; }
.woocommerce-account .simple-page .page-content { margin-top: 0; }
.woocommerce-account .simple-page > .wrap.intro-copy { width: min(calc(100% - 40px),1460px); max-width: none; }
.woocommerce-account .page-content, .woocommerce-account .woocommerce { width: 100%; }
.woocommerce-account .woocommerce { display: grid; grid-template-columns: 220px minmax(0,1fr); gap: clamp(34px,4vw,64px); align-items: start; }
.woocommerce-account .woocommerce::before, .woocommerce-account .woocommerce::after { display: none; content: none; }
.woocommerce-account .woocommerce-MyAccount-navigation { position: sticky; top: 120px; float: none !important; width: 100% !important; min-width: 0; box-sizing: border-box; padding: 0; border: 0; border-radius: 0; background: transparent; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { display: grid; gap: 0; margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.woocommerce-account .woocommerce-MyAccount-navigation li { margin: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation a { display: block; padding: 14px 12px; border-bottom: 1px solid var(--line); border-radius: 0; color: var(--muted); font-size: .8rem; font-weight: 800; }
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a { padding-left: 17px; border-left: 3px solid var(--orange); background: rgba(237,106,36,.1); color: var(--orange-dark); }
.woocommerce-account .woocommerce-MyAccount-navigation a:hover { color: var(--orange-dark); }
.woocommerce-account .woocommerce-MyAccount-navigation-link--community-hub a { color: var(--ink); }
.woocommerce-account .woocommerce-MyAccount-content { float: none !important; width: 100% !important; min-width: 0; box-sizing: border-box; }
.account-profile-page .community-heading { margin-bottom: 34px; }
.account-profile-page .community-heading .display { font-size: clamp(2.8rem,5vw,4.8rem); }
.account-profile-editor { display: grid; gap: 34px; }
.account-profile-page .profile-gear-manager { grid-column: auto; }
.woocommerce-account .woocommerce-info { margin: 0; padding: 20px 22px 20px 54px; border: 1px solid var(--line); border-top: 3px solid var(--orange); border-radius: 18px; background: rgba(255,255,255,.5); color: var(--muted); }
.woocommerce-account .woocommerce-info::before { top: 20px; left: 22px; color: var(--orange-dark); }
.woocommerce-account .woocommerce-MyAccount-content:has(.community-account-dashboard) > p { display: none; }
.community-account-dashboard, .my-flights-page { display: grid; gap: 34px; }
.account-dashboard-hero, .account-section-hero { display: flex; justify-content: space-between; gap: 28px; padding: clamp(30px,4vw,48px); overflow: hidden; border-radius: 32px; background: var(--ink); color: #fff; }
.account-dashboard-hero .eyebrow, .account-section-hero .eyebrow { color: var(--orange); }
.account-dashboard-hero h2, .account-section-hero h2 { max-width: 100%; margin: 4px 0 12px; overflow-wrap: anywhere; color: #fff; font-family: var(--font-display); font-size: clamp(2.7rem,4.2vw,4.6rem); font-weight: 500; line-height: .94; }
.account-dashboard-hero p:last-child, .account-section-hero p:last-child { max-width: 620px; margin: 0; color: #c8c3bb; }
.account-hero-mark { align-self: center; color: var(--orange); font-family: var(--font-display); font-size: clamp(6rem,12vw,11rem); line-height: .7; transform: rotate(-8deg); }
.account-dashboard-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.account-dashboard-card { display: grid; grid-template-rows: auto 1fr auto auto; min-height: 260px; padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.52); color: var(--ink); transition: transform .2s ease,border-color .2s ease; }
.account-dashboard-card:hover { transform: translateY(-3px); border-color: var(--orange); }
.account-dashboard-card > span { color: var(--muted); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.account-dashboard-card > strong { align-self: center; font-family: var(--font-display); font-size: 5rem; font-weight: 500; }
.account-dashboard-card > small { color: var(--muted); }
.account-dashboard-card > b { margin-top: 18px; font-size: .82rem; }
.account-dashboard-card.account-flights-card { border-color: var(--orange); background: var(--orange); }
.account-dashboard-card.account-flights-card > span, .account-dashboard-card.account-flights-card > small { color: rgba(20,18,16,.7); }
.account-card-icon { font-size: 4rem !important; }
.account-stat { display: grid; align-content: center; min-width: 135px; text-align: center; }
.account-stat strong { color: var(--orange); font-family: var(--font-display); font-size: 5rem; font-weight: 500; line-height: .8; }
.account-stat span { margin-top: 10px; color: #c8c3bb; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.flight-create-panel { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.45); }
.flight-create-panel summary { padding: 20px 24px; cursor: pointer; color: var(--ink); font-weight: 800; list-style: none; }
.flight-create-panel[open] summary { border-bottom: 1px solid var(--line); }
.flight-create-form { display: grid; gap: 22px; padding: 26px; }
.flight-create-form .button { justify-self: start; }
.flight-group-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.community-profile-feed > .flight-group-heading:first-child { padding-top: 0; border-top: 0; }
.flight-group-heading > div { display: flex; align-items: center; gap: 10px; }
.flight-group-heading h2, .flight-group-heading h3 { margin: 0; font-family: var(--font-display); font-size: clamp(1.8rem,2.6vw,2.5rem); font-weight: 500; line-height: 1; }
.flight-group-heading p { margin: 0; color: var(--muted); font-size: .78rem; }
.confirmed-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(237,106,36,.15); }
.member-flight-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.member-flight-card { display: grid; align-content: start; min-height: 240px; padding: 25px; border: 1px solid var(--line); border-radius: 23px; background: rgba(255,255,255,.55); }
.member-flight-cover { display: block; align-self: stretch; margin: -25px -25px 22px; overflow: hidden; border-radius: 22px 22px 0 0; aspect-ratio: 16/9; background: #ded8cd; }
.member-flight-cover img { width: 100%; height: 100%; object-fit: cover; }
.member-flight-card.is-confirmed { border-top: 5px solid var(--orange); background: linear-gradient(145deg,rgba(237,106,36,.12),rgba(255,255,255,.55) 48%); }
.member-flight-card.is-confirmed .member-flight-cover { margin-top: -25px; border-radius: 18px 18px 0 0; }
.member-flight-card-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.member-flight-card time { color: var(--muted); font-size: .74rem; }
.member-flight-badge { position: relative; display: grid; place-items: center; flex: 0 0 auto; width: 42px; height: 42px; background: var(--ink); color: #fff; clip-path: polygon(50% 0,83% 12%,100% 42%,88% 77%,50% 100%,12% 77%,0 42%,17% 12%); filter: drop-shadow(0 5px 8px rgba(20,18,16,.16)); }
.member-flight-badge::after { content: ''; position: absolute; inset: 5px; border: 1px solid rgba(255,255,255,.46); clip-path: inherit; }
.member-flight-badge svg { position: relative; z-index: 1; width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.is-confirmed .member-flight-badge { background: var(--orange); color: var(--ink); }
.member-flight-card h3 { margin: 24px 0 9px; font-family: var(--font-display); font-size: 2rem; font-weight: 500; line-height: 1; }
.member-flight-card p { margin: 0 0 15px; color: var(--muted); font-size: .84rem; }
.member-flight-card .member-flight-site { color: var(--ink); font-weight: 800; }
.member-flight-card > a:not(.member-flight-cover) { align-self: end; margin-top: auto; color: var(--orange); font-size: .78rem; font-weight: 800; }
.member-flight-manage { display: flex; align-items: center; gap: 16px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.member-flight-manage > a { color: var(--orange-dark); font-size: .72rem; font-weight: 800; }
.member-flight-delete { margin: 0; padding: 0; }
.member-flight-delete button { padding: 0; border: 0; background: transparent; color: #8e2d23; font: inherit; font-size: .72rem; font-weight: 800; cursor: pointer; }
.flight-edit-workspace { display: grid; gap: 22px; margin: 6px 0 28px; padding: clamp(22px,3vw,34px); border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.58); scroll-margin-top: 135px; }
.flight-edit-workspace > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.flight-edit-workspace h3 { margin: 3px 0 0; font-family: var(--font-display); font-size: clamp(2rem,4vw,3rem); font-weight: 500; line-height: 1; }
.flight-edit-workspace > header > a { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); font-size: 1.5rem; }
.flight-edit-workspace .flight-create-form { padding: 0; }
.flight-photo-manager { display: grid; gap: 9px; color: var(--muted); font-size: .74rem; font-weight: 800; }
.flight-photo-manager > div { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 7px; }
.flight-photo-manager label { display: grid; gap: 5px; min-width: 0; font-size: .65rem; cursor: pointer; }
.flight-photo-manager img { width: 100%; aspect-ratio: 1; border-radius: 8px; object-fit: cover; }
.member-flight-gallery { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 6px; margin: 5px 0 18px; }
.member-flight-gallery img { width: 100%; aspect-ratio: 1; border-radius: 9px; object-fit: cover; }
.member-flight-video { position: relative; width: 100%; margin: 8px 0 18px; overflow: hidden; border-radius: 14px; aspect-ratio: 16/9; background: #000; }
.member-flight-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.profile-preview-actions { display: flex; align-items: center; gap: 10px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.52); }
.profile-preview-actions > div { display: grid; gap: 3px; margin-right: auto; }
.profile-preview-actions small { color: var(--muted); }
.profile-preview-actions a { padding: 9px 13px; border: 1px solid var(--line); border-radius: 99px; color: var(--ink); font-size: .72rem; font-weight: 800; white-space: nowrap; }
.profile-preview-actions a:hover { border-color: var(--orange); }
.profile-visibility-presets { display: flex; align-items: center; gap: 22px; padding: 4px 0 20px; border-bottom: 1px solid var(--line); }
.profile-visibility-presets > div:first-child { display: grid; gap: 3px; margin-right: auto; }
.profile-visibility-presets small { color: var(--muted); font-size: .76rem; }
.profile-visibility-preset-buttons { display: inline-flex; gap: 4px; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.68); }
.profile-visibility-preset-buttons button { display: inline-flex; align-items: center; gap: 7px; min-height: 40px; padding: 7px 12px; border: 0; border-radius: 999px; background: transparent; color: var(--muted); font: inherit; font-size: .72rem; font-weight: 800; cursor: pointer; }
.profile-visibility-preset-buttons button[aria-pressed="true"] { background: rgba(237,106,36,.14); color: var(--orange-dark); box-shadow: inset 0 0 0 1px rgba(237,106,36,.28); }
.profile-visibility-preset-buttons button[data-visibility-preset="custom"] { cursor: default; }
.profile-visibility-preset-buttons svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.profile-visibility-bar { display: flex; align-items: center; gap: 14px; margin-bottom: 30px; padding: 14px 18px; border-radius: 14px; background: var(--ink); color: #fff; }
.profile-visibility-bar span { color: #c8c3bb; font-size: .8rem; }
.profile-visibility-bar a { margin-left: auto; color: var(--orange); font-size: .76rem; font-weight: 800; }
.profile-visibility-bar > span { display: inline-flex; align-items: center; gap: 8px; }
.profile-visibility-bar svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.profile-field-visibility { display: inline-flex; align-items: center; gap: 3px; width: fit-content; margin-top: 9px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.7); }
.profile-field-visibility > label { display: block; margin: 0; cursor: pointer; }
.profile-field-visibility input { position: absolute; width: 1px !important; height: 1px !important; opacity: 0; pointer-events: none; }
.profile-field-visibility label > span { display: grid; place-items: center; width: 34px; height: 30px; border-radius: 999px; color: var(--muted); transition: background .18s ease,color .18s ease; }
.profile-field-visibility input:checked + span { background: rgba(237,106,36,.14); color: var(--orange-dark); box-shadow: inset 0 0 0 1px rgba(237,106,36,.3); }
.profile-field-visibility input:focus-visible + span { outline: 2px solid var(--orange); outline-offset: 2px; }
.profile-field-visibility svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.unified-profile-back { margin-bottom: 22px; }
.unified-profile-back a { color: var(--ink); font-size: .8rem; font-weight: 800; }
.member-profile-header { display: grid; grid-template-columns: auto minmax(0,1fr); align-items: center; gap: clamp(24px,4vw,48px); margin-bottom: 28px; }
.member-profile-intro { min-width: 0; }
.member-profile-intro .display { margin: 7px 0 0; line-height: .95; }
.member-profile-header h1 { margin: 4px 0 0; }
.member-profile-avatar { flex: 0 0 auto; width: clamp(105px,14vw,160px); aspect-ratio: 1; overflow: hidden; border: 4px solid #fff; border-radius: 50%; background: #ded8cd; box-shadow: 0 12px 38px rgba(20,18,16,.13); }
.member-profile-avatar img { width: 100%; height: 100%; object-fit: cover; }
.member-profile-avatar-placeholder { display: grid; place-items: center; width: 100%; height: 100%; background: linear-gradient(145deg,var(--ink),#3d4e47); color: var(--orange); font-family: var(--font-display); font-size: clamp(3.4rem,7vw,6rem); }
.profile-photo-editor { display: grid; grid-template-columns: 150px minmax(0,1fr); gap: 24px; align-items: center; }
.profile-photo-edit-preview { display: grid; place-items: center; width: 150px; aspect-ratio: 1; overflow: hidden; border: 1px dashed var(--line); border-radius: 50%; background: rgba(255,255,255,.55); }
.profile-photo-edit-preview img { width: 100%; height: 100%; object-fit: cover; }
.profile-photo-empty { max-width: 95px; color: var(--muted); font-size: .72rem; font-weight: 800; line-height: 1.35; text-align: center; }
.profile-photo-edit-actions { display: grid; gap: 14px; }
.profile-photo-editor input[type="file"] { padding: 10px; border: 1px dashed var(--line); border-radius: 13px; background: rgba(255,255,255,.72); }
.profile-photo-remove { justify-self: start; padding: 0; border: 0; background: transparent; color: #8e2d23; font: inherit; font-size: .74rem; font-weight: 800; cursor: pointer; }
.flight-visibility-field { display: grid; gap: 7px; max-width: 360px; color: var(--muted); font-size: .74rem; font-weight: 800; }
.flight-visibility-field select { min-height: 48px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); font: inherit; }
.unified-member-profile .community-profile-feed { position: relative; margin-bottom: 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
.unified-member-profile .community-profile-feed > .flight-create-panel { position: absolute; top: 0; right: 0; overflow: visible; border: 0; border-radius: 0; background: transparent; }
.unified-member-profile .community-profile-feed > .flight-create-panel summary { padding: 4px 0; color: var(--orange-dark); font-size: .78rem; }
.unified-member-profile .community-profile-feed > .flight-create-panel[open] { position: static; padding-top: 18px; border-top: 1px solid var(--line); }
.unified-member-profile .community-profile-feed > .flight-create-panel[open] summary { width: fit-content; margin-left: auto; padding: 0 0 16px; border: 0; }
.unified-member-profile .community-profile-feed > .flight-create-panel .flight-create-form { padding: clamp(20px,3vw,30px); border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.58); }
.flight-heading-title { display: grid !important; gap: 7px !important; }
.flight-empty { padding: 24px 4px 4px; border: 0; border-radius: 0; text-align: left; }
.flight-empty p { margin: 8px 0 0; color: var(--muted); }
.community-profile-feed { display: grid; gap: 20px; margin: 55px 0 35px; }
.profile-personal-flights { margin-top: 2px; }
.woocommerce-account .woocommerce-EditAccountForm { display: block; max-width: 760px; }
.woocommerce-account .woocommerce-EditAccountForm .form-row { display: grid !important; float: none !important; grid-template-columns: minmax(0,1fr) !important; gap: 7px !important; width: 100% !important; box-sizing: border-box; margin: 0 0 18px !important; padding: 0 !important; text-align: left; }
.woocommerce-account .woocommerce-EditAccountForm label { display: block; margin: 0; color: var(--muted); font-size: .74rem; font-weight: 800; }
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row span:not(.password-input) { display: block; color: var(--muted); font-size: .8rem; line-height: 1.5; }
.woocommerce-account .woocommerce-EditAccountForm input[type="text"],
.woocommerce-account .woocommerce-EditAccountForm input[type="email"],
.woocommerce-account .woocommerce-EditAccountForm input[type="password"] { width: 100%; min-height: 50px; box-sizing: border-box; padding: 10px 13px; border: 1px solid var(--line); border-radius: 13px; background: #fff; color: var(--ink); font: inherit; }
.woocommerce-account .woocommerce-EditAccountForm .password-input { position: relative; display: block; width: 100%; }
.woocommerce-account .woocommerce-EditAccountForm .password-input input { padding-right: 46px; }
.woocommerce-account .woocommerce-EditAccountForm .show-password-input { position: absolute; top: 50%; right: 15px; transform: translateY(-50%); cursor: pointer; }
.woocommerce-account .woocommerce-EditAccountForm fieldset { display: block; margin: 30px 0 22px; padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.42); }
.woocommerce-account .woocommerce-EditAccountForm legend { padding: 0 9px; font-family: var(--font-display); font-size: 1.65rem; }
.woocommerce-account .woocommerce-EditAccountForm .button { min-height: 48px; padding: 10px 22px; border: 0; border-radius: 99px; background: var(--ink); color: #fff; font-weight: 800; }
.community-delete-account { display: block; max-width: 760px; box-sizing: border-box; margin-top: 55px; padding: 30px; border: 1px solid rgba(142,45,35,.28); border-radius: 24px; background: rgba(142,45,35,.055); }
.community-delete-account .eyebrow { color: #8e2d23; }
.community-delete-account h2 { margin: 4px 0 12px; font-family: var(--font-display); font-size: 2.5rem; font-weight: 500; }
.community-delete-account p:last-child { max-width: 580px; margin: 0; color: var(--muted); font-size: .86rem; }
.community-delete-account-form { display: grid; gap: 10px; margin-top: 24px; }
.community-delete-account-form label { color: var(--muted); font-size: .76rem; font-weight: 800; }
.community-delete-account-form > div { display: grid; gap: 10px; }
.community-delete-account-form input { min-height: 48px; padding: 9px 12px; border: 1px solid rgba(142,45,35,.3); border-radius: 12px; background: #fff; color: var(--ink); font: inherit; font-weight: 800; }
.community-delete-account-form button { min-height: 48px; padding: 10px 16px; border: 0; border-radius: 12px; background: #8e2d23; color: #fff; font: inherit; font-size: .78rem; font-weight: 800; cursor: pointer; }
@media (max-width: 900px) {
  .woocommerce-account .woocommerce { grid-template-columns: 1fr; }
  .woocommerce-account .woocommerce-MyAccount-navigation { position: static; overflow: visible; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul { display: flex; width: 100%; flex-wrap: wrap; }
  .woocommerce-account .woocommerce-MyAccount-navigation li { flex: 1 1 auto; }
  .woocommerce-account .woocommerce-MyAccount-navigation a { height: 100%; padding-inline: 10px; text-align: center; }
  .woocommerce-account .woocommerce-MyAccount-navigation .is-active a { padding-left: 10px; border-left: 0; border-bottom-color: var(--orange); }
  .account-dashboard-grid { grid-template-columns: 1fr; }
  .account-dashboard-card { min-height: 210px; }
  .community-hub-actions { grid-template-columns: 1fr; }
  .unified-member-profile dl { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .profile-gear-manager { grid-column: auto; }
  .member-gear-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .profile-meta-layout { grid-template-columns: 1fr; grid-template-areas: "identity" "place" "disciplines" "stats"; }
  .profile-meta-disciplines { align-self: start; padding-left: 0; border-left: 0; }
}
@media (max-width: 640px) {
  .woocommerce-account .woocommerce,
  .woocommerce-account .woocommerce-MyAccount-content,
  .account-profile-editor,
  .community-profile-form,
  .community-profile-form fieldset,
  .community-profile-form label { min-width: 0; max-width: 100%; box-sizing: border-box; }
  .woocommerce-account .woocommerce-MyAccount-navigation li { flex: 1 1 50%; }
  .account-dashboard-hero, .account-section-hero { padding: 30px 24px; border-radius: 24px; }
  .account-hero-mark, .account-stat { display: none; }
  .member-flight-grid { grid-template-columns: 1fr; }
  .flight-group-heading { align-items: flex-start; flex-direction: column; }
  .profile-preview-actions, .profile-visibility-bar { align-items: flex-start; flex-direction: column; }
  .profile-preview-actions > div, .profile-visibility-bar a { margin: 0; }
  .member-profile-header { grid-template-columns: 1fr; align-items: flex-start; }
  .profile-visibility-presets { align-items: flex-start; flex-direction: column; }
  .profile-visibility-preset-buttons { width: 100%; max-width: 100%; box-sizing: border-box; justify-content: space-around; overflow: hidden; }
  .profile-visibility-preset-buttons button { min-width: 40px; padding-inline: 9px; }
  .profile-visibility-preset-buttons button span { display: none; }
  .community-profile-form .community-fields > label.has-privacy-control,
  .profile-photo-edit-actions > label.has-privacy-control { grid-template-columns: minmax(0,1fr); }
  .community-profile-form .community-fields > label.has-privacy-control > input,
  .community-profile-form .community-fields > label.has-privacy-control > select,
  .community-profile-form .community-fields > label.has-privacy-control > textarea,
  .profile-photo-edit-actions > label.has-privacy-control > input { grid-column: 1; grid-row: auto; min-width: 0; max-width: 100%; box-sizing: border-box; }
  .community-profile-form .community-fields > label.has-privacy-control > .profile-field-visibility,
  .profile-photo-edit-actions > label.has-privacy-control > .profile-field-visibility { grid-column: 1; grid-row: auto; margin-top: 3px; }
  .profile-photo-editor input[type="file"] { width: 100%; min-width: 0; max-width: 100%; box-sizing: border-box; }
  .member-gear-grid { grid-template-columns: 1fr; }
  .gear-section-heading { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 560px) {
  .woocommerce-account .simple-page > .wrap.intro-copy { width: calc(100% - 28px); }
  .community-page { padding-top: 130px; }
  .community-fields, .community-check-grid { grid-template-columns: 1fr; }
  .community-profile-form .community-fields { grid-template-columns: 1fr; }
  .community-public-profile dl, .unified-member-profile dl { grid-template-columns: 1fr; }
  .community-wide { grid-column: auto; }
  .community-heading { display: block; }
  .community-profile-form fieldset { width: 100%; padding: 18px; }
  .checkin-code-form { grid-template-columns: 1fr; }
  .host-email-checkin label span { grid-template-columns: 1fr; }
  .profile-photo-editor { grid-template-columns: 1fr; }
}
