	.spaces-block {padding:2em 0;}
.spaces-block .container {width:90%;max-width:1440px;margin:0 auto;}


h2.spaces-block__heading {text-align:center}
.spaces-block__text {font-family:"EB Garamond", serif;font-size:1.2em;line-height:1.5;text-align:center; margin-bottom:20px}
.spaces-block__text p {margin:0;}
.spaces-block__grid {display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:1.5em;}
.spaces-block__card {display:flex;flex-direction:column;height:100%;border:.0625em solid rgba(17,40,56,.25);box-shadow:0 .125em .5em rgba(17,40,56,.08);}
.spaces-block__image-wrap {aspect-ratio:365 / 275;overflow:hidden;background:var(--accent3-color);}
.spaces-block__image {display:block;width:100%;height:100%;object-fit:cover;}
.spaces-block__content {display:flex;flex-direction:column;flex:1;padding:1.2em 1.2em 1.3em;text-align:center;}
.spaces-block__name {margin:0 0 .35em;font-family:"Embury Text", serif;font-size:1.5em;line-height:1.15;letter-spacing:.01em;text-transform:uppercase;color:var(--primary-color);}
.spaces-block__description {margin:0;font-family:"EB Garamond", serif;font-size:1.05em;line-height:1.35;color:var(--body-text-color);}
.spaces-block__details {position:relative;margin:0 0 1.25em;padding-top:1em;font-family:"Embury Text", serif;font-size:1em;line-height:1.45;color:var(--body-text-color);}
.spaces-block__details::before {content:"";display:block;width:5em;height:.0625em;margin:0 auto .8em;background:var(--secondary-color);}.spaces-block__details p {margin:0;}
.spaces-block__details p + p {margin-top:.2em;}
.spaces-block__actions {display:flex;flex-direction:column;gap:.7em;margin-top:auto;align-items:center;}
.spaces-block__text-link {display:inline-flex;align-items:center;gap:.25em;font-family:"Embury Text", serif;font-size:1em;font-weight:700;line-height:1.2;color:var(--primary-color);text-decoration:none;transition:color .2s ease;}
.spaces-block__text-link span {color:var(--secondary-color);}
.spaces-block__text-link:hover,.spaces-block__text-link:focus {color:var(--link-color);}

.spaces-block .wp-block-button.button-white {padding: 1em;}
.spaces-block .button-white .wp-block-button__link, a.button-white{ padding: .5em 1em;}


@media (max-width: 1023px) {
	.spaces-block__grid {grid-template-columns:repeat(2, minmax(0, 1fr));}
}
@media (max-width: 767px) {
	.spaces-block__grid {grid-template-columns:1fr;gap:1.25em;}
	.spaces-block__content {padding:1.1em 1em 1.2em;}
}
