.daysOff-page {
    max-width: 880px;
}

.daysOff-lead {
    font-size: 1.08rem;
    line-height: 1.65;
    margin: 0 0 18px;
}

.daysOff-summaryGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 18px 0 26px;
}

.daysOff-summaryItem {
    border: 1px solid var(--border-subtle, #d9dee8);
    border-radius: 6px;
    background: var(--surface-muted, #f7f8fb);
    padding: 12px;
}

.daysOff-summaryItem span {
    display: block;
    color: var(--text-muted, #5f6673);
    font-size: 0.86rem;
    line-height: 1.25;
}

.daysOff-summaryItem strong {
    display: block;
    margin-top: 4px;
    color: var(--text-heading, #20242c);
    font-size: 1.45rem;
    line-height: 1.1;
}

.daysOff-section {
    margin: 28px 0;
}

.daysOff-section h2 {
    margin: 0 0 12px;
}

.daysOff-section h3 {
    margin: 18px 0 6px;
    font-size: 1rem;
}

.daysOff-page a {
    color: var(--link-color, #6E3A0E);
    text-underline-offset: 0.15em;
}

.daysOff-page a:hover {
    color: var(--link-hover, #4a2609);
}

.daysOff-section p a,
.daysOff-links a,
.daysOff-exampleList a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.daysOff-list a,
.daysOff-table a {
    text-decoration: none;
    border-bottom: 1px dotted currentColor;
}

.daysOff-list a:hover,
.daysOff-table a:hover {
    border-bottom-style: solid;
}

.daysOff-tableWrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.daysOff-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--border-subtle, #d9dee8);
    background: var(--surface, #fff);
}

.daysOff-table th,
.daysOff-table td {
    padding: 9px 10px;
    border-bottom: 1px solid var(--border-subtle, #d9dee8);
    text-align: left;
    vertical-align: top;
}

.daysOff-table th {
    background: var(--surface-muted, #f7f8fb);
    color: var(--text-heading, #20242c);
    font-size: 0.9rem;
}

.daysOff-table td {
    line-height: 1.45;
}

.daysOff-list {
    margin: 10px 0 0 0;
    padding-left: 1.2em;
}

.daysOff-list li {
    margin: 7px 0;
    line-height: 1.55;
}

.daysOff-list sup {
    font-weight: 700;
}

.daysOff-inlineList {
    list-style: none;
    margin: 0;
    padding: 0;
}

.daysOff-inlineList li {
    margin: 0 0 5px;
    line-height: 1.4;
}

.daysOff-inlineList li:last-child {
    margin-bottom: 0;
}

.daysOff-exampleList {
    margin: 10px 0 0 0;
    padding-left: 1.2em;
}

.daysOff-exampleList li {
    margin: 8px 0;
    line-height: 1.55;
}

.daysOff-muted {
    display: block;
    color: var(--text-muted, #5f6673);
    font-size: 0.82rem;
}

.daysOff-note {
    border-left: 4px solid var(--border-strong, #b9c1ce);
    padding-left: 14px;
}

.daysOff-links {
    padding-top: 4px;
    border-top: 1px solid var(--border-subtle, #d9dee8);
}

@media screen and (max-width: 640px) {
    .daysOff-summaryGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .daysOff-summaryItem {
        padding: 10px;
    }

    .daysOff-summaryItem strong {
        font-size: 1.25rem;
    }

    .daysOff-table {
        min-width: 560px;
    }

    .daysOff-monthTable {
        min-width: 500px;
    }
}

@media screen and (max-width: 420px) {
    .daysOff-summaryGrid {
        grid-template-columns: 1fr;
    }
}
