.worksheets-page {
    background: #fffaf6;
    color: #23324a;
}

.worksheets-page a {
    color: inherit;
}

.worksheets-hero {
    background:
        radial-gradient(circle at 18% 20%, rgba(255, 202, 97, 0.24), transparent 30%),
        linear-gradient(135deg, #fff7e8 0%, #f5fbff 56%, #fff0f7 100%);
    padding: 42px 0 52px;
}

.worksheets-hero-shell {
    max-width: 980px;
}

.worksheets-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: #2d7f92;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.worksheets-eyebrow::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #ffb84d;
    box-shadow: 14px 0 0 #5fc3c8;
}

.worksheets-hero h1 {
    max-width: 820px;
    margin: 0;
    color: #18263f;
    font-size: clamp(2rem, 5vw, 3.35rem);
    line-height: 1.06;
    letter-spacing: 0;
}

.worksheets-hero p {
    max-width: 760px;
    margin: 16px 0 0;
    color: #526176;
    font-size: 1.08rem;
    line-height: 1.7;
}

.worksheets-breadcrumbs {
    margin-bottom: 24px;
    color: #657189;
    font-size: 0.92rem;
}

.worksheets-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.worksheets-breadcrumbs li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.worksheets-breadcrumbs li + li::before {
    content: ">";
    color: #9aa6b7;
}

.worksheets-breadcrumbs a {
    color: #286a7a;
    font-weight: 700;
    text-decoration: none;
}

.worksheets-breadcrumbs a:hover {
    text-decoration: underline;
}

.worksheets-section {
    padding: 46px 0;
}

.worksheets-section-alt {
    background: #f4fbfb;
}

.worksheets-section-heading {
    max-width: 760px;
    margin-bottom: 22px;
}

.worksheets-section-heading h2 {
    margin: 0;
    color: #19283f;
    font-size: clamp(1.45rem, 3vw, 2.1rem);
    line-height: 1.2;
    letter-spacing: 0;
}

.worksheets-section-heading p {
    margin: 8px 0 0;
    color: #5d6b80;
    line-height: 1.65;
}

.worksheets-category-list {
    display: grid;
    gap: 14px;
}

.worksheets-category-row {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 18px;
    align-items: center;
    padding: 18px;
    border: 1px solid #e7edf2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(42, 58, 86, 0.07);
}

.worksheets-category-badge {
    display: grid;
    place-items: center;
    min-height: 64px;
    border-radius: 8px;
    background: linear-gradient(135deg, #ffe7a6, #dff7f2);
    color: #24596b;
    font-size: 1rem;
    font-weight: 900;
}

.worksheets-category-copy h3 {
    margin: 0;
    color: #1d2c46;
    font-size: 1.18rem;
    letter-spacing: 0;
}

.worksheets-category-copy h3 a {
    text-decoration: none;
}

.worksheets-category-copy h3 a:hover {
    color: #247f8d;
    text-decoration: underline;
}

.worksheets-category-copy p {
    margin: 6px 0 0;
    color: #5d6b80;
    line-height: 1.55;
}

.worksheets-two-column,
.worksheets-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
    align-items: start;
}

.worksheets-grade-grid,
.worksheets-topic-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.worksheets-grade-link,
.worksheets-topic-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 54px;
    padding: 14px 16px;
    border: 1px solid #dfe8ef;
    border-radius: 8px;
    background: #ffffff;
    color: #23324a;
    font-weight: 800;
    text-decoration: none;
}

.worksheets-grade-link:hover {
    border-color: #74c6cf;
    color: #176c7a;
    box-shadow: 0 12px 24px rgba(42, 58, 86, 0.08);
}

.worksheets-topic-link.is-disabled {
    cursor: default;
    color: #718096;
    background: #f8fafc;
}

.worksheets-note-card,
.worksheets-placeholder-card,
.worksheets-preview-card {
    border: 1px solid #e3ebf0;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(42, 58, 86, 0.08);
}

.worksheets-note-card {
    padding: 22px;
    border-top: 5px solid #ffb84d;
}

.worksheets-note-card h2,
.worksheets-placeholder-card h2 {
    margin: 0;
    color: #1f2e47;
    font-size: 1.24rem;
    letter-spacing: 0;
}

.worksheets-note-card p,
.worksheets-placeholder-card p {
    margin: 10px 0 0;
    color: #607086;
    line-height: 1.6;
}

.worksheets-placeholder-card {
    max-width: 760px;
    padding: 26px;
}

.worksheets-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 18px;
    padding: 0 18px;
    border-radius: 8px;
    background: #2d9a9f;
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
}

.worksheets-button:hover {
    background: #247f8d;
}

.worksheets-topic-card-list {
    display: grid;
    gap: 12px;
}

.worksheets-topic-card {
    display: block;
    padding: 18px;
    border: 1px solid #e1e9ee;
    border-radius: 8px;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
}

.worksheets-topic-card.is-linked:hover {
    border-color: #74c6cf;
    box-shadow: 0 12px 24px rgba(42, 58, 86, 0.08);
}

.worksheets-topic-card h3 {
    margin: 0;
    color: #1d2c46;
    font-size: 1.08rem;
    letter-spacing: 0;
}

