:root{--reservation-accent:#172340}
.reservation-cta{display:block;width:fit-content;margin:20px 0;padding:12px 20px;background:var(--reservation-accent);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:16px}
#reservation{margin:36px 0;padding:24px;border:1px solid #c7c8cd;border-radius:12px;scroll-margin-top:90px;background:#fff;color:#172340}#reservation h2{font-size:26px;margin:0 0 8px;line-height:1.6}#reservation p{font-size:14px;line-height:1.9;margin:8px 0 18px}.reservation-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.reservation-grid label{display:flex;flex-direction:column;gap:7px;font-size:14px;font-weight:600}.reservation-wide{grid-column:1/-1}#reservation input,#reservation textarea{width:100%;min-width:0;padding:12px;border:1px solid #a6abb5;border-radius:6px;font:inherit;font-size:16px;background:white;color:#172340}#reservation textarea{resize:vertical}#reservation button,#reservation .reservation-send{display:inline-block;border:0;border-radius:6px;padding:13px 18px;font:inherit;font-size:16px;background:var(--reservation-accent);color:#fff;text-decoration:none;text-align:center}#reservation :focus-visible{outline:3px solid #386adb;outline-offset:3px}#reservation-preview{margin-top:20px;padding-top:16px;border-top:1px solid #c7c8cd}#reservation-message{white-space:pre-wrap;overflow-wrap:anywhere;font:inherit;font-size:16px;line-height:1.9}#reservation-status{color:#9c2538}#reservation [hidden]{display:none!important}@media(max-width:480px){.reservation-grid{grid-template-columns:1fr}#reservation{padding:18px}#reservation h2{font-size:23px}#reservation button{width:100%}}
.reservation-picker{margin:20px 0}.reservation-picker summary{cursor:pointer;font-weight:600;padding:12px 0;font-size:16px}.reservation-product{display:flex;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #ddd}.reservation-product img{width:48px;height:48px;object-fit:cover;border-radius:6px;flex-shrink:0}.reservation-product-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px;font-size:15px}.reservation-product label{width:76px;flex-shrink:0;font-size:14px}.reservation-product select{max-width:100%;font:inherit;font-size:16px;padding:8px;background:white;border:1px solid #a6abb5;border-radius:6px;color:#172340}.reservation-product label input{margin-top:4px}#reservation-products{max-height:440px;overflow:auto;padding:4px}
