.feature .wp-block-media-text__media {
    display: block;
}

.wp-block-cover.events .wp-block-cover__inner-container {
    display: flex;
    width: 100%;
    gap: 2.25rem;

}

.wp-block-cover {
    text-align: left;
}

.wp-block-cover h1 {
    position: relative;
}

.wp-block-cover.imgright {
    justify-content: flex-start;
}

.wp-block-cover.imgright .wp-block-cover__inner-container {
    max-width: 70%;
    padding: 0 clamp(2rem, -0.70109rem + 11.373vw, 9.25rem);
}

/*
.wp-block-cover.imgright .wp-block-heading,
.wp-block-cover.imgright p {
    max-width: 46.1875rem;
}

 */
.goc-shop {
    min-height: unset;
}

.goc-shop .wp-block-cover__background::before, .goc-shop .wp-block-cover__background::after {
    position: absolute;
    z-index: 1;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
}

.goc-shop .wp-block-cover__background::before {
    top: 1rem;
    bottom: 0;
    left: 0;
    width: 28vw;
    background-image: url("src/goc-shop.png?v=3");
    background-position: bottom right;
}

.goc-shop .wp-block-cover__background::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 20vw;
    background-image: url("src/rainbow-mask.png");
    background-position: bottom right;
}

.goc-shop .wp-block-cover__inner-container {
    margin-right: auto;
    margin-left: 30vw;
}

.keypoints .scroll-container {
    width: 100%;
    margin: 0;
    padding: 5em 0;
}

.keypoints .discs > div {
    flex: 1 0 auto;
    width: clamp(15rem, 23%, 24rem);
}

.gallery .gallery-item {
    flex: 1 1 25%;
    max-width: 33%;
    text-align: center;
}

.screen-small {
    display: none;
}

.screen-large {
    display: block;
}

.wp-block-meta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: dense;
}

.wp-block-meta .date, .wp-block-meta .groups {
    grid-column: 1;
}

.wp-block-meta .date {
    align-self: flex-end;
}

.wp-block-meta .groups {
    align-self: flex-start;
}

.wp-block-meta .user {
    grid-row-end: span 2;
    justify-self: flex-end;
}

.page #goc-contact {
    padding: 2rem 1.5rem;
}

.page .contact-form > div {
    display: flex;
    gap: 1em;
}

.page .contact-form > div > * {
    flex: 1 1 40%;
}

.entry-restricted {
    grid-template-columns: repeat(2, 1fr);
}

#groups_map {
    position: relative;
    left: calc(50% - 50vw);
    display: block;
    overflow: hidden;
    width: 100vw;
    aspect-ratio: 487 / 209;
}

#groups_map .infobox {
    position: absolute;
    z-index: 2;
    top: 10%;
    left: 10%;
    width: 40%;
}

#groups_map .map {
    position: relative;
    top: -45%;
    left: 25vw;
    width: 51vw;
    transition: all 1s ease;
}

#groups_map svg {
    display: block;
    width: 100%;
    height: auto;
}

#groups_map .scotland {
    top: 0;
    left: 40vw;
    width: 35vw;
}

#groups_map g {
    cursor: pointer;
}

#groups_map path {
    stroke: var(--colour-white);
    stroke-width: 0.3px;
}

#groups_map g:hover path {
    fill: var(--colour-orange);
}

.scroll-container {
    padding-bottom: 0;
}

.scroll-more {
    bottom: calc(50% - 1.5rem);
}