.worksheets-topic-card p {
    margin: 6px 0 0;
    color: #5f6f84;
    line-height: 1.55;
}

.worksheets-topic-card span {
    display: inline-flex;
    margin-top: 10px;
    color: #247f8d;
    font-weight: 800;
}

.worksheets-preview-panel {
    position: sticky;
    top: 24px;
}

.worksheets-preview-card {
    padding: 18px;
}

.worksheets-preview-label {
    display: inline-flex;
    margin-bottom: 12px;
    color: #2d7f92;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.worksheets-preview-card img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #dce6ef;
    border-radius: 6px;
    background: #ffffff;
}

.worksheets-preview-card p {
    margin: 12px 0 0;
    color: #607086;
    font-size: 0.95rem;
    line-height: 1.55;
}

@media (max-width: 900px) {
    .worksheets-two-column,
    .worksheets-detail-layout {
        grid-template-columns: 1fr;
    }

    .worksheets-preview-panel {
        position: static;
    }

    .worksheets-grade-grid,
    .worksheets-topic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .worksheets-hero {
        padding: 32px 0 40px;
    }

    .worksheets-section {
        padding: 34px 0;
    }

    .worksheets-category-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .worksheets-category-badge {
        width: 64px;
    }

    .worksheets-grade-grid,
    .worksheets-topic-grid {
        grid-template-columns: 1fr;
    }
}

.worksheets-generator-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.worksheets-generator-card {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 18px;
    align-items: start;
    padding: 18px;
    border: 1px solid #e1e9ee;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(42, 58, 86, 0.07);
}

.worksheets-generator-copy h3 {
    margin: 0;
    color: #1d2c46;
    font-size: 1.12rem;
    letter-spacing: 0;
}

.worksheets-generator-copy p {
    margin: 7px 0 0;
    color: #5d6b80;
    line-height: 1.55;
}

.worksheets-card-actions,
.worksheets-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.worksheets-card-actions {
    margin-top: 14px;
}

.worksheets-button-secondary {
    background: #f2fbfb;
    color: #236b76;
    border: 1px solid #bfe2e5;
}

.worksheets-button-secondary:hover {
    background: #e3f6f7;
}

.worksheets-generator-page {
    background: #f8fbfd;
}

.worksheets-print-container {
    max-width: 980px;
}

.worksheets-actions {
    margin-bottom: 20px;
}

.worksheets-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid #bfe2e5;
    border-radius: 8px;
    background: #ffffff;
    color: #236b76;
    font: inherit;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.worksheets-action:hover {
    border-color: #70c6cb;
    background: #f2fbfb;
}

.worksheets-action-primary {
    border-color: #2d9a9f;
    background: #2d9a9f;
    color: #ffffff;
}

.worksheets-action-primary:hover {
    background: #247f8d;
    color: #ffffff;
}

.worksheets-action-disabled,
.worksheets-action-disabled:hover {
    cursor: not-allowed;
    border-color: #d7e1e8;
    background: #f3f6f8;
    color: #8a97a8;
}

.worksheets-save-group {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.worksheets-save-label {
    color: #5d6b80;
    font-size: 0.88rem;
    font-weight: 800;
}

.worksheet-sheet {
    max-width: 820px;
    min-height: 980px;
    padding: 42px;
    margin: 0 auto;
    border: 1px solid #d8e4ec;
    border-radius: 8px;
    background: #ffffff;
    color: #17243b;
    box-shadow: 0 18px 42px rgba(42, 58, 86, 0.12);
}

.worksheet-sheet-header {
    padding-bottom: 18px;
    border-bottom: 3px solid #f0c86f;
}

.worksheet-sheet-header h2 {
    margin: 0 0 10px;
    color: #18263f;
    font-size: 1.85rem;
    line-height: 1.15;
    letter-spacing: 0;
}

.worksheet-sheet-header p {
    margin: 6px 0;
    color: #34445c;
    line-height: 1.45;
}

.worksheet-problems {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.worksheet-problem {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 10px;
    min-height: 118px;
    padding: 14px;
    border: 1px solid #dfe8ef;
    border-radius: 8px;
    background: #fbfdff;
}

.worksheet-problem-number {
    color: #247f8d;
    font-weight: 900;
}

.worksheet-problem-content p {
    margin: 0 0 8px;
    color: #24334e;
    font-weight: 700;
}

.worksheet-symbols {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
    color: #2d9a9f;
    font-size: 1.5rem;
    line-height: 1;
}

.worksheet-choice-row,
.worksheet-sequence {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.worksheet-choice-row span,
.worksheet-sequence span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    min-height: 38px;
    border: 1px solid #cfdde6;
    border-radius: 8px;
    background: #ffffff;
    font-weight: 900;
}

.worksheet-writing-line {
    color: #1f2e47;
    font-size: 1.4rem;
    font-weight: 800;
}

.worksheet-compare {
    display: flex;
    gap: 16px;
    align-items: center;
    font-size: 1.75rem;
    font-weight: 900;
}

.worksheet-answer-box {
    width: 42px;
    height: 36px;
    border-bottom: 3px solid #1f2e47;
}

.worksheet-ten-frame {
    display: grid;
    grid-template-columns: repeat(5, 28px);
    gap: 4px;
    width: max-content;
    margin-bottom: 8px;
}

.worksheet-ten-frame span {
    width: 28px;
    height: 28px;
    border: 2px solid #31445e;
    background: #ffffff;
}

.worksheet-ten-frame .is-filled::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    margin: 5px auto;
    border-radius: 999px;
    background: #2d9a9f;
}

.worksheet-tally {
    color: #1f2e47;
    font-size: 1.45rem;
    font-weight: 900;
    letter-spacing: 0;
}

.worksheets-bundle-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-bottom: 22px;
    padding: 16px;
    border: 1px solid #dfe8ef;
    border-radius: 8px;
    background: #ffffff;
}

