.points.snippet {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px;
    background-color: var(--primary-tan);
    background-image: url('https://firebasestorage.googleapis.com/v0/b/ambler-smoke.firebasestorage.app/o/Assets%2FGraphic%2FPoint-Snippet%20(Desktop).png?alt=media&token=6cf1cfe0-6cdc-40c6-a08a-5cddab6a61e5');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

@media only screen and (max-width: 478px) {
    .points.snippet {
        padding: 38px;
    }
}

.points.button-wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    /* allow wrapping */
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .points.button-wrapper {
        gap: 12px;
    }
}

.strains.snippet {
    display: flex;
    background-position: 100% 0;
    background-size: cover;
    background-image: url('../assets/graphic/Strains Cover (All Viewports).png');
}

@media only screen and (max-width: 767px) {
    .strains.snippet {
        background-image: none;
    }
}

.strains.content-wrapper {
    display: flex;
    padding: 24px;
}

@media only screen and (max-width: 767px) {
    .strains.content-wrapper {
        display: flex;
        padding: 12px;
    }
}

.h2.strains.title {
    color: var(--primary-tan);
    margin-bottom: 12px;
}

.strains.details {
    width: 50%;
    margin-right: 24px;
    color: var(--green);
}

@media only screen and (max-width: 767px) {
    .strains.details {
        width: 100%;
        margin-right: 12px;
    }
}

.strains.button-wrapper {
    min-width: 128px;
    max-width: 128px;
    min-height: 128px;
    max-height: 128px;
    height: 100%;
}

.strains.button-link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--orange);
    color: var(--yellow);
    transition: background-color 0.25s ease;
}

.strains.button-link:hover {
    background-color: var(--yellow);
    color: var(--orange);
}

.strains.goicon {
    max-width: 80px;
    max-height: 80px;
    color: inherit;
}

.local.snippet {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px;
    background-color: var(--primary-tan);
    position: relative;
    background-image: url('https://firebasestorage.googleapis.com/v0/b/ambler-smoke.firebasestorage.app/o/Assets%2FGraphic%2Fabstract-background.png?alt=media&token=246b7741-0f1b-4ffc-8f6b-67a53a46fd25https://firebasestorage.googleapis.com/v0/b/ambler-smoke.firebasestorage.app/o/Assets%2FGraphic%2Fabstract-background.png?alt=media&token=9a7482e5-f221-4f60-8b63-607fc3197b2chttps://firebasestorage.googleapis.com/v0/b/ambler-smoke.firebasestorage.app/o/Assets%2FGraphic%2Fabstract-background.png?alt=media&token=274b4439-f737-44fb-b729-b750beee9b3a');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 991px) {
    .local.snippet {
        padding: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .local.snippet {
        padding: 24px;
    }
}

.split.content-wrapper.local {
    display: flex;
    flex-direction: row;
    gap: 24px;
    width: 100%;
}

.split.content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.map-container {
    width: 100%;
    height: 100%;
    display: flex;
}

#map {
    width: 100%;
    height: 100%;
    min-width: 256px;
    min-height: 256px;
    border: 1px solid var(--blue);
    border-radius: var(--default-border);
}

@media only screen and (max-width: 767px) {
    .split.content-wrapper.local {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 478px) {
    .local.snippet {
        padding: 24px;
    }
}

#map img {
    max-width: none;
}

.local-title-1 {
    font-size: xx-large;
    margin-bottom: 6px;
}

.local-title-2 {
    font-size: x-large;
    margin-bottom: 6px;
}

.local.day {
    background-color: var(--teritiary-tan);
    color: var(--gray);
    font-weight: 900;
    padding: 1px 3px;
    white-space: nowrap;
}

.local.time {
    background-color: var(--gray);
    color: var(--primary-tan);
    font-weight: 900;
    padding: 1px 3px;
    white-space: nowrap;
}

.local.list {
    gap: 12px;
    list-style: none;
    padding: 0px;
}

.local.list-row {
    margin-bottom: 6px;
    gap: 6px;
}

.local-subtitle {
    font-weight: 700;
    margin-bottom: 6px;
}

.recycle.snippet {
    display: flex;
    flex-direction: column;
    align-items: center;
    ;
    text-align: center;
    color: var(--green);
}

.h2.recycle.title {
    margin-bottom: 12px;
}

.tb.l.recycle {
    width: 75%;
}

.tb.recycle.body {
    width: 90%;
    margin-top: 6px;
}

.highlight-span.recycle {
    background-color: var(--yellow);
    color: var(--greeb);
    padding: 0px 3px;
}