.size-header { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:8px; }
.size-header strong { color:#4b5d45; font-size:12px; }
.size-header > span { color:#65735e; font-size:10px; }
.measure-field { display:flex; align-items:center; overflow:hidden; border:1px solid var(--line); background:#fcfcfa; border-radius:8px; }
.measure-field:focus-within { border-color:var(--green); outline:2px solid #38564025; }
.height-select-field select { width:100%; height:47px; border:0; background:transparent; padding:10px 13px; color:#263526; font-size:18px; font-variant-numeric:tabular-nums; outline:none; }
.dimension-result { display:flex; justify-content:space-between; gap:12px; margin-top:10px; color:#536747; font-size:11px; line-height:1.6; }
.dimension-result small { color:#7e837b; font-size:9px; text-align:right; }
@media (max-width:800px) { .height-select-field select{height:48px;font-size:20px}.dimension-result{font-size:12px}.dimension-result small{font-size:10px} }