.worksheets-bundle-controls label {
    color: #1f2e47;
    font-weight: 900;
}

.worksheets-bundle-controls input {
    width: 86px;
    min-height: 42px;
    padding: 0 10px;
    border: 1px solid #cfdde6;
    border-radius: 8px;
    color: #1f2e47;
    font: inherit;
    font-weight: 800;
}

.worksheets-bundle-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.worksheets-mini-preview {
    display: grid;
    gap: 10px;
}

.worksheets-mini-preview-frame {
    position: relative;
    overflow: hidden;
    width: 195px;
    height: 236px;
    border: 1px solid #dfe8ef;
    border-radius: 8px;
    background: #ffffff;
    aspect-ratio: 8.5 / 11;
}

.worksheet-sheet.is-mini {
    position: absolute;
    top: 3px;
    left: 50%;
    width: 820px;
    min-height: 980px;
    margin: 0;
    transform: translateX(-50%) scale(0.225);
    transform-origin: top center;
    box-shadow: none;
}

.worksheets-mini-actions {
    display: grid;
    gap: 8px;
}

.worksheets-mini-actions > span {
    color: #24334e;
    font-size: 0.9rem;
    font-weight: 900;
}

.worksheets-mini-actions .worksheets-save-group {
    gap: 4px;
}

.worksheets-mini-actions .worksheets-save-label {
    width: 100%;
}

.worksheets-mini-actions .worksheets-action {
    min-height: 32px;
    padding: 0 8px;
    font-size: 0.78rem;
}

@media (max-width: 1100px) {
    .worksheets-bundle-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .worksheets-generator-grid,
    .worksheet-problems {
        grid-template-columns: 1fr;
    }

    .worksheets-generator-card {
        grid-template-columns: 1fr;
    }

    .worksheet-sheet {
        padding: 24px;
        min-height: auto;
    }

    .worksheets-bundle-grid {
        grid-template-columns: 1fr;
    }

    .worksheet-sheet.is-mini {
        transform: translateX(-50%) scale(0.48);
    }
}

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

    .na-header,
    .na-footer,
    .no-print,
    .worksheets-hero,
    .worksheets-actions,
    .worksheets-breadcrumbs {
        display: none !important;
    }

    .worksheets-page,
    .worksheets-section,
    .worksheets-print-container {
        display: block !important;
        padding: 0 !important;
        margin: 0 !important;
        background: #ffffff !important;
    }

    .worksheet-sheet {
        width: 100% !important;
        max-width: none !important;
        min-height: auto !important;
        padding: 0.35in !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }
}

.worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers {
    min-height: 10.45in;
}

.worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .worksheet-sheet-header {
    display: block;
    padding-bottom: 0;
    border-bottom: 0;
}

.worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .worksheet-problem-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(6, minmax(1.22in, auto));
    gap: 0.1in;
    margin-top: 0.14in;
}

.worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers[data-problem-count="15"] .worksheet-problem-grid {
    grid-template-rows: repeat(5, minmax(1.48in, auto));
}

.worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .worksheet-problem {
    grid-template-columns: 0.24in minmax(0, 1fr);
    gap: 0.06in;
    align-items: start;
    min-height: 1.22in;
    padding: 0.09in;
    break-inside: avoid;
    page-break-inside: avoid;
}

.worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers[data-problem-count="15"] .worksheet-problem {
    min-height: 1.48in;
}

.worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .worksheet-problem-number {
    color: #247f8d;
    font-size: 0.9rem;
    line-height: 1;
}

.worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .worksheet-problem-content {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
}

.worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .worksheet-equation {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 0.08in;
    align-items: center;
    justify-items: center;
    width: 100%;
    min-height: 1.04in;
}

.worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .shape-group {
    display: grid;
    grid-template-columns: repeat(5, 0.22in);
    grid-auto-rows: 0.22in;
    gap: 0.045in;
    justify-content: center;
    align-content: center;
    width: min(100%, 1.45in);
    max-width: none;
    min-height: 0.56in;
    padding: 0.05in;
    background: #f7fcfd;
}

.worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .shape-group[data-count="1"],
.worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .shape-group[data-count="2"],
.worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .shape-group[data-count="3"],
.worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .shape-group[data-count="4"] {
    grid-template-columns: repeat(4, 0.22in);
}

.worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .shape-group[data-count="5"],
.worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .shape-group[data-count="10"] {
    grid-template-columns: repeat(5, 0.22in);
}

.worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .shape-group[data-count="6"],
.worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .shape-group[data-count="7"],
.worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .shape-group[data-count="8"],
.worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .shape-group[data-count="9"] {
    grid-template-columns: repeat(3, 0.22in);
}

.worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .counting-shape {
    width: 0.22in;
    height: 0.22in;
}

.worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .counting-shape.is-apple::after {
    top: -0.04in;
    left: 0.1in;
    width: 0.08in;
    height: 0.05in;
}

.worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .math-symbol {
    font-size: 1.16rem;
}

.worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .answer-line {
    width: 0.62in;
    height: 0.2in;
    border-bottom-width: 0.025in;
}

.worksheets-page .worksheet-number-recognition .worksheet-problem-content {
    flex-direction: column;
    gap: 0.08in;
}

.worksheets-page .worksheet-number-recognition .worksheet-prompt,
.worksheets-page .worksheet-count-and-color .worksheet-prompt {
    margin: 0 !important;
    color: #2c405f !important;
    font-size: 0.88rem !important;
    font-weight: 900 !important;
    text-align: center;
}

.worksheets-page .worksheet-number-choice-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.08in;
    width: 100%;
}

.worksheets-page .worksheet-number-choice-row span {
    display: grid;
    place-items: center;
    min-height: 0.44in;
    border: 2px solid #bfd8e4;
    border-radius: 8px;
    background: #ffffff;
    color: #21344f;
    font-size: 1.15rem;
    font-weight: 900;
}

.worksheets-page .worksheet-number-choice-row span.is-target {
    background: #fff8e7;
}

.worksheets-page .worksheet-number-writing .worksheet-writing-card {
    grid-template-columns: 0.75in 1fr;
    gap: 0.05in 0.12in;
    align-items: center;
    width: 100%;
}

.worksheets-page .worksheet-number-writing .worksheet-writing-card span,
.worksheets-page .worksheet-number-writing .worksheet-writing-card em {
    color: #4f647f;
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 900;
}

.worksheets-page .worksheet-number-writing .worksheet-writing-card strong {
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    min-height: 0.68in;
    border: 2px solid #d9e7ee;
    border-radius: 8px;
    background: #fff8e7;
    color: #24334e;
    font-size: 1.65rem;
    line-height: 1;
}

