.acv-gym-app {
    --acv-pink: #ff0099;
    --acv-pink-dark: #d60080;
    --acv-black: #111111;
    --acv-gray: #f7f7f7;
    --acv-white: #ffffff;
    --acv-blue: #1479bd;
    --acv-line: #e8edf3;
    --acv-text: #344054;
    color: var(--acv-black);
    font-family: inherit;
}
.acv-gym-portal { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 28px; max-width: 1180px; margin: 24px auto; align-items: start; }
.acv-gym-sidebar { background: #ffffff; border: 1px solid var(--acv-line); border-radius: 8px; box-shadow: 0 12px 32px rgba(17, 24, 39, .08); overflow: hidden; position: sticky; top: 24px; }
.acv-gym-profile { padding: 22px 18px 26px; text-align: center; border-bottom: 1px solid var(--acv-line); }
.acv-gym-profile img { width: 160px; height: 160px; object-fit: cover; border-radius: 8px; border: 6px solid #f3f6fb; background: #d9e1ee; }
.acv-gym-profile h2 { margin: 14px 0 12px; font-size: 22px; line-height: 1.15; font-weight: 850; color: var(--acv-black); }
.acv-gym-small-button { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; border-radius: 6px; background: var(--acv-pink); color: #ffffff; text-decoration: none; padding: 8px 14px; font-size: 12px; font-weight: 850; text-transform: uppercase; }
.acv-gym-side-nav { display: grid; }
.acv-gym-side-nav a { display: flex; align-items: center; min-height: 52px; padding: 0 18px; border-bottom: 1px solid var(--acv-line); color: #8090a8; text-decoration: none; font-size: 13px; font-weight: 750; }
.acv-gym-side-nav button { appearance: none; display: flex; align-items: center; min-height: 52px; width: 100%; padding: 0 18px; border: 0; border-bottom: 1px solid var(--acv-line); background: #ffffff; color: #8090a8; text-align: left; font-size: 13px; font-weight: 750; cursor: pointer; }
.acv-gym-side-nav a:hover { color: var(--acv-pink); background: #fff5fb; }
.acv-gym-side-nav button:hover, .acv-gym-side-nav button.is-active { color: var(--acv-pink); background: #fff5fb; }
.acv-gym-main { min-width: 0; }
.acv-gym-hero-card { display: flex; justify-content: space-between; gap: 20px; align-items: center; background: #ffffff; border: 1px solid var(--acv-line); border-radius: 8px; box-shadow: 0 12px 32px rgba(17, 24, 39, .08); padding: 22px 28px; margin-bottom: 18px; }
.acv-gym-kicker { margin: 0 0 6px; color: var(--acv-pink); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.acv-gym-hero-card h1 { margin: 0 0 8px; font-size: 28px; line-height: 1.12; color: var(--acv-black); font-weight: 900; }
.acv-gym-hero-card p { margin: 0; color: var(--acv-text); }
.acv-gym-day-badge { min-width: 96px; text-align: center; color: var(--acv-blue); }
.acv-gym-day-badge span { display: block; letter-spacing: .45em; font-size: 20px; line-height: 1; }
.acv-gym-day-badge strong { display: block; font-size: 78px; line-height: .9; font-weight: 850; }
.acv-gym-stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-bottom: 18px; }
.acv-gym-stat-grid article { background: #ffffff; border: 1px solid var(--acv-line); border-radius: 8px; padding: 16px; box-shadow: 0 8px 22px rgba(17, 24, 39, .05); }
.acv-gym-stat-grid strong { display: block; color: var(--acv-pink); font-size: 26px; line-height: 1; font-weight: 900; }
.acv-gym-stat-grid span { display: block; margin-top: 7px; color: #667085; font-size: 12px; font-weight: 800; }
.acv-gym-workout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 18px; }
.acv-gym-workout-card, .acv-gym-side-panel > div, .acv-gym-measure-strip { background: #ffffff; border: 1px solid var(--acv-line); border-radius: 8px; box-shadow: 0 12px 32px rgba(17, 24, 39, .08); }
.acv-gym-workout-card { padding: 24px 28px; }
.acv-gym-workout-card header { border-bottom: 1px solid var(--acv-line); padding-bottom: 16px; margin-bottom: 18px; }
.acv-gym-workout-card h2 { margin: 0 0 10px; font-size: 20px; line-height: 1.35; font-weight: 900; color: var(--acv-text); }
.acv-gym-workout-card header p { margin: 0 0 10px; color: #526173; font-weight: 750; }
.acv-gym-workout-card header span { display: inline-flex; border-radius: 999px; background: #edf7ff; color: var(--acv-blue); padding: 6px 12px; font-size: 12px; font-weight: 900; }
.acv-gym-note { background: #ddf7bd; border-radius: 6px; padding: 18px 20px; margin: 20px 0; color: #4b5d3d; font-weight: 750; line-height: 1.75; }
.acv-gym-day-focus h3 { margin: 0 0 12px; font-size: 18px; font-weight: 900; color: var(--acv-black); }
.acv-gym-day-focus > p { color: var(--acv-text); line-height: 1.7; }
.acv-gym-exercise-list { display: grid; gap: 10px; margin: 18px 0; }
.acv-gym-exercise-item { display: grid; grid-template-columns: minmax(160px, 1fr) auto auto; gap: 12px; align-items: center; border-bottom: 1px solid var(--acv-line); padding: 12px 0; }
.acv-gym-exercise-item strong { color: var(--acv-black); }
.acv-gym-exercise-item span, .acv-gym-exercise-item small { color: #667085; font-weight: 700; }
.acv-gym-side-panel { display: grid; gap: 18px; align-content: start; }
.acv-gym-side-panel > div { padding: 18px; }
.acv-gym-side-panel h3 { margin: 0 0 12px; font-size: 16px; font-weight: 900; color: var(--acv-black); }
.acv-gym-tip-box { background: #ddf7bd !important; color: #4b5d3d; }
.acv-gym-tip-box strong { display: block; margin-bottom: 8px; }
.acv-gym-tip-box p, .acv-gym-mini-list p { margin: 0; line-height: 1.65; }
.acv-gym-mini-list { display: grid; gap: 8px; }
.acv-gym-mini-list a { color: var(--acv-text); text-decoration: none; border-bottom: 1px solid var(--acv-line); padding-bottom: 8px; font-weight: 750; }
.acv-gym-mini-list a:hover { color: var(--acv-pink); }
.acv-gym-measure-strip { margin-top: 18px; padding: 20px 24px; }
.acv-gym-measure-strip h2 { margin: 0 0 8px; font-size: 18px; font-weight: 900; }
.acv-gym-measure-strip p { margin: 0; color: var(--acv-text); }
.acv-gym-header { padding: 18px 0 8px; }
.acv-gym-header h2, .acv-gym-section h3 { margin: 0 0 14px; font-weight: 850; letter-spacing: 0; }
.acv-gym-nav { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 8px; margin: 12px 0 20px; }
.acv-gym-nav a, .acv-gym-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; border-radius: 8px; border: 0; background: var(--acv-pink); color: #ffffff; padding: 10px 14px; text-decoration: none; font-weight: 800; cursor: pointer; }
.acv-gym-button:hover { background: var(--acv-pink-dark); color: #ffffff; }
.acv-gym-card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.acv-gym-card { background: var(--acv-white); border: 1px solid #e2e2e2; border-radius: 8px; padding: 16px; margin-bottom: 14px; box-shadow: 0 2px 8px rgba(0,0,0,.05); }
.acv-gym-card strong { display: block; font-size: 30px; color: var(--acv-pink); line-height: 1; }
.acv-gym-section { margin: 24px 0; }
.acv-gym-chip { display: inline-flex; border-radius: 999px; background: var(--acv-gray); padding: 5px 10px; font-size: 12px; font-weight: 800; margin-bottom: 8px; }
.acv-gym-accordion details { border: 1px solid #e0e0e0; border-radius: 8px; padding: 12px; margin: 10px 0; background: #ffffff; }
.acv-gym-accordion summary { cursor: pointer; font-weight: 850; }
.acv-gym-exercise-row { border-top: 1px solid #eeeeee; padding: 12px 0; display: grid; gap: 6px; }
.acv-gym-video iframe { width: 100%; aspect-ratio: 16 / 9; height: auto; border: 0; border-radius: 8px; }
.acv-gym-image { width: 100%; height: auto; border-radius: 8px; }
.acv-gym-table-wrap { overflow-x: auto; }
.acv-gym-table-wrap table { width: 100%; border-collapse: collapse; background: #ffffff; }
.acv-gym-table-wrap th, .acv-gym-table-wrap td { border-bottom: 1px solid #e5e5e5; padding: 10px; text-align: left; white-space: nowrap; }
.acv-gym-thread { display: grid; gap: 10px; margin: 14px 0; }
.acv-gym-message { border-radius: 8px; padding: 12px; background: var(--acv-gray); }
.acv-gym-message-admin { border-left: 4px solid var(--acv-pink); }
.acv-gym-message-student { border-left: 4px solid var(--acv-black); }
.acv-gym-comment-form { display: grid; gap: 10px; }
.acv-gym-comment-form textarea { width: 100%; min-height: 110px; border-radius: 8px; }
.acv-gym-blocked, .acv-gym-message { background: #fff5fb; border: 1px solid #ffd1ec; border-radius: 8px; padding: 16px; }
.acv-gym-chart { min-height: 300px; }
.acv-gym-tab-panel { display: none; }
.acv-gym-tab-panel.is-active { display: block; }
.acv-gym-photo-form label { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; border-radius: 6px; background: var(--acv-pink); color: #ffffff; padding: 8px 14px; font-size: 12px; font-weight: 850; text-transform: uppercase; cursor: pointer; }
.acv-gym-photo-form input { position: absolute; inline-size: 1px; block-size: 1px; opacity: 0; pointer-events: none; }
.acv-gym-content-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.acv-gym-tip-card { border-color: #bbf7d0; background: #ecfdf3; }
.acv-gym-video-library { display: grid; gap: 18px; }
.acv-gym-video-library > header, .acv-gym-video-group { background: #ffffff; border: 1px solid var(--acv-line); border-radius: 10px; padding: 18px; box-shadow: 0 10px 26px rgba(17, 24, 39, .06); }
.acv-gym-video-library header h2 { margin: 0 0 8px; }
.acv-gym-video-library header p:last-child { margin: 0; color: var(--acv-text); font-size: 14px; line-height: 1.55; }
.acv-gym-video-group h3 { margin: 0 0 14px; padding-bottom: 10px; border-bottom: 1px solid var(--acv-line); color: var(--acv-pink) !important; }
.acv-gym-video-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.acv-gym-video-card { display: grid; gap: 10px; align-content: start; border: 1px solid var(--acv-line); border-radius: 10px; background: #fbfcfe; padding: 14px; }
.acv-gym-video-card h4 { margin: 0 !important; }
.acv-gym-video-card p { margin: 0; color: var(--acv-text) !important; font-size: 13px; line-height: 1.5; }
.acv-gym-video-open { min-height: 38px; border: 0; border-radius: 8px; background: var(--acv-pink); color: #ffffff; font-weight: 800; cursor: pointer; }
.acv-gym-video-open:hover { background: var(--acv-pink-dark); }
.acv-gym-video-modal[hidden] { display: none; }
.acv-gym-video-modal { position: fixed; inset: 0; z-index: 999999; display: grid; place-items: center; padding: 18px; }
.acv-gym-video-modal-backdrop { position: absolute; inset: 0; background: rgba(15, 23, 42, .72); }
.acv-gym-video-modal-card { position: relative; width: min(920px, 96vw); max-height: 92vh; overflow: auto; background: #ffffff; border-radius: 12px; padding: 18px; box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.acv-gym-video-modal-card h3 { margin: 0 88px 14px 0 !important; }
.acv-gym-video-close { position: absolute; top: 14px; right: 14px; min-height: 34px; border: 1px solid var(--acv-line); border-radius: 8px; background: #ffffff; color: #111111; font-weight: 800; cursor: pointer; }
.acv-gym-video-frame iframe, .acv-gym-video-frame video { width: 100%; aspect-ratio: 16 / 9; height: auto; border: 0; border-radius: 8px; background: #000000; }
.acv-gym-modal-open { overflow: hidden; }
.acv-gym-routine-calendar { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 10px; margin: 18px 0; }
.acv-gym-routine-calendar button { min-height: 112px; border: 1px solid #e8edf3; border-radius: 8px; background: #f8fafc; color: #344054; padding: 14px; text-align: left; cursor: pointer; box-shadow: none; }
.acv-gym-routine-calendar button:hover, .acv-gym-routine-calendar button.is-active { border-color: #ff0099; background: #fff5fb; }
.acv-gym-routine-calendar span { display: block; color: #667085; font-size: 12px; font-weight: 800; margin-bottom: 8px; }
.acv-gym-routine-calendar strong { display: block; color: #111111; font-size: 14px; line-height: 1.35; }
.acv-gym-calendar-help { margin: 8px 0 16px !important; color: #667085 !important; font-size: 13px !important; }
.acv-gym-routine-detail { display: none; }
.acv-gym-routine-detail.is-active { display: block; }
.acv-gym-feedback-form, .acv-gym-measure-form { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; margin: 18px 0; padding: 16px; border: 1px solid #e8edf3; border-radius: 10px; background: #fbfcfe; }
.acv-gym-feedback-form label, .acv-gym-measure-form label { display: grid; gap: 6px; color: #344054; font-size: 13px; font-weight: 800; }
.acv-gym-feedback-form input, .acv-gym-feedback-form select, .acv-gym-feedback-form textarea, .acv-gym-measure-form input, .acv-gym-measure-form textarea { width: 100%; border: 1px solid #d0d5dd; border-radius: 8px; min-height: 40px; padding: 8px 10px; color: #111111; background: #ffffff; }
.acv-gym-feedback-form textarea, .acv-gym-measure-form textarea { min-height: 92px; }
.acv-gym-form-wide { grid-column: 1 / -1; }
@media (max-width: 560px) {
    .acv-gym-portal, .acv-gym-workout-layout, .acv-gym-stat-grid, .acv-gym-nav, .acv-gym-card-grid { grid-template-columns: 1fr; }
    .acv-gym-portal { margin: 12px auto; gap: 14px; }
    .acv-gym-sidebar { position: static; }
    .acv-gym-profile img { width: 118px; height: 118px; }
    .acv-gym-hero-card { align-items: flex-start; padding: 18px; }
    .acv-gym-hero-card h1 { font-size: 24px; }
    .acv-gym-day-badge { min-width: 74px; }
    .acv-gym-day-badge span { font-size: 14px; }
    .acv-gym-day-badge strong { font-size: 54px; }
    .acv-gym-workout-card { padding: 18px; }
    .acv-gym-exercise-item { grid-template-columns: 1fr; gap: 4px; }
    .acv-gym-button, .acv-gym-nav a { width: 100%; }
    .acv-gym-card strong { font-size: 26px; }
}

/* Professional dashboard overrides. Keep this block last to isolate the shortcode from theme typography. */
.acv-gym-app,
.acv-gym-app * {
    box-sizing: border-box;
}
.acv-gym-app h1,
.acv-gym-app h2,
.acv-gym-app h3,
.acv-gym-app h4,
.acv-gym-app p {
    letter-spacing: 0 !important;
    text-transform: none !important;
}
.acv-gym-app h1 {
    font-size: 24px !important;
    line-height: 1.2 !important;
    color: #111111 !important;
}
.acv-gym-app h2 {
    font-size: 20px !important;
    line-height: 1.25 !important;
    color: #111111 !important;
}
.acv-gym-app h3 {
    font-size: 16px !important;
    line-height: 1.3 !important;
    color: #111111 !important;
}
.acv-gym-app h4 {
    font-size: 15px !important;
    line-height: 1.35 !important;
    color: #111111 !important;
}
.acv-gym-portal {
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 18px;
    width: min(1180px, calc(100vw - 32px));
    margin: 22px auto;
}
.acv-gym-sidebar,
.acv-gym-hero-card,
.acv-gym-stat-grid article,
.acv-gym-workout-card,
.acv-gym-side-panel > div,
.acv-gym-measure-strip {
    border-radius: 10px;
    border-color: #e8edf3;
    box-shadow: 0 10px 26px rgba(17, 24, 39, .06);
}
.acv-gym-profile {
    padding: 18px 16px 20px;
}
.acv-gym-profile img {
    width: 118px;
    height: 118px;
    border-radius: 10px;
}
.acv-gym-profile h2 {
    margin: 12px 0 10px !important;
    font-size: 20px !important;
    line-height: 1.15 !important;
    font-weight: 800;
    overflow-wrap: anywhere;
}
.acv-gym-side-nav a {
    min-height: 46px;
    padding: 0 16px;
    color: #5f6f86 !important;
    font-size: 13px;
    font-weight: 700;
}
.acv-gym-side-nav button {
    min-height: 46px;
    padding: 0 16px;
    color: #5f6f86 !important;
    font-size: 13px;
    font-weight: 700;
}
.acv-gym-hero-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 86px;
    gap: 16px;
    align-items: center;
    padding: 20px;
    margin-bottom: 14px;
}
.acv-gym-hero-copy {
    min-width: 0;
}
.acv-gym-kicker {
    margin: 0 0 7px;
    color: #2563eb !important;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
}
.acv-gym-hero-card h1 {
    margin: 0 0 8px !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
    font-weight: 850;
}
.acv-gym-hero-card p {
    margin: 0;
    max-width: 640px;
    color: #344054 !important;
    font-size: 14px;
    line-height: 1.6;
}
.acv-gym-day-badge {
    width: 78px;
    min-width: 78px;
    min-height: 78px;
    display: grid;
    place-items: center;
    align-content: center;
    justify-self: end;
    color: #1479bd !important;
    background: #eff7ff;
    border: 1px solid #dbeafe;
    border-radius: 14px;
}
.acv-gym-day-badge span {
    display: block;
    color: #2563eb !important;
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase !important;
    letter-spacing: .18em !important;
}
.acv-gym-day-badge strong {
    display: block;
    color: #1479bd !important;
    font-size: 34px;
    line-height: 1;
    font-weight: 850;
}
.acv-gym-stat-grid {
    gap: 12px;
    margin-bottom: 18px;
}
.acv-gym-stat-grid article {
    min-height: 86px;
    padding: 15px;
}
.acv-gym-stat-grid strong {
    color: #ff0099 !important;
    font-size: 22px;
    line-height: 1;
    font-weight: 850;
    overflow-wrap: anywhere;
}
.acv-gym-stat-grid span {
    color: #667085 !important;
}
.acv-gym-workout-card {
    padding: 22px;
}
.acv-gym-workout-card h2 {
    margin: 0 0 10px !important;
    font-size: 22px !important;
    line-height: 1.25 !important;
    font-weight: 850;
    overflow-wrap: anywhere;
}
.acv-gym-workout-card header p,
.acv-gym-day-focus > p,
.acv-gym-mini-list p,
.acv-gym-measure-strip p {
    color: #344054 !important;
    font-size: 14px;
    line-height: 1.6;
}
.acv-gym-note,
.acv-gym-tip-box {
    background: #ecfdf3 !important;
    border: 1px solid #bbf7d0 !important;
    color: #31553f !important;
}
.acv-gym-note,
.acv-gym-note *,
.acv-gym-tip-box,
.acv-gym-tip-box h3,
.acv-gym-tip-box strong,
.acv-gym-tip-box p {
    color: #31553f !important;
    letter-spacing: 0 !important;
}
.acv-gym-note {
    border-radius: 8px;
    padding: 15px 16px;
    font-size: 14px;
    line-height: 1.65;
}
.acv-gym-day-focus h3,
.acv-gym-side-panel h3,
.acv-gym-measure-strip h2 {
    font-weight: 850;
}
.acv-gym-side-panel > div {
    padding: 16px;
}
.acv-gym-tip-box strong {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
}
.acv-gym-exercise-item {
    grid-template-columns: minmax(160px, 1fr) auto auto;
}
.acv-gym-exercise-item strong,
.acv-gym-exercise-item span,
.acv-gym-exercise-item small {
    font-size: 13px;
}
@media (max-width: 768px) {
    .acv-gym-portal {
        grid-template-columns: 1fr;
        width: min(100%, calc(100vw - 18px));
        margin: 12px auto;
        gap: 14px;
    }
    .acv-gym-sidebar {
        position: static;
    }
    .acv-gym-profile {
        padding: 14px;
    }
    .acv-gym-profile img {
        width: 84px;
        height: 84px;
    }
    .acv-gym-profile h2 {
        font-size: 18px !important;
    }
    .acv-gym-side-nav {
        grid-template-columns: 1fr 1fr;
    }
    .acv-gym-side-nav a {
        min-height: 42px;
        padding: 0 12px;
        font-size: 12px;
    }
    .acv-gym-side-nav button {
        min-height: 42px;
        padding: 0 12px;
        font-size: 12px;
    }
    .acv-gym-hero-card {
        grid-template-columns: minmax(0, 1fr) 64px;
        align-items: center;
        padding: 16px;
        gap: 12px;
    }
    .acv-gym-hero-card h1 {
        font-size: 20px !important;
    }
    .acv-gym-hero-card p {
        font-size: 13px;
        line-height: 1.55;
    }
    .acv-gym-kicker {
        font-size: 11px;
    }
    .acv-gym-day-badge {
        width: 58px;
        min-width: 58px;
        min-height: 58px;
        border-radius: 12px;
    }
    .acv-gym-day-badge span {
        font-size: 9px;
        letter-spacing: .12em !important;
    }
    .acv-gym-day-badge strong {
        font-size: 28px;
    }
    .acv-gym-stat-grid,
    .acv-gym-workout-layout {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .acv-gym-stat-grid article {
        min-height: 74px;
        padding: 14px;
    }
    .acv-gym-stat-grid strong {
        font-size: 20px;
    }
    .acv-gym-workout-card {
        padding: 16px;
    }
    .acv-gym-workout-card h2 {
        font-size: 22px !important;
    }
    .acv-gym-exercise-item {
        grid-template-columns: 1fr;
        gap: 4px;
    }
    .acv-gym-content-grid,
    .acv-gym-video-grid {
        grid-template-columns: 1fr;
    }
}

/* Final interaction polish. */
.acv-gym-app .acv-gym-sidebar {
    border-radius: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
    border-right: 1px solid #e8edf3 !important;
}
.acv-gym-app .acv-gym-side-nav {
    border-top: 1px solid #e8edf3;
}
.acv-gym-app .acv-gym-side-nav button,
.acv-gym-app .acv-gym-side-nav a {
    border-radius: 0 !important;
    border-left: 3px solid transparent !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    background: #ffffff !important;
    color: #344054 !important;
    box-shadow: none !important;
    outline: 0 !important;
}
.acv-gym-app .acv-gym-side-nav button:hover,
.acv-gym-app .acv-gym-side-nav button.is-active,
.acv-gym-app .acv-gym-side-nav a:hover {
    border-left-color: #ff0099 !important;
    background: #f8fafc !important;
    color: #ff0099 !important;
}
.acv-gym-app .acv-gym-video-open {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    border: 0 !important;
    border-radius: 8px !important;
    background: #ff0099 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-indent: 0 !important;
    opacity: 1 !important;
}
.acv-gym-app .acv-gym-video-open:hover {
    background: #d60080 !important;
    color: #ffffff !important;
}
.acv-gym-app .acv-gym-open-tab,
.acv-gym-app button.acv-gym-open-tab {
    display: inline-flex !important;
    width: auto !important;
    min-width: 160px;
    min-height: 40px;
    border: 0 !important;
    border-radius: 8px !important;
    background: #ff0099 !important;
    color: #ffffff !important;
    padding: 10px 16px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 850 !important;
    text-indent: 0 !important;
    opacity: 1 !important;
    box-shadow: none !important;
}
.acv-gym-app .acv-gym-open-tab:hover {
    background: #d60080 !important;
    color: #ffffff !important;
}
.acv-gym-video-close {
    color: #111111 !important;
    background: #ffffff !important;
    border: 1px solid #d0d5dd !important;
    border-radius: 8px !important;
    padding: 6px 10px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    text-indent: 0 !important;
    opacity: 1 !important;
}
.acv-gym-video-modal-card {
    width: min(920px, 96vw);
}
.acv-gym-video-modal.is-portrait .acv-gym-video-modal-card {
    width: min(430px, 96vw);
}
.acv-gym-video-modal.is-portrait .acv-gym-video-frame {
    display: grid;
    place-items: center;
}
.acv-gym-video-modal.is-portrait .acv-gym-video-frame iframe,
.acv-gym-video-modal.is-portrait .acv-gym-video-frame video {
    width: min(100%, 390px);
    max-height: 78vh;
    aspect-ratio: 9 / 16;
    object-fit: contain;
}
@media (max-width: 768px) {
    .acv-gym-app .acv-gym-sidebar {
        border-right: 0 !important;
        border-bottom: 1px solid #e8edf3 !important;
    }
    .acv-gym-app .acv-gym-side-nav button,
    .acv-gym-app .acv-gym-side-nav a {
        border-left: 0 !important;
        border-bottom: 1px solid #eef2f7 !important;
    }
    .acv-gym-app .acv-gym-side-nav button.is-active {
        background: #fff5fb !important;
        color: #ff0099 !important;
    }
}

/* Sidebar legibility fix. */
.acv-gym-app .acv-gym-portal {
    grid-template-columns: 270px minmax(0, 1fr);
}
.acv-gym-app .acv-gym-side-nav button,
.acv-gym-app .acv-gym-side-nav a {
    min-height: 44px !important;
    padding: 0 14px !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    overflow: visible !important;
}
@media (max-width: 768px) {
    .acv-gym-app .acv-gym-portal {
        grid-template-columns: 1fr;
    }
    .acv-gym-app .acv-gym-side-nav button,
    .acv-gym-app .acv-gym-side-nav a {
        min-height: 40px !important;
        font-size: 12px !important;
    }
    .acv-gym-app .acv-gym-open-tab,
    .acv-gym-app button.acv-gym-open-tab {
        width: 100% !important;
    }
}

/* Global professional form controls. */
.acv-gym-app input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.acv-gym-app select,
.acv-gym-app textarea {
    width: 100% !important;
    min-height: 44px;
    border: 1px solid #d0d5dd !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    color: #101828 !important;
    padding: 10px 12px !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .04) !important;
    outline: 0 !important;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.acv-gym-app textarea {
    min-height: 104px;
    resize: vertical;
}
.acv-gym-app select {
    appearance: auto;
}
.acv-gym-app input::placeholder,
.acv-gym-app textarea::placeholder {
    color: #98a2b3 !important;
    opacity: 1;
}
.acv-gym-app input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
.acv-gym-app select:focus,
.acv-gym-app textarea:focus {
    border-color: #ff0099 !important;
    box-shadow: 0 0 0 4px rgba(255, 0, 153, .12) !important;
}
.acv-gym-app label {
    color: #344054 !important;
}
.acv-gym-measure-form,
.acv-gym-feedback-form {
    align-items: end;
    background: #f8fafc !important;
    border-color: #e4e7ec !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
}
.acv-gym-measure-form label,
.acv-gym-feedback-form label {
    gap: 7px;
    color: #344054 !important;
    font-size: 12px !important;
    letter-spacing: .01em;
}
.acv-gym-form-wide {
    align-self: stretch;
}
.acv-gym-app .acv-gym-button,
.acv-gym-app button.acv-gym-button,
.acv-gym-app .acv-gym-small-button,
.acv-gym-app .acv-gym-photo-form label {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 0 !important;
    border-radius: 10px !important;
    background: #ff0099 !important;
    color: #ffffff !important;
    padding: 11px 18px !important;
    font-size: 14px !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    text-indent: 0 !important;
    white-space: nowrap;
    box-shadow: 0 10px 18px rgba(255, 0, 153, .20) !important;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.acv-gym-app .acv-gym-button:hover,
.acv-gym-app button.acv-gym-button:hover,
.acv-gym-app .acv-gym-small-button:hover,
.acv-gym-app .acv-gym-photo-form label:hover {
    background: #d60080 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(214, 0, 128, .24) !important;
}
.acv-gym-measure-form > .acv-gym-button,
.acv-gym-feedback-form > .acv-gym-button {
    align-self: end;
    min-width: 190px;
}
.acv-gym-measure-strip {
    overflow: hidden;
}
@media (max-width: 768px) {
    .acv-gym-measure-form,
    .acv-gym-feedback-form {
        grid-template-columns: 1fr !important;
    }
    .acv-gym-app .acv-gym-button,
    .acv-gym-app button.acv-gym-button,
    .acv-gym-measure-form > .acv-gym-button,
    .acv-gym-feedback-form > .acv-gym-button {
        width: 100% !important;
        min-width: 0;
    }
}
