.list-booking-card{display:grid;gap:var(--space-s);list-style:none}.header-event{background:var(--color-2);border-radius:0 0 var(--deco-border-radius) var(--deco-border-radius);padding-top:var(--container-padding-y)}.header-event__inner{display:grid;width:100%;margin-right:auto;margin-left:auto;margin-inline:auto;max-width:calc(var(--container-default) + (var(--container-padding-x)) * 2);padding-right:var(--container-padding-x);padding-left:var(--container-padding-x);padding-bottom:var(--container-padding-y);gap:var(--space-l)}@media only screen and (min-width: 35rem){.header-event__inner{display:flex;justify-content:space-between;align-items:center}}.header-event__breadcrumb{margin-bottom:var(--space-s)}.header-event__header{flex:0 1 60%;max-width:var(--heading-max-width)}.header-event__heading-ages{display:block;font-size:.5em;margin-top:1em}.header-event__heading-ages:first-letter{text-transform:uppercase}.header-event__divider{display:block;margin-top:var(--space-m);width:var(--heading-divider-width);height:auto;aspect-ratio:13/1.4;fill:var(--color-1)}.header-event__meta-items{display:grid;gap:var(--space-s);margin-top:var(--space-l)}.header-event__meta{display:flex;align-items:center;gap:.5em;font-weight:500;font-size:var(--step-0)}@media only screen and (min-width: 35rem){.header-event__meta{font-size:var(--step-1)}}.header-event__meta a{color:var(--color-0)}.header-event__meta-icon{width:1.125em;height:1.125em;fill:currentColor}.header-event__media{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(12,1fr);flex:0 1 35%;aspect-ratio:1;max-width:300px;margin:0 auto}@media only screen and (min-width: 64rem){.header-event__media{max-width:100%;margin:0}}.header-event__img{grid-column:1/span 12;grid-row:1/span 12;aspect-ratio:1;object-fit:cover;border-radius:50%}.header-event__waves{display:block;grid-column:9/span 4;grid-row:2/span 2;aspect-ratio:100/46;fill:var(--color-1)}.card-booking{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:var(--space-xs) var(--space-m);max-width:var(--copy-max-width);padding:.75rem .75rem .75rem var(--space-m);background:var(--color-2);border-radius:3rem}.card-booking__price{font-weight:700;font-size:var(--step-0);line-height:1.5}.card-booking__price-unit{font-weight:400;text-transform:lowercase}.card-booking__btn{flex-shrink:0}.section-map{display:grid;justify-content:space-between;align-items:center;gap:var(--space-l)}@media only screen and (min-width: 47.5rem){.section-map{display:flex;gap:var(--space-xl)}}.section-map__address-message{margin-bottom:var(--space-s)}.section-map__address,.section-map__address-message{font-weight:600;font-size:var(--step-0);line-height:1.5;font-style:normal}.section-map__map iframe{border:0;aspect-ratio:4/3;border-radius:var(--media-border-radius);overflow:hidden;box-shadow:10px 10px 0 var(--color-2)}.section-map__btn{margin-top:var(--space-s)}
