:root {
    --pace-red: #d71920;
    --pace-red-dark: #9c1118;
    --pace-teal: #128a8a;
    --pace-dark-teal: #0a6968;
    --pace-cream: #f6ead5;
    --pace-ink: #1a1a1a;
    --pace-muted: #5b6770;
}

* { box-sizing: border-box; }
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
}

body.pace-bootcamp-body {
    background-color: #f4ead2;
    min-height: 100vh;
    font-family: 'Poppins', 'Segoe UI', Arial, Helvetica, sans-serif;
    color: var(--pace-ink);
    -webkit-font-smoothing: antialiased;
    overscroll-behavior-x: none;
    touch-action: pan-y;
}

body.pace-bootcamp-body::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-color: #f4ead2;
    background-image: var(--pace-bg-url);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

@media (min-width: 1024px) {
    body.pace-bootcamp-body::before {
        background-image: var(--pace-bg-url-desktop, var(--pace-bg-url));
        background-size: cover;
        background-position: center center;
    }
}

main.pace-bootcamp-page {
    width: 100%;
    max-width: 576px;
    min-height: 100vh;
    margin: 0 auto;
    padding: 26px 22px 36px;
    position: relative;
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow-x: hidden;
    overflow-x: clip;
}

.pace-bootcamp-page .pace-content {
    padding: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
}

.pace-bootcamp-page .pace-header-stacked {
    text-align: center;
    margin: 4px 0 18px;
}

.pace-bootcamp-page .pace-header-stacked .pace-corporate {
    display: block;
    margin: -10px auto -8px;
    width: 92%;
    max-width: 460px;
    height: auto;
}

.pace-bootcamp-page .pace-header-stacked .pace-masthead {
    display: block;
    margin: -8px auto 0;
    width: 100%;
    max-width: 520px;
    height: auto;
}

.pace-bootcamp-page .pace-header-stacked.pace-header--small {
    margin-bottom: 8px;
}

.pace-bootcamp-page .pace-header-stacked.pace-header--small .pace-corporate {
    width: 80%;
    max-width: 380px;
    margin-bottom: -16px;
}

.pace-bootcamp-page .pace-header-stacked.pace-header--small .pace-masthead {
    width: 64%;
    max-width: 320px;
}

.pace-bootcamp-page .pace-header-split {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: -4px -10px 6px;
}

.pace-bootcamp-page .pace-header-split .pace-corporate {
    width: 50%;
    max-width: 240px;
    height: auto;
    flex: 0 0 auto;
}

.pace-bootcamp-page .pace-header-split .pace-masthead {
    width: 50%;
    max-width: 240px;
    height: auto;
    flex: 0 0 auto;
}

.pace-bootcamp-page .pace-prompt {
    text-align: center;
    margin-top: 28px;
}

.pace-bootcamp-page .pace-prompt-label {
    font-size: 1rem;
    font-weight: 700;
    color: var(--pace-ink);
    margin: 0 0 10px;
}

.pace-bootcamp-page .pace-prompt-label .pace-helper {
    font-weight: 500;
    color: var(--pace-ink);
}

.pace-bootcamp-page .pace-helper-text {
    font-size: 0.86rem;
    color: var(--pace-muted);
    margin: 4px 0 12px;
    text-align: center;
}

.pace-bootcamp-page .pace-input,
.pace-bootcamp-page .pace-select {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 46px;
    border: 0;
    border-radius: 14px;
    background: #ffffff;
    color: var(--pace-ink);
    font-weight: 500;
    font-size: 16px;
    padding: 10px 16px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
    line-height: 1.2;
}

.pace-bootcamp-page .pace-input::placeholder,
.pace-bootcamp-page .pace-select::placeholder {
    color: #9aa3aa;
    font-weight: 500;
}

.pace-bootcamp-page .pace-input:focus,
.pace-bootcamp-page .pace-select:focus {
    outline: none;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.pace-bootcamp-page .pace-input--center {
    text-align: center;
}

.pace-bootcamp-page .pace-input-group {
    display: flex;
    align-items: stretch;
    width: 100%;
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
    height: 48px;
}

.pace-bootcamp-page .pace-input-group .pace-input {
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    flex: 1 1 auto;
    height: 100%;
}

.pace-bootcamp-page .pace-email-wrap {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.pace-bootcamp-page .pace-email-wrap .pace-input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 16px;
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--pace-ink);
    line-height: 1.2;
}

