/* 法要日計算・年別早見表ページ専用スタイル(単位はrem。本文幅のまま、表は縦に長く) */

.pt-hyh-years,
.pt-hyh-months,
.pt-hyh-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.pt-hyh-years .pt-pill-link.is-current {
    background: var(--pt-green);
    border-color: var(--pt-green);
    color: #fff;
}

.pt-hyh-section {
    margin: 1.5rem 0;
}

.pt-hyh-wrap {
    overflow-x: auto;
}

.pt-hyh-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-size: 0.85rem;
}

.pt-hyh-table th,
.pt-hyh-table td {
    padding: 0.35rem 0.5rem;
    border: 0.0625rem solid #e0e4e8;
    text-align: left;
    white-space: nowrap;
}

.pt-hyh-table thead th,
.pt-hyh-table tbody th {
    background: #f2f5f8;
}

.pt-hyh-table tr.is-mitsuki td,
.pt-hyh-table tr.is-mitsuki th {
    background: #fff4d6;
}

.pt-hyh-badge {
    display: inline-block;
    margin-left: 0.4rem;
    padding: 0 0.5rem;
    border-radius: 62.5rem;
    background: #e0a030;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.5;
}

.pt-hyh-table--nenki td,
.pt-hyh-table--nenki th {
    font-size: 0.95rem;
}

.pt-hyh-toplink {
    font-size: 0.8rem;
}

.pt-hyh-list {
    padding-left: 1.2rem;
    line-height: 1.8;
}

@media (max-width: 30rem) {
    .pt-hyh-table {
        font-size: 0.78rem;
    }

    .pt-hyh-table th,
    .pt-hyh-table td {
        padding: 0.3rem 0.35rem;
    }
}

.pt-hyh-today {
    margin: 1rem 0;
    padding: 0.7rem 1rem;
    border: 0.0625rem solid var(--pt-green-border);
    border-radius: 0.8rem;
    background: var(--pt-green-bg);
}

.pt-hyh-today h2 {
    margin: 0 0 0.3rem;
    font-size: 1rem;
}

.pt-hyh-today p {
    margin: 0;
    line-height: 1.8;
}

.pt-hyh-table tr.is-next td,
.pt-hyh-table tr.is-next th {
    background: #fff4d6;
    font-weight: 700;
}

.pt-hyh-era {
    margin: 1rem 0 0.4rem;
    font-size: 1rem;
}

.pt-hyh-yearlinks {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.pt-hyh-nextyear {
    margin: 0.8rem 0;
    padding: 0.6rem 0.9rem;
    border-radius: 0.6rem;
    background: #fff8e1;
    border: 0.0625rem solid #f0d78c;
    line-height: 1.8;
}

.pt-hyh-sub {
    font-weight: 400;
    font-size: 0.75rem;
    color: #666;
}
