#addressLocation {
    margin: 0 0 40px 0;
}

#address-finder-content .template {
    padding: 2rem;
    background: #fff;
    border: 2px solid #000;
}


.collection-address {
    margin-top: 10px;
    font-weight: 600;
}
.collection-day {
    margin-top: 10px;
    font-size: 1.625em;
    display: flex;
}

.current-week {
    margin-top: 10px;
    font-weight: 700;
}

.public-holiday-message {
    margin: 10px 0;
}

.standard-message {
    text-align: left;
}

.sub-heading {
    margin-top: 10px;
    font-size: 1.5em;
    display: flex;
}

.dcc-bintype {
    text-align: left;
    font-size: 18px;
    margin: 0;
    color: var(--primary-color);
}

.bins-container {
    margin: 40px 0 40px 0px;
    text-align: center;
    display: flex;
    align-items: flex-end;
    gap: 1.5rem;
}

.flex-left-wrap
{
    justify-content: flex-start;
}
.flex-center-wrap
{
    justify-content: center;
}
.bins-container .bin{
    width: 140px;
    max-width: 100%;
    padding: 0;
    height: auto;
    margin: 0 1rem;
}

.which-bin {
    font-size: 16px;
    font-weight: 700;
    color: #212529;
}


.flex {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 768px)
{
    .flex
    {
        width: 100%;
        gap: 1rem;
    }
    .dcc-bintype {
        text-align: center;
    }
}

.calendar-text a {
    text-decoration: none;
}

.public-holiday-message {
    display: block;
    border: 1px dashed #333;
    background: #ffeec9;
    padding: 10px;
    text-align: center;
}
.public-holiday-message p {
    margin: 0;
}