.pace-bootcamp-page .pace-email-suffix {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    color: #9aa3aa;
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 1.2;
    pointer-events: none;
    white-space: pre;
    display: none;
    max-width: calc(100% - 16px);
    overflow: hidden;
    text-overflow: clip;
}

.pace-bootcamp-page .pace-email-wrap.is-typing .pace-email-suffix {
    display: block;
}

.pace-bootcamp-page .pace-email-mirror {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
    white-space: pre;
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
}

.pace-bootcamp-page .pace-input-group .pace-input:focus {
    box-shadow: none;
    outline: none;
}

.pace-bootcamp-page .pace-select-tip {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    height: 100%;
    flex: 0 0 auto;
    width: 56px;
    min-width: 56px;
    padding: 0;
    color: transparent;
    text-shadow: none;
    font-size: 0;
    font-weight: 500;
    cursor: pointer;
    background-color: var(--pace-dark-teal);
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8' d='M9 5l7 7-7 7'/%3E%3C/svg%3E");
    background-position: center;
    background-size: 22px 22px;
}

.pace-bootcamp-page .pace-select-tip option {
    color: var(--pace-ink);
    font-size: 0.95rem;
    background: #ffffff;
}

.pace-bootcamp-page .pace-select-arrow {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding-right: 70px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8' d='M9 5l7 7-7 7'/%3E%3C/svg%3E"),
        linear-gradient(to right, transparent 0, transparent calc(100% - 56px), var(--pace-dark-teal) calc(100% - 56px), var(--pace-dark-teal) 100%);
    background-position:
        calc(100% - 17px) 50%,
        0 0;
    background-size:
        22px 22px,
        100% 100%;
}

.pace-bootcamp-page .pace-btn {
    display: inline-block;
    border: 4px solid #8a0e0a;
    border-radius: 999px;
    background:
        linear-gradient(180deg,
            rgba(255, 255, 255, 0.30) 0%,
            rgba(255, 255, 255, 0.10) 22%,
            rgba(255, 255, 255, 0) 50%),
        linear-gradient(180deg,
            #e41f17 0%,
            #cc1410 55%,
            #a8100c 100%);
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Poppins', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-weight: 800;
    letter-spacing: 0.34em;
    font-size: 0.98rem;
    line-height: 1;
    padding: 14px 32px 13px;
    min-width: 260px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0 1px 0 rgba(80, 0, 0, 0.35);
    box-shadow:
        inset 0 2px 0 rgba(255, 255, 255, 0.28),
        inset 0 -10px 18px -8px rgba(80, 0, 0, 0.55),
        0 6px 10px rgba(0, 0, 0, 0.25);
    transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease, opacity 0.12s ease;
}

.pace-bootcamp-page .pace-btn:hover {
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow:
        inset 0 2px 0 rgba(255, 255, 255, 0.32),
        inset 0 -10px 18px -8px rgba(80, 0, 0, 0.55),
        0 8px 12px rgba(0, 0, 0, 0.28);
}

.pace-bootcamp-page .pace-btn:active {
    transform: translateY(2px);
    filter: brightness(0.96);
    box-shadow:
        inset 0 2px 0 rgba(255, 255, 255, 0.18),
        inset 0 -10px 18px -8px rgba(80, 0, 0, 0.55),
        0 3px 6px rgba(0, 0, 0, 0.25);
}

.pace-bootcamp-page .pace-btn:disabled,
.pace-bootcamp-page .pace-btn.disabled {
    opacity: 0.55;
    pointer-events: none;
    filter: grayscale(0.3);
}

.pace-bootcamp-page .pace-btn--lg {
    font-size: 1.02rem;
    padding: 15px 38px 14px;
    width: min(280px, 100%);
    min-width: 0;
    letter-spacing: 0.36em;
}

.pace-bootcamp-page .pace-btn--sm {
    font-size: 0.84rem;
    padding: 10px 22px 9px;
    min-width: 150px;
    letter-spacing: 0.26em;
    border-width: 3px;
}

.pace-bootcamp-page .pace-alert {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 12px;
    padding: 8px 12px;
    color: var(--pace-red-dark);
    font-weight: 600;
    margin: 0 0 12px;
    font-size: 0.86rem;
    text-align: center;
}

.pace-bootcamp-page .pace-tc-row {
    color: var(--pace-ink);
    font-size: 0.88rem;
    line-height: 1.45;
    margin: 0 0 8px;
}

.pace-bootcamp-page .pace-tc-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    color: var(--pace-ink);
}