.worksheets-page .worksheet-number-writing .writing-guide-line {
    display: block;
    width: 100%;
    height: 0.34in;
    border-bottom: 3px solid #24334e;
    background-image: linear-gradient(to bottom, transparent 48%, #d9e7ee 49%, #d9e7ee 51%, transparent 52%);
}

.worksheets-page .worksheet-compare .worksheet-equation {
    grid-template-columns: 0.58in 0.58in 0.58in;
    min-height: 1in;
}

.worksheets-page .worksheet-kindergarten-numbers .worksheet-number-chip {
    min-width: 0.52in;
    min-height: 0.52in;
    font-size: 1.28rem;
}

.worksheets-page .comparison-blank {
    display: inline-block;
    width: 0.5in;
    height: 0.34in;
    border-bottom: 3px solid #24334e;
}

.worksheets-page .worksheet-missing-numbers .worksheet-sequence,
.worksheets-page .worksheet-number-order .worksheet-sequence {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.06in;
    width: 100%;
}

.worksheets-page .worksheet-number-order .worksheet-sequence {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.worksheets-page .worksheet-missing-numbers .worksheet-sequence span,
.worksheets-page .worksheet-number-order .worksheet-sequence span {
    min-width: 0;
    min-height: 0.46in;
    border-radius: 8px;
    font-size: 1.05rem;
}

.worksheets-page .worksheet-missing-numbers .worksheet-sequence span.is-missing,
.worksheets-page .worksheet-number-order .worksheet-sequence span.is-missing {
    border-bottom: 3px solid #24334e;
    background: #ffffff;
}

.worksheets-page .worksheet-ten-frames .worksheet-equation {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.06in;
}

.worksheets-page .worksheet-ten-frames .ten-frame {
    grid-template-columns: repeat(5, 0.2in);
    grid-template-rows: repeat(2, 0.2in);
    gap: 0.025in;
    padding: 0.04in;
    border: 2px solid #31445e;
    border-radius: 8px;
}

.worksheets-page .worksheet-ten-frames .ten-frame-cell {
    border: 1px solid #8ca7b7;
}

.worksheets-page .worksheet-ten-frames .ten-frame-dot {
    width: 0.1in;
    height: 0.1in;
}

.worksheets-page .worksheet-ten-frames .answer-line {
    width: 0.72in;
}

.worksheets-page .worksheet-tally-marks .worksheet-equation {
    grid-template-columns: minmax(0, 1fr) auto auto;
}

.tally-visual {
    display: flex;
    flex-wrap: wrap;
    gap: 0.06in;
    justify-content: center;
    align-items: center;
    min-width: 1.1in;
}

.tally-five-group {
    position: relative;
    display: inline-flex;
    gap: 0.035in;
    min-height: 0.42in;
    align-items: center;
}

.tally-mark {
    display: inline-block;
    width: 0.035in;
    height: 0.36in;
    border-radius: 999px;
    background: #24334e;
}

.tally-mark-diagonal {
    position: absolute;
    left: 0.01in;
    top: 0.18in;
    width: 0.26in;
    height: 0.035in;
    transform: rotate(-32deg);
    transform-origin: center;
}

.worksheets-page .worksheet-count-and-color .worksheet-problem-content {
    flex-direction: column;
    gap: 0.07in;
}

.worksheets-page .worksheet-count-and-color .worksheet-equation {
    grid-template-columns: 1fr;
}

.worksheets-page .worksheet-count-and-color .coloring-shape-group {
    background: #ffffff;
}

.worksheets-page .worksheet-count-and-color .coloring-shape {
    border: 2px solid currentColor;
    background: transparent !important;
    color: #4fb8d9;
}

.worksheets-page .worksheet-count-and-color .coloring-shape.is-square {
    color: #ffb84d;
}

.worksheets-page .worksheet-count-and-color .coloring-shape.is-triangle {
    color: #55b97b;
    background: #ffffff !important;
}

.worksheets-page .worksheet-count-and-color .coloring-shape.is-star {
    color: #f2b84b;
    background: #ffffff !important;
}

.worksheets-page .worksheet-count-and-color .coloring-shape.is-heart {
    color: #f58cae;
    background: #ffffff !important;
}

.worksheets-page .worksheet-count-and-color .coloring-shape.is-apple {
    color: #ef6f65;
}

@media print {
    .worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .worksheet-problem-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        grid-template-rows: repeat(6, 1.21in) !important;
        gap: 0.075in !important;
        margin-top: 0.1in !important;
    }

    .worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers[data-problem-count="15"] .worksheet-problem-grid {
        grid-template-rows: repeat(5, 1.45in) !important;
    }

    .worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .worksheet-problem {
        min-height: 0 !important;
        padding: 0.06in !important;
        border-radius: 0.08in !important;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    .worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .counting-shape {
        width: 0.19in;
        height: 0.19in;
    }

    .worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .shape-group {
        grid-auto-rows: 0.19in;
        gap: 0.035in;
        padding: 0.035in;
    }

    .worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .shape-group[data-count="1"],
    .worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .shape-group[data-count="2"],
    .worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .shape-group[data-count="3"],
    .worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .shape-group[data-count="4"] {
        grid-template-columns: repeat(4, 0.19in);
    }

    .worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .shape-group[data-count="5"],
    .worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .shape-group[data-count="10"] {
        grid-template-columns: repeat(5, 0.19in);
    }

    .worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .shape-group[data-count="6"],
    .worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .shape-group[data-count="7"],
    .worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .shape-group[data-count="8"],
    .worksheets-page .worksheet-print-area.worksheet-kindergarten-numbers .shape-group[data-count="9"] {
        grid-template-columns: repeat(3, 0.19in);
    }
}

.worksheets-export-page {
    min-height: 100vh;
    padding: 24px;
}

.worksheets-export-toolbar {
    max-width: 820px;
    margin: 0 auto 18px;
    padding: 16px;
    border: 1px solid #dfe8ef;
    border-radius: 8px;
    background: #ffffff;
}

.worksheets-export-toolbar h1 {
    margin: 0 0 6px;
    color: #1f2e47;
    font-size: 1.35rem;
    letter-spacing: 0;
}

.worksheets-export-toolbar p {
    margin: 0 0 12px;
    color: #607086;
    line-height: 1.5;
}

.worksheets-export-sheets {
    display: grid;
    gap: 24px;
}

.worksheets-page .worksheet-sheet {
    width: min(100%, 8.5in);
    min-height: 10.8in;
    padding: 0.32in;
    border: 1px solid #d8e4ec;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(135deg, #ffce73, #80d4d7) border-box;
}

.worksheets-page .worksheet-sheet-header {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px 14px;
    align-items: end;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0c86f;
}

.worksheets-page .worksheet-sheet-header h2 {
    grid-column: 1 / -1;
    margin: 0;
    color: #17243b;
    font-size: 1.35rem;
}

.worksheets-page .worksheet-sheet-header p {
    margin: 0;
    color: #34445c;
    font-size: 0.84rem;
    line-height: 1.25;
}

.worksheets-page .worksheet-problem-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-template-rows: repeat(6, minmax(0, 1fr));
    gap: 7px;
    margin-top: 12px;
}

.worksheets-page .worksheet-problem {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 4px;
    min-height: 1.22in;
    padding: 7px;
    border: 1px solid #d8e4ec;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: inset 0 3px 0 rgba(128, 212, 215, 0.16);
}

.worksheets-page .worksheet-problem:nth-child(5n + 2) {
    box-shadow: inset 0 3px 0 rgba(255, 184, 77, 0.18);
}

.worksheets-page .worksheet-problem:nth-child(5n + 3) {
    box-shadow: inset 0 3px 0 rgba(245, 140, 174, 0.16);
}

.worksheets-page .worksheet-problem-number {
    font-size: 0.72rem;
}

.worksheets-page .worksheet-problem-content p {
    margin: 0 0 4px;
    font-size: 0.72rem;
    line-height: 1.15;
}

.worksheets-page .worksheet-symbols {
    gap: 2px 4px;
    margin-bottom: 3px;
    color: #247f8d;
    font-size: 0.96rem;
}

.worksheets-page .worksheet-choice-row,
.worksheets-page .worksheet-sequence {
    gap: 4px;
}

.worksheets-page .worksheet-choice-row span,
.worksheets-page .worksheet-sequence span {
    min-width: 23px;
    min-height: 23px;
    border-radius: 6px;
    font-size: 0.78rem;
}

.worksheets-page .worksheet-writing-line {
    font-size: 0.9rem;
    line-height: 1.4;
}

.worksheets-page .worksheet-compare {
    gap: 7px;
    font-size: 1.05rem;
}

.worksheets-page .worksheet-answer-box {
    width: 24px;
    height: 22px;
    border-bottom-width: 2px;
}

.worksheets-page .worksheet-ten-frame {
    grid-template-columns: repeat(5, 17px);
    gap: 2px;
    margin-bottom: 4px;
}

.worksheets-page .worksheet-ten-frame span {
    width: 17px;
    height: 17px;
    border-width: 1px;
}

.worksheets-page .worksheet-ten-frame .is-filled::after {
    width: 8px;
    height: 8px;
    margin-top: 4px;
}

.worksheets-page .worksheet-tally {
    font-size: 0.94rem;
    line-height: 1.3;
}

.worksheets-action-muted {
    border-style: dashed;
}

.worksheets-page .worksheet-sheet.is-mini {
    width: 8.5in;
    min-height: 10.8in;
    transform: translateX(-50%) scale(0.225);
}

@media (max-width: 1100px) {
    .worksheets-page .worksheet-sheet.is-mini {
        transform: translateX(-50%) scale(0.34);
    }
}

@media (max-width: 760px) {
    .worksheets-page .worksheet-problem-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
    }

    .worksheets-page .worksheet-problem {
        min-height: 104px;
    }

    .worksheets-page .worksheet-sheet.is-mini {
        transform: translateX(-50%) scale(0.48);
    }
}

