.ngg-galleryoverview > .bwsb-ngrp-related-link {
    box-sizing: border-box;
    display: block;
    grid-column: 1 / -1;
    clear: both;
    float: none;
    width: 100%;
    margin: 0 0 26px;
    padding: 14px 18px;
    border: 1px solid rgba(28, 79, 54, .16);
    border-left: 3px solid #1c4f36;
    border-radius: 6px;
    background: #f7faf8;
}

.ngg-galleryoverview > .bwsb-ngrp-related-link a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #1c4f36;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.ngg-galleryoverview > .bwsb-ngrp-related-link a:hover,
.ngg-galleryoverview > .bwsb-ngrp-related-link a:focus {
    color: #102f21;
    text-decoration: none;
}

.ngg-galleryoverview > .bwsb-ngrp-related-link .bwsb-ngrp-related-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.ngg-galleryoverview > .bwsb-ngrp-related-link .bwsb-ngrp-related-label {
    color: #5f6b64;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.ngg-galleryoverview > .bwsb-ngrp-related-link .bwsb-ngrp-related-title {
    color: inherit;
}

.ngg-galleryoverview > .bwsb-ngrp-related-link .bwsb-ngrp-related-arrow {
    flex: 0 0 auto;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    transition: transform .2s ease;
}

.ngg-galleryoverview > .bwsb-ngrp-related-link a:hover .bwsb-ngrp-related-arrow,
.ngg-galleryoverview > .bwsb-ngrp-related-link a:focus .bwsb-ngrp-related-arrow {
    transform: translateX(3px);
}

.bwsb-ngrp-post-gallery-link {
    box-sizing: border-box;
    width: 100%;
    margin: 30px 0;
    padding: 14px 18px;
    border: 1px solid rgba(28, 79, 54, .16);
    border-left: 3px solid #1c4f36;
    border-radius: 6px;
    background: #f7faf8;
}

.bwsb-ngrp-post-gallery-link a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #1c4f36;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
}

.bwsb-ngrp-post-gallery-link a:hover,
.bwsb-ngrp-post-gallery-link a:focus {
    color: #102f21;
    text-decoration: none;
}

.bwsb-ngrp-post-gallery-arrow {
    flex: 0 0 auto;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    transition: transform .2s ease;
}

.bwsb-ngrp-post-gallery-link a:hover .bwsb-ngrp-post-gallery-arrow,
.bwsb-ngrp-post-gallery-link a:focus .bwsb-ngrp-post-gallery-arrow {
    transform: translateX(3px);
}

@media (max-width: 600px) {
    .ngg-galleryoverview > .bwsb-ngrp-related-link {
        margin-bottom: 20px;
        padding: 12px 14px;
    }

    .ngg-galleryoverview > .bwsb-ngrp-related-link a {
        font-size: 14px;
    }

    .bwsb-ngrp-post-gallery-link {
        margin: 24px 0;
        padding: 12px 14px;
    }

    .bwsb-ngrp-post-gallery-link a {
        font-size: 14px;
    }
}
