.taxonomy-project_cat a {
    pointer-events: none;
    background: var(--yellow-light);
    border-radius: 60px;
    font-weight: 500;
    font-size: 16px;
    padding: .3em 1.2em;
    display: inline-block;
}

.wp-block-post-featured-image img {
    max-height: 80vh;
    object-fit: cover;
}

.single-project .site-footer-container:before {
    display: block;
    content: '';
    height: 1em;
    width: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.1) 100%);
    z-index: 9999;
    position: absolute;
    left: 0;
    transform: translateY(-100%);
    pointer-events: none;
}

.single-project.project-cat__venue .taxonomy-project_cat a {
    background: var(--pink-light);
}

.single-project.project-cat__event .taxonomy-project_cat a,
.single-project.project-cat__interactive .taxonomy-project_cat a
.single-project.project-cat__activation .taxonomy-project_cat a {
    background: var(--orange-light);
}

/* custom map markers colours under single page title */

.single-project .gmp-location figure img {
    opacity: 0;
    display: none;
}

.single-project .gmp-location figure:before {
    height: 36px;
    width: 20px;
    display: block;
    content: '';
    transform: translatey(-3px);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='72' viewBox='0 0 50 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.6066 1C24.738 1 24.8691 1.00105 25 1.00315C25.1309 1.00105 25.262 1 25.3934 1C38.431 1 49 11.3783 49 24.1805C49 33.6814 42.8151 41.1679 36.7954 49.8597C32.4133 56.187 28.5888 62.1531 25 71C21.4112 62.1531 17.5867 56.187 13.2046 49.8597C7.18492 41.1679 1 33.6814 1 24.1805C1 11.3783 11.569 1 24.6066 1Z' fill='%23FFE004' stroke='%23282727' stroke-width='0' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.project-cat__venue .gmp-location figure:before {
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='72' viewBox='0 0 50 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.6066 1C24.738 1 24.8691 1.00105 25 1.00315C25.1309 1.00105 25.262 1 25.3934 1C38.431 1 49 11.3783 49 24.1805C49 33.6814 42.8151 41.1679 36.7954 49.8597C32.4133 56.187 28.5888 62.1531 25 71C21.4112 62.1531 17.5867 56.187 13.2046 49.8597C7.18492 41.1679 1 33.6814 1 24.1805C1 11.3783 11.569 1 24.6066 1Z' fill='%23FF72D7' stroke='%23282727' stroke-width='0' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.project-cat__event .gmp-location figure:before,
.project-cat__interactive .gmp-location figure:before,
.project-cat__activation .gmp-location figure:before {
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='72' viewBox='0 0 50 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.6066 1C24.738 1 24.8691 1.00105 25 1.00315C25.1309 1.00105 25.262 1 25.3934 1C38.431 1 49 11.3783 49 24.1805C49 33.6814 42.8151 41.1679 36.7954 49.8597C32.4133 56.187 28.5888 62.1531 25 71C21.4112 62.1531 17.5867 56.187 13.2046 49.8597C7.18492 41.1679 1 33.6814 1 24.1805C1 11.3783 11.569 1 24.6066 1Z' fill='%23FF9126' stroke='%23282727' stroke-width='0' stroke-linejoin='round'/%3E%3C/svg%3E");
}