@media print {
    @page {
        size: letter portrait;
        margin: 0.25in;
    }

    body * {
        visibility: hidden;
    }

    .worksheet-print-area,
    .worksheet-print-area * {
        visibility: visible;
    }

    .worksheet-print-area {
        position: absolute;
        left: 0;
        top: 0;
        width: 100% !important;
    }

    .na-header,
    .na-footer,
    .site-header,
    .site-footer,
    .worksheets-actions,
    .worksheets-breadcrumbs,
    .worksheets-hero,
    .worksheets-export-toolbar,
    .no-print {
        display: none !important;
    }

    .worksheets-page .worksheet-sheet {
        width: 100% !important;
        min-height: auto !important;
        padding: 0 !important;
        border: 0 !important;
        background: #ffffff !important;
        box-shadow: none !important;
    }

    .worksheets-page .worksheet-sheet-header {
        padding-bottom: 0.08in;
    }

    .worksheets-page .worksheet-problem-grid {
        grid-template-columns: repeat(5, 1fr) !important;
        grid-template-rows: repeat(6, 1.18in) !important;
        gap: 0.06in !important;
        margin-top: 0.1in !important;
    }

    .worksheets-page .worksheet-problem {
        min-height: 0 !important;
        padding: 0.05in !important;
        break-inside: avoid;
        page-break-inside: avoid;
        box-shadow: inset 0 0.04in 0 rgba(128, 212, 215, 0.18) !important;
    }
}

.worksheets-page .worksheet-print-area .worksheet-problem-grid {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(6, auto);
    gap: 8px;
}

.worksheets-page .worksheet-print-area .worksheet-problem {
    grid-template-columns: 16px 1fr;
    align-items: stretch;
    min-height: 1.18in;
    padding: 7px;
    border: 1px solid #d9e7ee;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #fafdff 100%);
    box-shadow: inset 0 4px 0 rgba(95, 195, 200, 0.16);
}

.worksheets-page .worksheet-print-area .worksheet-problem-content {
    display: flex;
    min-width: 0;
}

.worksheet-equation {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
}

.shape-group {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 3px;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    max-width: 54px;
    padding: 3px;
    border-radius: 8px;
    background: #f7fcfd;
}

.counting-shape {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
    flex: 0 0 auto;
    background: #55bfc6;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
}

.counting-shape.is-circle {
    border-radius: 999px;
    background: #4fb8d9;
}

.counting-shape.is-square {
    border-radius: 3px;
    background: #ffb84d;
}

.counting-shape.is-triangle {
    background: #55b97b;
    clip-path: polygon(50% 5%, 96% 92%, 4% 92%);
}

.counting-shape.is-star {
    background: #f2b84b;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 92%, 50% 70%, 21% 92%, 32% 57%, 2% 35%, 39% 35%);
}

.counting-shape.is-heart {
    background: #f58cae;
    clip-path: polygon(50% 88%, 12% 48%, 8% 24%, 24% 8%, 50% 24%, 76% 8%, 92% 24%, 88% 48%);
}

.counting-shape.is-apple {
    border-radius: 52% 52% 46% 46%;
    background: #ef6f65;
}

.counting-shape.is-apple::after {
    content: "";
    position: absolute;
    top: -3px;
    left: 7px;
    width: 6px;
    height: 4px;
    border-radius: 999px;
    background: #57a86f;
    transform: rotate(-22deg);
}

.math-symbol {
    color: #24334e;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
}

.blank-symbol {
    min-width: 30px;
    color: #24334e;
    letter-spacing: 0;
}

