.rental-search-calendar{--rental-calendar-range-bg:#f7f7f7;--rental-calendar-selected:#222;width:100%}.rental-search-calendar [data-slot=base]{width:100%;max-width:100%;padding:0;background:transparent;box-shadow:none}.rental-search-calendar [data-slot=content]{width:100%}.rental-search-calendar [data-slot=header-wrapper]{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(0,1fr) auto;align-items:center;column-gap:.5rem;width:100%;padding:0}.rental-search-calendar--single-month [data-slot=header-wrapper]{grid-template-columns:auto minmax(0,1fr) auto}.rental-search-calendar [data-slot=header]{flex:1;min-width:0;justify-content:center}.rental-search-calendar [data-slot=title]{font-size:.9375rem;font-weight:600;color:#222}.rental-search-calendar [data-slot=grid-wrapper]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1.25rem;width:100%;margin-top:.25rem}.rental-search-calendar [data-slot=grid]{width:100%;table-layout:fixed}.rental-search-calendar [data-slot=grid-header]{margin-top:.5rem}.rental-search-calendar [data-slot=grid-header-cell]{width:14.285714%;padding:.25rem 0;font-size:.6875rem;font-weight:600;color:#717171;text-align:center;text-transform:uppercase;letter-spacing:.02em}.rental-search-calendar [data-slot=grid-body]{gap:0}.rental-search-calendar [data-slot=cell]{width:14.285714%;padding:0;vertical-align:middle}.rental-search-calendar [data-slot=cell-button]{position:relative;display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1;max-height:2.75rem;margin:0;border-radius:9999px;font-size:.875rem;font-weight:500;color:#222;background:transparent;transition:background-color .15s ease,color .15s ease}.rental-search-calendar [data-slot=cell-button][data-disabled=true]{color:#ddd;cursor:not-allowed}.rental-search-calendar [data-slot=cell-button][data-outside-month=true]{color:transparent;pointer-events:none}.rental-search-calendar [data-slot=cell-button][data-hover=true]:not([data-selected=true]){background:#f7f7f7}.rental-search-calendar [data-slot=cell-button][data-range-selection=true]{border-radius:0;background:var(--rental-calendar-range-bg)}.rental-search-calendar [data-slot=cell-button][data-selection-end=true],.rental-search-calendar [data-slot=cell-button][data-selection-start=true]{background:var(--rental-calendar-selected);color:#fff}.rental-search-calendar [data-slot=cell-button][data-selection-start=true]{border-radius:9999px 0 0 9999px}.rental-search-calendar [data-slot=cell-button][data-selection-end=true]{border-radius:0 9999px 9999px 0}.rental-search-calendar [data-slot=cell-button][data-selection-start=true][data-selection-end=true]{border-radius:9999px}.rental-search-calendar [data-slot=next-button],.rental-search-calendar [data-slot=prev-button]{flex-shrink:0;min-width:2rem;height:2rem;border-radius:9999px;background:transparent;color:#222}.rental-search-calendar [data-slot=next-button]:hover,.rental-search-calendar [data-slot=prev-button]:hover{background:#f7f7f7}.rental-search-calendar--single-month [data-slot=grid-wrapper]{grid-template-columns:minmax(0,1fr);column-gap:0}@media (max-width:767px){.rental-search-calendar [data-slot=grid-wrapper]{grid-template-columns:minmax(0,1fr);column-gap:0}}