.pace-bootcamp-page .pace-tc-list li {
    position: relative;
    padding: 4px 0 4px 16px;
    font-size: 0.84rem;
    line-height: 1.45;
}

.pace-bootcamp-page .pace-tc-list li::before {
    content: '\2022';
    position: absolute;
    left: 2px;
    top: 4px;
    color: var(--pace-ink);
    font-size: 0.95rem;
    line-height: 1.2;
}

.pace-bootcamp-page .pace-tc-sublist {
    list-style: none;
    padding: 2px 0 4px 14px;
    margin: 0 0 4px;
}

.pace-bootcamp-page .pace-tc-sublist li {
    position: relative;
    padding: 2px 0 2px 14px;
    font-size: 0.84rem;
    line-height: 1.4;
}

.pace-bootcamp-page .pace-tc-sublist li::before {
    content: '\2022';
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--pace-ink);
}

.pace-bootcamp-page .pace-agree-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
}

.pace-bootcamp-page .pace-agree {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--pace-ink);
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    margin: 0;
}

.pace-bootcamp-page .pace-agree input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
}

.pace-bootcamp-page .pace-agree .pace-agree-knob {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 22px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: inset 0 0 0 2px var(--pace-red), 0 2px 4px rgba(0, 0, 0, 0.12);
    transition: background 0.18s ease;
}

.pace-bootcamp-page .pace-agree .pace-agree-knob::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--pace-red);
    transition: left 0.18s ease, background 0.18s ease;
}

.pace-bootcamp-page .pace-agree input[type="checkbox"]:checked + .pace-agree-knob {
    background: var(--pace-red);
}

.pace-bootcamp-page .pace-agree input[type="checkbox"]:checked + .pace-agree-knob::after {
    left: 24px;
    background: #ffffff;
}

.pace-bootcamp-page .pace-identity-stack {
    text-align: center;
    margin: 4px 0 14px;
    color: var(--pace-ink);
    line-height: 1.25;
}

.pace-bootcamp-page .pace-identity-stack > div {
    margin: 6px 0 10px;
}

.pace-bootcamp-page .pace-id-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--pace-ink);
    margin-bottom: 2px;
}

.pace-bootcamp-page .pace-id-value {
    display: block;
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--pace-ink);
    letter-spacing: 0.02em;
}

.pace-bootcamp-page .pace-divider-thin {
    border: 0;
    border-top: 1px solid var(--pace-dark-teal);
    opacity: 0.55;
    margin: 14px 6px 14px;
}

.pace-bootcamp-page .pace-question {
    text-align: center;
    color: var(--pace-ink);
    font-weight: 700;
    font-size: 0.98rem;
    margin: 0 0 14px;
}

.pace-bootcamp-page .pace-yn-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin: 0 0 22px;
}

.pace-bootcamp-page .pace-yn {
    appearance: none;
    background: #ffffff;
    border: 1.5px solid var(--pace-dark-teal);
    border-radius: 10px;
    color: var(--pace-dark-teal);
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.10em;
    padding: 0 0 0 14px;
    width: 110px;
    height: 34px;
    display: inline-flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.10);
    transition: filter 0.12s ease, box-shadow 0.12s ease;
}

.pace-bootcamp-page .pace-yn > span:first-child {
    align-self: center;
}

.pace-bootcamp-page .pace-yn:hover {
    filter: brightness(0.98);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.14);
}

.pace-bootcamp-page .pace-yn-tip {
    width: 36px;
    height: 100%;
    background: var(--pace-dark-teal);
    border-radius: 0 8px 8px 0;
    position: relative;
    flex: 0 0 36px;
    display: inline-block;
    align-self: stretch;
}

.pace-bootcamp-page .pace-yn-tip::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    transform: translate(-42%, -50%);
    border-style: solid;
    border-width: 7px 0 7px 11px;
    border-color: transparent transparent transparent #ffffff;
}

