.yap-plan { margin-top: 28px; min-width: 0; }
.yap-plan h2 { margin-bottom: 8px; font-size: 20px; }
.yap-plan__scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; }
.yap-plan .table { width: 100%; margin: 0; font-variant-numeric: tabular-nums; }
.yap-plan .table th, .yap-plan .table td { white-space: nowrap; text-align: right; }
.yap-plan .table th:first-child { text-align: left; }
.yap-plan__scroll:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