.answer-line {
    display: inline-block;
    width: 42px;
    height: 15px;
    border-bottom: 2px solid #24334e;
}

.worksheet-prompt {
    width: 100%;
    margin: 0 0 4px !important;
    color: #2c405f !important;
    font-size: 0.7rem !important;
    font-weight: 900 !important;
    text-align: center;
}

.worksheet-number-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    min-height: 28px;
    border: 1px solid #bfd8e4;
    border-radius: 8px;
    background: #fff8e7;
    color: #21344f;
    font-size: 1rem;
    font-weight: 900;
}

.worksheet-writing-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 3px 8px;
    align-content: center;
    width: 100%;
}

.worksheet-writing-card span,
.worksheet-writing-card em {
    color: #4f647f;
    font-size: 0.68rem;
    font-style: normal;
    font-weight: 800;
}

.worksheet-writing-card strong {
    color: #24334e;
    font-size: 1.35rem;
    line-height: 1;
}

.worksheet-writing-card .answer-line {
    width: 100%;
}

.worksheets-page .worksheet-print-area .worksheet-sequence {
    justify-content: center;
    width: 100%;
}

.worksheets-page .worksheet-print-area .worksheet-choice-row span,
.worksheets-page .worksheet-print-area .worksheet-sequence span {
    min-width: 26px;
    min-height: 26px;
    border-color: #c9dde6;
    background: #ffffff;
    font-size: 0.82rem;
}

.ten-frame {
    display: grid;
    grid-template-columns: repeat(5, 14px);
    grid-template-rows: repeat(2, 14px);
    gap: 2px;
    padding: 3px;
    border: 1px solid #9fb8c8;
    border-radius: 6px;
    background: #ffffff;
}

.ten-frame-cell {
    display: grid;
    place-items: center;
    width: auto;
    height: auto;
    border: 1px solid #c6d8e2;
    background: #ffffff;
}

.ten-frame-cell.is-filled::after {
    content: none;
}

.ten-frame-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: transparent;
}

.ten-frame-cell.is-filled .ten-frame-dot {
    background: #2d9a9f;
}

.tally-group {
    display: inline-flex;
    max-width: 74px;
    color: #24334e;
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.05;
    text-align: center;
}

@media print {
    .worksheets-page .worksheet-print-area .worksheet-problem-grid {
        grid-template-columns: repeat(5, 1fr) !important;
        grid-template-rows: repeat(6, auto) !important;
        gap: 0.055in !important;
    }

    .worksheets-page .worksheet-print-area .worksheet-problem {
        min-height: 1.12in !important;
        padding: 0.045in !important;
        border-color: #cbdce6 !important;
        border-radius: 0.08in !important;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    .counting-shape {
        width: 0.12in;
        height: 0.12in;
    }

    .answer-line {
        width: 0.38in;
        height: 0.13in;
    }

    .math-symbol {
        font-size: 0.95rem;
    }
}

.worksheets-page .worksheet-print-area.worksheet-counting {
    min-height: 10.45in;
}

.worksheets-page .worksheet-print-area .worksheet-student-header {
    display: flex;
    justify-content: space-between;
    gap: 0.2in;
    align-items: flex-start;
    margin-bottom: 0.14in;
}

.worksheets-page .worksheet-print-area .worksheet-logo {
    display: block;
    width: 1.5in;
    max-width: 42%;
    height: auto;
    object-fit: contain;
}

.worksheets-page .worksheet-print-area .worksheet-name-date {
    display: grid;
    gap: 0.06in;
    justify-items: end;
    color: #25364f;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.25;
    white-space: nowrap;
}

.worksheets-page .worksheet-print-area .worksheet-title-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.18in;
    align-items: end;
}

.worksheets-page .worksheet-print-area .worksheet-title {
    margin: 0;
    color: #17243b;
    font-size: 1.34rem;
    line-height: 1.15;
}

.worksheets-page .worksheet-print-area .worksheet-instructions {
    margin: 0;
    color: #34445c;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.25;
    text-align: right;
}

.worksheets-page .worksheet-print-area .worksheet-divider {
    width: 100%;
    height: 0.03in;
    margin-top: 0.1in;
    border-radius: 999px;
    background: #f0c86f;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
}

.worksheets-page .worksheet-print-area.worksheet-counting .worksheet-sheet-header {
    display: block;
    padding-bottom: 0;
    border-bottom: 0;
}

.worksheets-page .worksheet-print-area.worksheet-counting .worksheet-problem-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(6, minmax(1.26in, auto));
    gap: 0.1in;
    margin-top: 0.14in;
}

.worksheets-page .worksheet-print-area.worksheet-counting .worksheet-problem {
    grid-template-columns: 0.22in minmax(0, 1fr);
    gap: 0.06in;
    align-items: start;
    min-height: 1.26in;
    padding: 0.09in;
    break-inside: avoid;
    page-break-inside: avoid;
}

.worksheets-page .worksheet-print-area.worksheet-counting .worksheet-problem-number {
    color: #247f8d;
    font-size: 0.9rem;
    line-height: 1;
}

.worksheets-page .worksheet-print-area.worksheet-counting .worksheet-problem-content {
    align-items: center;
    justify-content: center;
}