.pace-bootcamp-page .pace-yn.active {
    border-color: var(--pace-red);
    color: var(--pace-red);
    box-shadow: 0 0 0 1px var(--pace-red), 0 3px 7px rgba(0, 0, 0, 0.14);
}

.pace-bootcamp-page .pace-yn.active .pace-yn-tip {
    background: var(--pace-red);
}

.pace-bootcamp-page .pace-field {
    color: var(--pace-ink);
    font-weight: 600;
    font-size: 0.92rem;
    margin: 4px 0 6px;
}

.pace-bootcamp-page .pace-field .pace-field-aside {
    font-weight: 400;
    font-size: 0.78rem;
    color: var(--pace-ink);
    opacity: 0.85;
    margin-left: 4px;
}

.pace-bootcamp-page .pace-field-link {
    background: none;
    border: 0;
    padding: 0;
    margin-left: 6px;
    color: var(--pace-red);
    font-weight: 600;
    text-decoration: underline;
    font-size: 0.82rem;
    cursor: pointer;
}

.pace-bootcamp-page .pace-form-row {
    margin-bottom: 14px;
}

.pace-bootcamp-page .pace-size-grid {
    display: grid;
    grid-template-columns: repeat(6, auto);
    justify-content: space-between;
    column-gap: 5px;
    row-gap: 10px;
    margin: 6px 0 10px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.pace-bootcamp-page .pace-size-cell {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    cursor: pointer;
    color: var(--pace-ink);
    font-weight: 700;
    font-size: 0.86rem;
    user-select: none;
    white-space: nowrap;
    min-width: 0;
}

.pace-bootcamp-page .pace-size-cell input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1.5px solid var(--pace-dark-teal);
    background: #ffffff;
    margin: 0;
    flex: 0 0 auto;
    position: relative;
    cursor: pointer;
}

.pace-bootcamp-page .pace-size-cell input[type="radio"]:checked {
    border-color: var(--pace-red);
}

.pace-bootcamp-page .pace-size-cell input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--pace-red);
    transform: translate(-50%, -50%);
}

.pace-bootcamp-page .pace-medical-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 4px 0 18px;
}

.pace-bootcamp-page .pace-medical-yes {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    color: var(--pace-ink);
    font-weight: 700;
    font-size: 0.85rem;
    user-select: none;
    cursor: pointer;
    flex: 0 0 auto;
}

.pace-bootcamp-page .pace-medical-yes input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1.5px solid var(--pace-dark-teal);
    background: #ffffff;
    margin: 0;
    position: relative;
    cursor: pointer;
}

.pace-bootcamp-page .pace-medical-yes input[type="checkbox"]:checked {
    border-color: var(--pace-red);
}

.pace-bootcamp-page .pace-medical-yes input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--pace-red);
    transform: translate(-50%, -50%);
}

.pace-bootcamp-page .pace-medical-text {
    flex: 1 1 auto;
}

.pace-bootcamp-page .pace-submit-row {
    text-align: center;
    margin: 18px 0 8px;
}

.pace-bootcamp-page .pace-registration-notice {
    margin: 36px auto 0;
    max-width: 360px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.92rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
    padding: 0 6px 6px;
    background: transparent;
    border: 0;
}

.pace-bootcamp-page .pace-thanks-headline {
    text-align: center;
    color: var(--pace-ink);
    font-family: 'Poppins', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: clamp(1.7rem, 6.4vw, 2.2rem);
    line-height: 1.18;
    margin: 18px 0 8px;
}

.pace-bootcamp-page .pace-thanks-sub {
    text-align: center;
    color: var(--pace-ink);
    font-size: 0.92rem;
    margin: 0 0 22px;
    line-height: 1.4;
}

.pace-bootcamp-page .pace-event-stack {
    text-align: center;
    color: var(--pace-ink);
    margin: 12px 0 20px;
}

.pace-bootcamp-page .pace-event-stack > div {
    margin: 10px 0;
}

.pace-bootcamp-page .pace-event-label {
    display: block;
    font-weight: 700;
    font-size: 0.92rem;
    color: var(--pace-ink);
    margin-bottom: 2px;
    letter-spacing: 0.04em;
}

.pace-bootcamp-page .pace-event-value {
    display: block;
    font-size: 1rem;
    color: var(--pace-ink);
    font-weight: 500;
}

