.auction-calendar h2{font-family:var(--font-heading);font-weight:400;text-transform:uppercase;font-size:18px;line-height:22px;letter-spacing:2px;text-align:center;margin:25px 0}.calendar-stack{display:flex;flex-flow:column nowrap;align-items:stretch;justify-content:space-between}.calendar-stack .auction-event{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;gap:15px;font-size:16px;line-height:22px;font-weight:700;color:#4a4c4f;border-top:1px solid #ccc;padding:15px}.calendar-stack .auction-event .datloc{font-weight:400}.calendar-stack .auction-event .functions .realized{font-weight:400;font-style:italic}.calendar-stack .auction-event .functions .button-link{white-space:nowrap}@media screen and (max-width:800px){.calendar-stack{max-width:650px;margin:0 auto}.calendar-stack .auction-event{flex-flow:column nowrap;justify-content:center;padding:25px 15px}.calendar-stack .auction-event div{text-align:center}}