.worksheets-page .worksheet-print-area.worksheet-counting .worksheet-equation {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 0.08in;
    align-items: center;
    justify-items: center;
    min-height: 1.05in;
}

.worksheets-page .worksheet-print-area.worksheet-counting .shape-group {
    display: grid;
    grid-template-columns: repeat(5, 0.22in);
    grid-auto-rows: 0.22in;
    gap: 0.045in;
    justify-content: center;
    align-content: center;
    width: min(100%, 1.45in);
    max-width: none;
    min-height: 0.56in;
    padding: 0.05in;
    background: #f7fcfd;
}

.worksheets-page .worksheet-print-area.worksheet-counting .shape-group[data-count="1"],
.worksheets-page .worksheet-print-area.worksheet-counting .shape-group[data-count="2"],
.worksheets-page .worksheet-print-area.worksheet-counting .shape-group[data-count="3"],
.worksheets-page .worksheet-print-area.worksheet-counting .shape-group[data-count="4"] {
    grid-template-columns: repeat(4, 0.22in);
}

.worksheets-page .worksheet-print-area.worksheet-counting .shape-group[data-count="5"] {
    grid-template-columns: repeat(5, 0.22in);
}

.worksheets-page .worksheet-print-area.worksheet-counting .shape-group[data-count="6"],
.worksheets-page .worksheet-print-area.worksheet-counting .shape-group[data-count="7"],
.worksheets-page .worksheet-print-area.worksheet-counting .shape-group[data-count="8"],
.worksheets-page .worksheet-print-area.worksheet-counting .shape-group[data-count="9"] {
    grid-template-columns: repeat(3, 0.22in);
}

.worksheets-page .worksheet-print-area.worksheet-counting .counting-shape {
    width: 0.22in;
    height: 0.22in;
}

.worksheets-page .worksheet-print-area.worksheet-counting .counting-shape.is-apple::after {
    top: -0.04in;
    left: 0.1in;
    width: 0.08in;
    height: 0.05in;
}

.worksheets-page .worksheet-print-area.worksheet-counting .math-symbol {
    font-size: 1.15rem;
}

.worksheets-page .worksheet-print-area.worksheet-counting .answer-line {
    width: 0.58in;
    height: 0.2in;
    border-bottom-width: 0.025in;
}

@media (max-width: 760px) {
    .worksheets-page .worksheet-print-area.worksheet-counting .worksheet-problem-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .worksheets-page .worksheet-print-area .worksheet-student-header,
    .worksheets-page .worksheet-print-area .worksheet-title-row {
        grid-template-columns: 1fr;
    }

    .worksheets-page .worksheet-print-area .worksheet-name-date {
        justify-items: start;
    }

    .worksheets-page .worksheet-print-area .worksheet-instructions {
        text-align: left;
    }
}

@media print {
    @page {
        size: letter;
        margin: 0.35in;
    }

    html,
    body {
        width: 100%;
        min-height: 100%;
        background: #ffffff !important;
    }

    .worksheets-page .worksheet-print-area {
        position: static;
        width: 100% !important;
        margin: 0 auto !important;
    }

    .worksheets-page .worksheet-print-area .worksheet-student-header {
        margin-bottom: 0.12in;
    }

    .worksheets-page .worksheet-print-area .worksheet-logo {
        width: 1.35in;
    }

    .worksheets-page .worksheet-print-area.worksheet-counting .worksheet-problem-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        grid-template-rows: repeat(6, 1.24in) !important;
        gap: 0.085in !important;
        margin-top: 0.12in !important;
    }

    .worksheets-page .worksheet-print-area.worksheet-counting .worksheet-problem {
        min-height: 0 !important;
        padding: 0.07in !important;
        border-radius: 0.08in !important;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    .worksheets-page .worksheet-print-area.worksheet-counting .counting-shape {
        width: 0.2in;
        height: 0.2in;
    }

    .worksheets-page .worksheet-print-area.worksheet-counting .shape-group {
        grid-auto-rows: 0.2in;
        gap: 0.04in;
        padding: 0.04in;
    }

    .worksheets-page .worksheet-print-area.worksheet-counting .shape-group[data-count="1"],
    .worksheets-page .worksheet-print-area.worksheet-counting .shape-group[data-count="2"],
    .worksheets-page .worksheet-print-area.worksheet-counting .shape-group[data-count="3"],
    .worksheets-page .worksheet-print-area.worksheet-counting .shape-group[data-count="4"] {
        grid-template-columns: repeat(4, 0.2in);
    }

    .worksheets-page .worksheet-print-area.worksheet-counting .shape-group[data-count="5"],
    .worksheets-page .worksheet-print-area.worksheet-counting .shape-group[data-count="10"] {
        grid-template-columns: repeat(5, 0.2in);
    }

    .worksheets-page .worksheet-print-area.worksheet-counting .shape-group[data-count="6"],
    .worksheets-page .worksheet-print-area.worksheet-counting .shape-group[data-count="7"],
    .worksheets-page .worksheet-print-area.worksheet-counting .shape-group[data-count="8"],
    .worksheets-page .worksheet-print-area.worksheet-counting .shape-group[data-count="9"] {
        grid-template-columns: repeat(3, 0.2in);
    }
}
