.stay-widget,.stay-list,.stay-details{font-family:inherit;color:inherit;box-sizing:border-box}.stay-widget *,.stay-list *{box-sizing:border-box}.stay-widget{--stay-accent:#245c4e;--stay-busy:#e6a08e;--stay-free:#edf5ef;max-width:1200px;margin:32px auto;padding:clamp(16px,3vw,36px);border:1px solid #dce4df;border-radius:18px;background:#fff;color:#243b33}.stay-heading{display:flex;justify-content:space-between;gap:20px;align-items:center}.stay-eyebrow{font-size:11px;letter-spacing:.14em;color:var(--stay-accent);font-weight:700}.stay-widget h2{font-size:clamp(24px,4vw,36px);margin:8px 0;line-height:1.2}.stay-widget h3{font-size:18px;margin:20px 0 14px}.stay-heading p{margin:0 0 20px;color:#64756c}.stay-nav{display:flex;gap:8px}.stay-nav button{border:1px solid #d9e3dc;border-radius:50%;width:40px;height:40px;background:#fff;color:var(--stay-accent);cursor:pointer}.stay-calendar{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr));gap:24px}.stay-month h3{text-transform:capitalize;text-align:center}.stay-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:3px}.stay-weekday{text-align:center;font-size:11px;padding:8px 0;color:#64756c}.stay-days button{font:inherit;font-size:13px;aspect-ratio:1.05;border:0;border-radius:5px;padding:0;background:var(--stay-free);color:#213b30;cursor:pointer;position:relative;min-width:0}.stay-days button.occupied{background:var(--stay-busy)}.stay-days button.arrival{background:linear-gradient(135deg,var(--stay-free) 49%,var(--stay-busy) 50%)}.stay-days button.departure{background:linear-gradient(135deg,var(--stay-busy) 49%,var(--stay-free) 50%)}.stay-days button.turnover{background:linear-gradient(135deg,var(--stay-busy) 45%,#fff 46%,#fff 54%,var(--stay-busy) 55%)}.stay-days button.selected{background:var(--stay-accent)!important;color:#fff}.stay-days button.in-range{background:#c9dfd5}.stay-days button.today{box-shadow:inset 0 0 0 1px var(--stay-accent)}.stay-days button:disabled{opacity:.5;cursor:default}.stay-days button:focus-visible,.stay-button:focus-visible{outline:3px solid #1d7dce;outline-offset:2px}.stay-days button:not(:disabled):hover{box-shadow:inset 0 0 0 2px var(--stay-accent)}.stay-legend{display:flex;flex-wrap:wrap;gap:18px;margin:22px 0;font-size:12px;color:#63746b}.stay-legend span{display:flex;align-items:center;gap:6px}.stay-legend i{display:inline-block;width:14px;height:14px;border-radius:3px}.stay-legend .free{background:var(--stay-free)}.stay-legend .busy{background:var(--stay-busy)}.stay-legend .turn{background:linear-gradient(135deg,var(--stay-free) 49%,var(--stay-busy) 50%)}.stay-message{min-height:24px;font-size:14px}.stay-message.is-error{color:#a42c25;background:#fff1ef;padding:12px;border-radius:6px}.stay-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr));gap:16px;margin:14px 0}.stay-form label{display:block;font-size:14px;font-weight:600}.stay-form input:not([type=checkbox]),.stay-form select,.stay-form textarea{width:100%;padding:12px;border:1px solid #cfdad3;border-radius:8px;background:#fff;color:#243b33;font:inherit;min-height:46px;margin:6px 0 0}.stay-form textarea{min-height:80px}.stay-button{display:inline-block;background:var(--stay-accent,#245c4e);color:#fff!important;text-decoration:none!important;border:0;border-radius:8px;padding:14px 22px;font:inherit;font-weight:600;cursor:pointer;margin:18px 0}.stay-button:disabled{opacity:.5}.stay-services{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.stay-services label{border:1px solid #e1e9e3;border-radius:10px;padding:14px}.stay-services small{display:block;font-weight:400;margin:4px 0;color:#64756c}.stay-price{width:100%;border-collapse:collapse;font-size:13px;margin:24px 0 8px}.stay-price th,.stay-price td{text-align:right;padding:11px 9px;border-bottom:1px solid #e1e9e3}.stay-price th:first-child,.stay-price td:first-child{text-align:left}.stay-price thead{background:#f4f7f4}.stay-price tfoot{font-size:16px;background:#edf5ef}.stay-fine{font-size:12px;color:#607268}.stay-guest{border:0;padding:20px 0 0;margin:20px 0 0;border-top:1px solid #dce4df}.stay-guest[hidden]{display:none}.stay-guest legend{font-weight:700;padding:0 10px 0 0;font-size:18px}.stay-form .stay-check{display:flex;gap:10px;align-items:flex-start;font-weight:400;margin:16px 0}.stay-check input{margin-top:4px;flex-shrink:0;accent-color:var(--stay-accent)}.stay-check a{color:var(--stay-accent);text-decoration:underline}.stay-honey{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.stay-payment-help{padding:15px;background:#f4f7f4;border-radius:8px;font-size:14px}.stay-success{padding:24px;background:#edf5ef;border-radius:12px}.stay-success a{display:block;margin:15px 0}.stay-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,270px),1fr));gap:24px}.stay-card{border:1px solid #dce4df;border-radius:12px;overflow:hidden;padding:18px}.stay-card img{width:100%;height:220px;object-fit:cover;border-radius:8px}.stay-card a{color:inherit;text-decoration:none}.stay-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.stay-gallery img{width:100%;height:240px;object-fit:cover;border-radius:10px}.stay-gallery-strip{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.stay-gallery-strip img{width:75%;flex-shrink:0;scroll-snap-align:start}@media(max-width:600px){.stay-heading{align-items:flex-start}.stay-price{font-size:11px}.stay-price td,.stay-price th{padding:8px 4px}.stay-price tfoot{font-size:13px}.stay-widget{margin:16px 0}.stay-nav button{width:34px;height:34px}.stay-calendar{gap:12px}.stay-fields{grid-template-columns:1fr 1fr}.stay-check{font-size:12px!important}}
.stay-widget .stay-nav button{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 44px!important;width:44px!important;height:44px!important;min-width:44px!important;padding:0!important;border-radius:10px!important;line-height:1!important;background:#fff!important;border:1px solid #d5e1da!important;box-shadow:none!important;color:var(--stay-accent)!important}.stay-nav button span{font-family:Arial,sans-serif;font-size:30px;line-height:1;transform:translateY(-1px)}.stay-widget .stay-date-field{position:relative;display:block}.stay-widget .stay-date-field>input[type=text]{padding-right:42px}.stay-widget .stay-date-open{position:absolute;right:5px;top:11px;display:flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:0;background:transparent;color:var(--stay-accent);font-size:22px;cursor:pointer}.stay-widget .stay-date-field>.stay-native-date{position:absolute;left:0;bottom:0;width:1px!important;height:1px!important;min-height:0!important;opacity:0;padding:0!important;border:0;pointer-events:none}.stay-price-section th{background:#e9f2ed;text-align:left!important;font-size:14px;padding-top:14px;padding-bottom:14px}.stay-subtotal th{background:#f4f7f5;font-size:13px}.stay-price td small{display:block;margin-top:5px;font-size:11px;color:#63766c}.stay-price-stale{opacity:.65}.stay-billing{border:1px solid #dce4df;border-radius:8px;padding:14px;margin:18px 0}.stay-billing summary{cursor:pointer;font-weight:600}.stay-price tfoot th{border-top:2px solid var(--stay-accent,#245c4e)}.stay-price-wrap{max-width:100%}@media(max-width:450px){.stay-widget .stay-nav button{flex-basis:36px!important;width:36px!important;min-width:36px!important;height:36px!important}.stay-widget .stay-fields{grid-template-columns:1fr}.stay-price td,.stay-price th{overflow-wrap:anywhere}.stay-price th:nth-child(2),.stay-price td:nth-child(2){width:10%}.stay-price th:nth-child(3),.stay-price td:nth-child(3){width:23%}.stay-price th:nth-child(4),.stay-price td:nth-child(4){width:23%}}

/* Gallery width is independent of booking form width. */
.stay-details .stay-gallery{box-sizing:border-box;width:100%;max-width:none}
.stay-details .stay-gallery-width-custom{width:100%;max-width:var(--stay-gallery-max,1200px);margin-inline:auto}
.stay-details .stay-gallery-width-full{position:relative;width:calc(100vw - 32px);max-width:none;margin-left:calc(50% - 50vw + 16px);margin-right:calc(50% - 50vw + 16px)}
.stay-gallery img{min-width:0;max-width:100%;height:auto;object-fit:cover}
