.bsc-page {
    color: var(--sx-ink, #08192d);
}

.bsc-page *,
.bsc-page *:before,
.bsc-page *:after {
    box-sizing: border-box;
}

.bsc-kicker {
    color: var(--sx-accent, #f97316);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
}

.bsc-hero {
    align-items: center;
    background:
        linear-gradient(115deg, rgba(15, 118, 110, 0.11), transparent 42%),
        linear-gradient(245deg, rgba(249, 115, 22, 0.12), transparent 38%),
        #ffffff;
    border: 1px solid rgba(15, 118, 110, 0.16);
    border-radius: 8px;
    box-shadow: var(--sx-shadow, 0 18px 50px rgba(20, 33, 61, 0.08));
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.65fr);
    overflow: hidden;
    padding: 36px;
    position: relative;
}

.bsc-hero:before {
    background:
        linear-gradient(90deg, rgba(15, 118, 110, 0.05) 1px, transparent 1px),
        linear-gradient(180deg, rgba(20, 33, 61, 0.04) 1px, transparent 1px);
    background-size: 32px 32px;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.bsc-hero-copy,
.bsc-hero-panel {
    position: relative;
    z-index: 1;
}

.bsc-hero h1 {
    color: var(--sx-ink, #08192d);
    font-family: var(--sx-font-heading, inherit);
    font-size: 46px;
    font-weight: 800;
    line-height: 1.08;
    margin: 12px 0 14px;
    max-width: 780px;
}

.bsc-hero p {
    color: #475569;
    font-size: 17px;
    line-height: 1.75;
    margin: 0;
    max-width: 730px;
}

.bsc-hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.bsc-primary-link,
.bsc-secondary-link {
    align-items: center;
    border-radius: 6px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    gap: 8px;
    line-height: 1.2;
    min-height: 42px;
    padding: 10px 14px;
    text-decoration: none !important;
}

.bsc-primary-link {
    background: linear-gradient(135deg, #0f766e, #0ea5a4);
    border: 1px solid rgba(15, 118, 110, 0.42);
    box-shadow: 0 10px 22px rgba(15, 118, 110, 0.22);
    color: #ffffff !important;
}

.bsc-primary-link:hover,
.bsc-primary-link:focus {
    background: linear-gradient(135deg, #115e59, #0f766e);
    color: #ffffff !important;
}

.bsc-secondary-link {
    color: var(--sx-primary-dark, #075e58) !important;
    padding-left: 0;
}

.bsc-secondary-link:hover,
.bsc-secondary-link:focus {
    color: var(--sx-accent, #f97316) !important;
}

.bsc-secondary-link .fa {
    font-size: 13px;
    margin-left: 2px;
}

.bsc-hero-panel {
    background: rgba(8, 25, 45, 0.94);
    border: 1px solid rgba(94, 234, 212, 0.22);
    border-radius: 8px;
    color: #ffffff;
    display: grid;
    gap: 12px;
    padding: 18px;
}

.bsc-hero-panel div {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 16px;
}

.bsc-hero-panel span {
    color: #5eead4;
    display: block;
    font-family: var(--sx-font-heading, inherit);
    font-size: 29px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 6px;
}

.bsc-hero-panel strong {
    color: rgba(255, 255, 255, 0.84);
    font-size: 12px;
    text-transform: uppercase;
}

.bsc-tool,
.bsc-quick-answer,
.bsc-printable,
.bsc-chart-section,
.bsc-standard-sizes,
.bsc-lookup-section,
.bsc-guide,
.bsc-measure-guide,
.bsc-content-block,
.bsc-gift-section,
.bsc-faq,
.bsc-related {
    margin-top: 26px;
}

.bsc-tool,
.bsc-quick-answer,
.bsc-chart-section,
.bsc-standard-sizes,
.bsc-lookup-section,
.bsc-measure-guide,
.bsc-content-block,
.bsc-gift-section,
.bsc-faq,
.bsc-related {
    background: var(--sx-surface, #ffffff);
    border: 1px solid var(--sx-line, #dbe6ef);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(20, 33, 61, 0.06);
    padding: 24px;
}

.bsc-printable,
.bsc-guide {
    padding: 0;
}

.bsc-quick-answer {
    background:
        linear-gradient(135deg, rgba(94, 234, 212, 0.12), transparent 44%),
        #08192d;
    border-color: rgba(94, 234, 212, 0.22);
    color: #ffffff;
}

.bsc-quick-answer h2 {
    color: #ffffff;
    font-family: var(--sx-font-heading, inherit);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    margin: 8px 0 10px;
}

.bsc-quick-answer p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
    max-width: 930px;
}

.bsc-quick-answer strong {
    color: #5eead4;
}

.bsc-tool-head,
.bsc-section-head {
    align-items: flex-end;
    display: flex;
    gap: 18px;
    justify-content: space-between;
}

.bsc-section-head {
    align-items: flex-start;
    display: block;
    max-width: 820px;
}

.bsc-tool-head h2,
.bsc-section-head h2,
.bsc-measure-guide h2,
.bsc-content-block h2 {
    color: var(--sx-ink, #08192d);
    font-family: var(--sx-font-heading, inherit);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    margin: 8px 0 0;
}

.bsc-section-head p,
.bsc-measure-guide p {
    color: var(--sx-muted, #475569);
    font-size: 15px;
    line-height: 1.7;
    margin: 10px 0 0;
}

.bsc-print-btn {
    align-items: center;
    background: var(--sx-primary, #0f766e);
    border: 1px solid var(--sx-primary, #0f766e);
    border-radius: 6px;
    color: #ffffff;
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
    min-height: 40px;
    padding: 9px 13px;
}

.bsc-print-btn:hover,
.bsc-print-btn:focus {
    background: var(--sx-primary-dark, #075e58);
    border-color: var(--sx-primary-dark, #075e58);
    color: #ffffff;
}

.bsc-calculator-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
    margin-top: 20px;
}

.bsc-panel,
.bsc-results {
    background: #f8fbfc;
    border: 1px solid rgba(15, 118, 110, 0.12);
    border-radius: 8px;
    min-width: 0;
    padding: 18px;
}

.bsc-input-row label,
.bsc-label {
    color: var(--sx-ink, #08192d);
    display: block;
    font-weight: 800;
    margin-bottom: 8px;
}

.bsc-input-row p {
    color: var(--sx-muted, #475569);
    font-size: 13px;
    line-height: 1.6;
    margin: 8px 0 0;
}

.bsc-measure-control,
.bsc-input-combo {
    align-items: stretch;
    background: #ffffff;
    border: 1px solid var(--sx-line, #dbe6ef);
    border-radius: 8px;
    display: flex;
    min-height: 48px;
    overflow: hidden;
}

.bsc-measure-control input,
.bsc-input-combo input {
    background: transparent;
    border: 0;
    color: var(--sx-ink, #08192d);
    flex: 1;
    font-size: 20px;
    font-weight: 800;
    min-width: 0;
    padding: 10px 12px;
}

.bsc-measure-control input:focus,
.bsc-input-combo input:focus {
    outline: 0;
}

.bsc-input-combo span {
    align-items: center;
    background: #eef8f7;
    border-left: 1px solid var(--sx-line, #dbe6ef);
    color: var(--sx-primary-dark, #075e58);
    display: inline-flex;
    font-weight: 800;
    padding: 0 13px;
}

.bsc-unit-toggle {
    background: #eef8f7;
    border-left: 1px solid var(--sx-line, #dbe6ef);
    display: grid;
    grid-template-columns: repeat(2, 44px);
    padding: 5px;
}

.bsc-unit-toggle button,
.bsc-fit-options button {
    background: transparent;
    border: 0;
    border-radius: 6px;
    color: var(--sx-primary-dark, #075e58);
    font-weight: 800;
    min-height: 36px;
}

.bsc-unit-toggle button.is-active,
.bsc-unit-toggle button:hover,
.bsc-unit-toggle button:focus,
.bsc-fit-options button.is-active,
.bsc-fit-options button:hover,
.bsc-fit-options button:focus {
    background: var(--sx-primary, #0f766e);
    color: #ffffff;
    outline: 0;
}

.bsc-control-group {
    margin-top: 18px;
}

.bsc-choice-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bsc-choice {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--sx-line, #dbe6ef);
    border-radius: 8px;
    color: var(--sx-primary-dark, #075e58);
    display: flex;
    font-weight: 800;
    gap: 10px;
    justify-content: flex-start;
    min-height: 52px;
    padding: 10px 12px;
    text-align: left;
}

.bsc-choice .fa {
    align-items: center;
    background: #eef8f7;
    border-radius: 8px;
    color: var(--sx-primary, #0f766e);
    display: inline-flex;
    flex: 0 0 34px;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.bsc-choice.is-active,
.bsc-choice:hover,
.bsc-choice:focus {
    background: var(--sx-primary, #0f766e);
    border-color: var(--sx-primary, #0f766e);
    color: #ffffff;
    outline: 0;
}

.bsc-choice.is-active .fa,
.bsc-choice:hover .fa,
.bsc-choice:focus .fa {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.bsc-fit-options {
    background: #ffffff;
    border: 1px solid var(--sx-line, #dbe6ef);
    border-radius: 8px;
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(3, 1fr);
    padding: 6px;
}

.bsc-extra-fields {
    margin-top: 18px;
}

.bsc-extra.is-hidden {
    display: none;
}

.bsc-results {
    background:
        linear-gradient(180deg, rgba(15, 118, 110, 0.06), transparent 42%),
        #ffffff;
}

.bsc-result-main {
    background: #08192d;
    border-radius: 8px;
    color: #ffffff;
    padding: 20px;
}

.bsc-result-main span {
    color: #5eead4;
    display: block;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.bsc-result-main strong {
    display: block;
    font-family: var(--sx-font-heading, inherit);
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    margin: 10px 0;
}

.bsc-result-main p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

.bsc-result-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 12px;
}

.bsc-result-grid div {
    background: #f8fbfc;
    border: 1px solid var(--sx-line, #dbe6ef);
    border-radius: 8px;
    padding: 13px;
}

.bsc-result-grid span {
    color: var(--sx-primary-dark, #075e58);
    display: block;
    font-family: var(--sx-font-heading, inherit);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.15;
}

.bsc-result-grid strong {
    color: var(--sx-muted, #475569);
    display: block;
    font-size: 11px;
    margin-top: 4px;
    text-transform: uppercase;
}

.bsc-visual {
    margin-top: 16px;
}

.bsc-wrist-preview {
    align-items: center;
    background:
        linear-gradient(90deg, rgba(15, 118, 110, 0.12) 1px, transparent 1px),
        #f8fbfc;
    background-size: 18px 18px;
    border: 1px dashed rgba(15, 118, 110, 0.25);
    border-radius: 8px;
    display: flex;
    height: 100px;
    justify-content: center;
    overflow: hidden;
    padding: 16px;
}

.bsc-wrist-preview span {
    border: 10px solid rgba(15, 118, 110, 0.82);
    border-radius: 999px;
    display: block;
    height: 62px;
    width: 168px;
}

.bsc-visual small {
    color: var(--sx-muted, #475569);
    display: block;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 8px;
}

.bsc-printable {
    background:
        linear-gradient(135deg, rgba(15, 118, 110, 0.08), transparent 42%),
        #ffffff;
    border: 1px solid rgba(15, 118, 110, 0.16);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(20, 33, 61, 0.05);
    padding: 24px;
}

.bsc-print-card {
    background: #f8fbfc;
    border: 1px solid var(--sx-line, #dbe6ef);
    border-radius: 8px;
    margin-top: 18px;
    overflow: hidden;
    padding: 18px;
}

.bsc-scale-check {
    align-items: center;
    background: #ffffff;
    border: 2px solid var(--sx-primary, #0f766e);
    border-radius: 8px;
    display: flex;
    height: 54mm;
    justify-content: center;
    max-width: 85.6mm;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.bsc-scale-check span,
.bsc-scale-check strong {
    display: block;
}

.bsc-scale-check span {
    color: var(--sx-muted, #475569);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.bsc-scale-check strong {
    color: var(--sx-primary-dark, #075e58);
    font-size: 18px;
    margin-top: 5px;
}

.bsc-wrist-strip {
    background:
        repeating-linear-gradient(90deg, #08192d 0, #08192d 1px, transparent 1px, transparent 12.7mm),
        linear-gradient(180deg, #ffffff, #eef8f7);
    border: 2px solid #08192d;
    border-radius: 8px;
    display: flex;
    height: 42px;
    justify-content: space-between;
    margin-top: 18px;
    max-width: 240mm;
    padding: 10px 12px;
    width: 100%;
}

.bsc-wrist-strip span {
    color: #08192d;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.bsc-print-card p {
    color: var(--sx-muted, #475569);
    font-size: 13px;
    line-height: 1.6;
    margin: 12px 0 0;
}

.bsc-chart-table {
    border: 1px solid var(--sx-line, #dbe6ef);
    border-radius: 8px;
    margin-top: 18px;
    overflow-x: auto;
}

.bsc-chart-table table {
    border-collapse: collapse;
    margin: 0;
    min-width: 720px;
    width: 100%;
}

.bsc-chart-table th,
.bsc-chart-table td {
    border-bottom: 1px solid var(--sx-line, #dbe6ef);
    color: var(--sx-ink, #08192d);
    padding: 13px 14px;
    text-align: left;
}

.bsc-chart-table th {
    background: #eef8f7;
    color: var(--sx-primary-dark, #075e58);
    font-size: 12px;
    text-transform: uppercase;
}

.bsc-chart-table tr:last-child td {
    border-bottom: 0;
}

.bsc-average-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 18px;
}

.bsc-average-card {
    background: #f8fbfc;
    border: 1px solid rgba(15, 118, 110, 0.14);
    border-radius: 8px;
    min-width: 0;
    padding: 18px;
}

.bsc-average-card:nth-child(1) {
    background: #fff7ed;
    border-color: rgba(249, 115, 22, 0.24);
}

.bsc-average-card:nth-child(2) {
    background: #eff6ff;
    border-color: rgba(29, 78, 216, 0.18);
}

.bsc-average-card:nth-child(3) {
    background: #f0fdfa;
    border-color: rgba(15, 118, 110, 0.2);
}

.bsc-average-card:nth-child(4) {
    background: #fffbeb;
    border-color: rgba(180, 83, 9, 0.2);
}

.bsc-average-card span {
    color: var(--sx-primary-dark, #075e58);
    display: block;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.bsc-average-card strong {
    color: var(--sx-ink, #08192d);
    display: block;
    font-family: var(--sx-font-heading, inherit);
    font-size: 26px;
    font-weight: 800;
    line-height: 1.1;
    margin-top: 8px;
}

.bsc-average-card em {
    color: var(--sx-primary-dark, #075e58);
    display: block;
    font-style: normal;
    font-weight: 800;
    margin-top: 4px;
}

.bsc-average-card p {
    color: var(--sx-muted, #475569);
    font-size: 13px;
    line-height: 1.6;
    margin: 10px 0 0;
}

.bsc-guide {
    background:
        linear-gradient(135deg, rgba(238, 242, 255, 0.92), rgba(240, 253, 250, 0.94)),
        #ffffff;
    border: 1px solid rgba(129, 140, 248, 0.28);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(20, 33, 61, 0.05);
    padding: 24px;
}

.bsc-allowance-table {
    border: 1px solid rgba(15, 118, 110, 0.16);
    border-radius: 8px;
    margin-top: 18px;
    overflow-x: auto;
}

.bsc-allowance-table table {
    border-collapse: collapse;
    margin: 0;
    min-width: 760px;
    width: 100%;
}

.bsc-allowance-table th,
.bsc-allowance-table td {
    border-bottom: 1px solid rgba(15, 118, 110, 0.12);
    color: var(--sx-ink, #08192d);
    padding: 13px 14px;
    text-align: left;
}

.bsc-allowance-table th {
    background: #08192d;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    text-transform: uppercase;
}

.bsc-allowance-table td:nth-child(2) {
    color: var(--sx-primary-dark, #075e58);
    font-weight: 800;
    white-space: nowrap;
}

.bsc-allowance-table tr:last-child td {
    border-bottom: 0;
}

.bsc-fit-card-grid,
.bsc-mistake-grid,
.bsc-related-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 18px;
}

.bsc-fit-card,
.bsc-mistake-grid article {
    background: #ffffff;
    border: 1px solid rgba(15, 118, 110, 0.14);
    border-radius: 8px;
    padding: 18px;
}

.bsc-fit-card h3,
.bsc-mistake-grid h3 {
    color: var(--sx-ink, #08192d);
    font-family: var(--sx-font-heading, inherit);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 8px;
}

.bsc-fit-card span {
    background: #eef8f7;
    border: 1px solid rgba(15, 118, 110, 0.14);
    border-radius: 999px;
    color: var(--sx-primary-dark, #075e58);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    margin: 0 0 10px;
    padding: 5px 9px;
}

.bsc-fit-card p,
.bsc-mistake-grid p,
.bsc-content-block p {
    color: var(--sx-muted, #475569);
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

.bsc-measure-guide {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
}

.bsc-step-list {
    counter-reset: none;
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bsc-step-list li {
    align-items: flex-start;
    border-bottom: 1px solid var(--sx-line, #dbe6ef);
    color: var(--sx-ink, #08192d);
    display: flex;
    font-size: 14px;
    gap: 12px;
    line-height: 1.55;
    padding: 0 0 10px;
}

.bsc-step-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.bsc-step-list span {
    align-items: center;
    background: var(--sx-primary, #0f766e);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 26px;
    font-size: 12px;
    font-weight: 800;
    height: 26px;
    justify-content: center;
    margin-top: 1px;
    width: 26px;
}

.bsc-content-block h2 {
    margin-bottom: 16px;
}

.bsc-gift-section {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
}

.bsc-gift-section h2 {
    color: var(--sx-ink, #08192d);
    font-family: var(--sx-font-heading, inherit);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    margin: 8px 0 12px;
}

.bsc-gift-section p {
    color: var(--sx-muted, #475569);
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 10px;
}

.bsc-gift-list {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bsc-gift-list li {
    align-items: flex-start;
    border-bottom: 1px solid var(--sx-line, #dbe6ef);
    color: var(--sx-ink, #08192d);
    display: flex;
    font-size: 14px;
    gap: 12px;
    line-height: 1.55;
    padding: 0 0 10px;
    position: relative;
}

.bsc-gift-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.bsc-gift-list li:before {
    align-items: center;
    background: var(--sx-primary, #0f766e);
    border-radius: 999px;
    color: #ffffff;
    content: "";
    display: inline-flex;
    flex: 0 0 24px;
    height: 24px;
    justify-content: center;
    margin-top: 1px;
    position: relative;
    width: 24px;
}

.bsc-gift-list li:after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: "";
    height: 10px;
    left: 9px;
    position: absolute;
    top: 5px;
    transform: rotate(40deg);
    width: 5px;
}

.bsc-faq-list {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.bsc-faq-list details {
    background: #f8fbfc;
    border: 1px solid var(--sx-line, #dbe6ef);
    border-radius: 8px;
    padding: 15px 16px;
}

.bsc-faq-list summary {
    color: var(--sx-ink, #08192d);
    cursor: pointer;
    font-family: var(--sx-font-heading, inherit);
    font-size: 16px;
    font-weight: 800;
}

.bsc-faq-list p {
    color: var(--sx-muted, #475569);
    font-size: 14px;
    line-height: 1.65;
    margin: 10px 0 0;
}

.bsc-related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bsc-related-grid a {
    align-items: center;
    background: #f8fbfc;
    border: 1px solid rgba(15, 118, 110, 0.14);
    border-radius: 8px;
    color: var(--sx-primary-dark, #075e58) !important;
    display: flex;
    font-weight: 800;
    justify-content: space-between;
    min-height: 58px;
    padding: 14px 16px;
    text-decoration: none !important;
}

.bsc-related-grid a:hover,
.bsc-related-grid a:focus {
    background: var(--sx-primary, #0f766e);
    color: #ffffff !important;
}

@media (max-width: 991px) {
    .bsc-hero,
    .bsc-calculator-grid,
    .bsc-measure-guide,
    .bsc-gift-section {
        grid-template-columns: 1fr;
    }

    .bsc-hero h1 {
        font-size: 38px;
    }

    .bsc-fit-card-grid,
    .bsc-mistake-grid,
    .bsc-average-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .bsc-page {
        margin-top: 24px;
    }

    .bsc-hero,
    .bsc-tool,
    .bsc-quick-answer,
    .bsc-printable,
    .bsc-chart-section,
    .bsc-standard-sizes,
    .bsc-lookup-section,
    .bsc-guide,
    .bsc-measure-guide,
    .bsc-content-block,
    .bsc-gift-section,
    .bsc-faq,
    .bsc-related {
        padding: 18px;
    }

    .bsc-hero {
        gap: 18px;
    }

    .bsc-hero h1 {
        font-size: 31px;
    }

    .bsc-hero p {
        font-size: 15px;
    }

    .bsc-hero-panel {
        grid-template-columns: 1fr;
    }

    .bsc-tool-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .bsc-tool-head h2,
    .bsc-quick-answer h2,
    .bsc-section-head h2,
    .bsc-measure-guide h2,
    .bsc-content-block h2,
    .bsc-gift-section h2 {
        font-size: 24px;
    }

    .bsc-print-btn {
        justify-content: center;
        width: 100%;
    }

    .bsc-choice-grid,
    .bsc-result-grid,
    .bsc-average-grid,
    .bsc-fit-card-grid,
    .bsc-mistake-grid,
    .bsc-related-grid {
        grid-template-columns: 1fr;
    }

    .bsc-measure-control {
        flex-direction: column;
    }

    .bsc-unit-toggle {
        border-left: 0;
        border-top: 1px solid var(--sx-line, #dbe6ef);
        grid-template-columns: repeat(2, 1fr);
    }

    .bsc-wrist-strip {
        min-width: 760px;
    }

    .bsc-print-card {
        overflow-x: auto;
    }
}

@media print {
    body {
        background: #ffffff !important;
    }

    .sx-navbar,
    .sx-footer,
    .bsc-hero,
    .bsc-tool,
    .bsc-quick-answer,
    .bsc-chart-section,
    .bsc-standard-sizes,
    .bsc-lookup-section,
    .bsc-guide,
    .bsc-measure-guide,
    .bsc-content-block,
    .bsc-gift-section,
    .bsc-faq,
    .bsc-related {
        display: none !important;
    }

    .bsc-page {
        margin: 0 !important;
        max-width: none !important;
        width: 100% !important;
    }

    .bsc-printable {
        border: 0 !important;
        box-shadow: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .bsc-print-card {
        background: #ffffff !important;
        border: 0 !important;
        overflow: visible !important;
    }

    .bsc-wrist-strip {
        max-width: 240mm;
        min-width: 0;
    }
}
