.stay-calendar{border:1px solid #c9d3cf;border-radius:8px;max-width:100%;margin:20px 0;padding:16px}.stay-calendar-heading{justify-content:space-between;align-items:center;gap:10px;display:flex}.stay-calendar-heading button,.stay-calendar-grid button{color:#194d4e;cursor:pointer;background:0 0;border:0;border-radius:5px;min-height:40px}.stay-calendar-heading button{min-width:40px}.stay-calendar-grid{text-align:center;grid-template-columns:repeat(7,minmax(0,1fr));gap:3px;display:grid}.stay-calendar-grid>span{padding:5px 0;font-size:12px}.stay-calendar-grid button{font:inherit;font-size:14px}.stay-calendar-grid button:disabled{color:#999;cursor:default;text-decoration:line-through}.stay-calendar-grid button.selected{color:#fff;background:#194d4e}.stay-calendar-grid button.in-range{background:#e6eeea}.stay-calendar-grid button:not(:disabled):hover{outline:1px solid #194d4e}.stay-calendar-footer{justify-content:space-between;gap:8px;margin-top:12px;font-size:11px;display:flex}.stay-calendar-footer button{color:#194d4e;cursor:pointer;background:0 0;border:0;text-decoration:underline}.stay-calendar button:focus-visible{outline-offset:2px;outline:2px solid #a77632}
