#short-monthly-plan .plan-price-block{min-width:0}
#short-monthly-plan .short-quantity-selector{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;max-width:226px;margin-top:10px}
#short-monthly-plan .short-quantity-selector button{min-width:0;min-height:40px;padding:5px 8px;white-space:nowrap}
#short-monthly-plan .short-unit-price{margin:10px 0 0;font-size:12px;line-height:1.7;color:var(--orange);font-weight:700}
#short-monthly-plan .short-unit-price strong{font-family:var(--numeric);font-size:16px;font-weight:800}
#short-monthly-plan .short-unit-price small{display:block;font-size:11px;font-weight:400;color:var(--muted)}
#short-monthly-plan .short-periods{display:grid;gap:4px;padding:12px 14px;margin-bottom:8px;background:#fff6ed;border-radius:4px;color:var(--ink)}
#short-monthly-plan .short-periods>div{display:flex;justify-content:space-between;align-items:baseline;gap:8px}
#short-monthly-plan .short-periods dt{font-weight:500}
#short-monthly-plan .short-periods dd{margin:0;text-align:right;white-space:nowrap}
#short-monthly-plan .short-periods strong{font-family:var(--numeric);font-weight:700}
#short-monthly-plan .short-contract-note{font-size:11px;line-height:1.8;margin:0}
#short-monthly-plan .short-table-toggle{margin-top:8px}
#short-monthly-plan .short-table-toggle summary{cursor:pointer;color:var(--orange);font-size:12px;text-decoration:underline;text-underline-offset:3px;min-height:32px;display:list-item}
#short-monthly-plan .short-table-scroll{overflow-x:auto;padding-top:5px}
#short-monthly-plan .short-price-table{width:100%;border-collapse:collapse;font-size:11px;color:var(--ink)}
#short-monthly-plan .short-price-table th,#short-monthly-plan .short-price-table td{min-width:0;padding:7px 4px;border-bottom:1px solid var(--line);text-align:right;white-space:nowrap}
#short-monthly-plan .short-price-table th:first-child{text-align:left}
#short-monthly-plan .short-price-table thead th{background:var(--soft)}
@media(min-width:701px) and (max-width:850px){#short-monthly-plan .short-quantity-selector button{font-size:10px;padding-inline:2px}}
@media(max-width:700px){#short-monthly-plan .short-quantity-selector button{font-size:11px;padding-inline:3px}#short-monthly-plan .short-unit-price{font-size:11px}#short-monthly-plan .short-unit-price strong{font-size:14px}#short-monthly-plan .short-periods{padding:10px}#short-monthly-plan .short-price-table{font-size:10px}}

/* Horizontal quantity choices and custom-quantity help. */
.plan .horizontal-quantity-selector{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;max-width:226px}
.plan .horizontal-quantity-selector button{min-width:0;min-height:40px;padding:5px 8px;white-space:nowrap}
.plan .plan-custom-note{font-size:12px;line-height:1.8;color:var(--ink);margin-top:9px}
@media(max-width:850px){.plan .horizontal-quantity-selector button{font-size:11px;padding-inline:3px}.plan .plan-custom-note{font-size:11px}}