.pace-bootcamp-page .qr-card {
    background: #ffffff;
    color: #000000;
    padding: 20px;
    border-radius: 14px;
    display: inline-block;
    color-scheme: only light;
    forced-color-adjust: none;
    isolation: isolate;
    mix-blend-mode: normal;
}

.pace-bootcamp-page .qr-card * {
    forced-color-adjust: none;
    mix-blend-mode: normal;
}

body.pace-bootcamp-body.modal-open {
    padding-right: 0 !important;
}

body.pace-bootcamp-body #paceAlertModal {
    --bs-modal-width: min(390px, calc(100vw - 36px));
}

body.pace-bootcamp-body #paceAlertModal .modal-dialog {
    width: var(--bs-modal-width);
    max-width: var(--bs-modal-width);
    margin-left: auto;
    margin-right: auto;
}

body.pace-bootcamp-body #paceAlertModal .modal-content {
    border-radius: 18px !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

body.pace-bootcamp-body #paceAlertModal .modal-header {
    align-items: flex-start;
    padding: 18px 18px 8px;
}

body.pace-bootcamp-body #paceAlertModal .modal-title {
    font-size: 1.15rem;
    line-height: 1.25;
    font-weight: 700;
    padding-right: 16px;
}

body.pace-bootcamp-body #paceAlertModal .btn-close {
    flex: 0 0 auto;
    margin: -4px -4px 0 auto;
    padding: 8px;
    transform: scale(0.82);
    opacity: 0.72;
}

body.pace-bootcamp-body #paceAlertModal .modal-body {
    padding: 0 18px 20px;
    font-size: 1rem;
    line-height: 1.5;
}

.pace-size-chart-modal .modal-content {
    position: relative;
    border: 0;
    border-radius: 22px;
    overflow: hidden;
    background: #ffffff;
}

.pace-size-chart-modal .pace-size-chart-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 0;
    background: #f1f3f5;
    color: #5b6770;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    z-index: 5;
    transition: background 0.15s ease, color 0.15s ease, transform 0.12s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.pace-size-chart-modal .pace-size-chart-close:hover {
    background: #e6e9ed;
    color: #2b3138;
    transform: scale(1.05);
}

.pace-size-chart-modal .pace-size-chart-close:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 110, 110, 0.35);
}

.pace-size-chart-modal .pace-size-chart-close svg {
    display: block;
}

.pace-size-chart-modal .pace-size-chart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 56px 4px 18px;
}

.pace-size-chart-modal .pace-size-chart-header img {
    max-height: 56px;
    max-width: 44%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.pace-size-chart-modal .pace-size-chart-title {
    text-align: center;
    color: var(--pace-ink);
    font-weight: 700;
    font-size: 1.35rem;
    margin: 6px 0 14px;
    padding: 0 16px;
}

.pace-size-chart-modal .pace-size-chart-card {
    background: var(--pace-teal);
    border-radius: 16px;
    padding: 14px 14px 16px;
    margin: 0 16px;
    color: #ffffff;
}

.pace-size-chart-modal .pace-size-chart-card table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.92rem;
}

.pace-size-chart-modal .pace-size-chart-card thead th {
    color: #ffffff;
    font-weight: 700;
    font-size: 0.86rem;
    letter-spacing: 0.06em;
    padding: 6px 6px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.pace-size-chart-modal .pace-size-chart-card tbody td {
    padding: 8px 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.pace-size-chart-modal .pace-size-chart-card tbody tr:first-child td {
    border-top: 0;
}

.pace-size-chart-modal .pace-size-chart-footnote {
    color: var(--pace-ink);
    font-size: 0.78rem;
    margin: 12px 16px 18px;
    text-align: center;
}

@media (min-width: 576px) {
    main.pace-bootcamp-page {
        padding: 32px 26px 40px;
    }
}

@media (min-width: 1024px) {
    main.pace-bootcamp-page {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 360px) {
    .pace-bootcamp-page .pace-size-grid {
        grid-template-columns: repeat(6, auto);
        column-gap: 3px;
    }
    .pace-bootcamp-page .pace-input-group .pace-select-tip {
        width: 48px;
        min-width: 48px;
    }
    .pace-bootcamp-page .pace-btn--lg {
        font-size: 0.92rem;
        width: min(240px, 100%);
    }
}
