.am-home-page .open-day-hero:not(.is-booking-ready) .open-day-hero__dates,
.am-home-page .open-day-hero:not(.is-booking-ready) .open-day-hero__booking-note,
.am-home-page .open-day-hero:not(.is-booking-ready) .open-day-hero__actions {
visibility: hidden;
}
.am-home-page .open-day-hero__dates {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.am-home-page .open-day-hero__date-card--booking {
display: block;
}
.am-home-page .open-day-hero__date-card--booking > a {
display: grid;
grid-template-columns: auto minmax(0, 1fr);
gap: clamp(10px, 1.1vw, 14px);
align-items: center;
width: 100%;
height: 100%;
color: inherit;
text-decoration: none;
}
.am-home-page .open-day-hero__date-card--booking .amep-hero-state {
display: block;
margin-top: .42rem;
color: #b44716;
font-size: .76rem;
font-weight: 900;
line-height: 1.2;
}
@media (max-width: 820px) {
.am-home-page .open-day-hero__dates {
grid-template-columns: 1fr;
}
}