.wp-block-column.geomapper-city {
    display: flex;
    flex-direction: column;
}

.geomapper-breadcrumbs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.wp-block-column.geomapper-city .geomapper-breadcrumbs {
    margin-bottom: 30px;
}

ul.state_list,
ul.state_listing,
ul.zip_list {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
ul.state_list a,
ul.state_listing a,
ul.zip_list a {
    text-decoration: none;
    color: #000;
}
ul.state_list a:hover,
ul.state_listing a:hover,
ul.zip_list a:hover {
    text-decoration: underline;
}
.map-loader {
    margin-top: 20px;
    margin-bottom: 50px;
}
.wp-block-column .map-loader {
    margin-top: 0;
}

.geomapper-branch-address {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    font-weight: 600;
}

.geomapper-assist-call {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
    border-radius: 100px 4px 4px 100px;
}
.geomapper-assist-call > div {
    display: flex;
    flex-direction: column;
}
.geomapper-assist-call > div.text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.geomapper-assist-call span {
    font-weight: 600;
    text-align: center;
}
.geomapper-assist-call a {
    width: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #CC092F;
    font-weight: 800;
    text-decoration: none;
    gap: 4px;
    padding: 6px 30px;
}
.geomapper-assist-call a:hover {
    color: #fff;
    text-decoration: underline;
}
.geomapper-assist-call img {
    margin-left: auto;
    margin-right: auto;
}

.geomapper-special-offers {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 27px;
    padding: 0 73px;
    margin-top: 75px;
}
.geomapper-special-offers img {
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 3;
}
.geomapper-special-offers .offer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    border: 3px solid #CC092F;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background: #E97979;
    z-index: 2;
}
.geomapper-special-offers .offer:nth-of-type(2) {
    border: 3px solid #AA0002;
    background: #EFEFF0;
}
.geomapper-special-offers .offer span {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
}
.geomapper-special-offers .offer span:first-of-type {
    font-weight: 800;
    font-size: 30px;
}
.geomapper-special-offers .bg-line {
    position: absolute;
    bottom: 22px;
    width: 100%;
    height: 3px;
    background: #FFE400;
    z-index: 1;
}

ul.geomapper-city-info {
    font-size: 16px;
    margin-left: 20px;
    line-height: 27px;
}

ul.latest_reviews {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
}
ul.latest_reviews li {
    display: flex;
    flex-direction: column;
    padding: 22px;
    border-top: 1px solid #A3A3A3;
}
ul.latest_reviews li:last-of-type {
    border-bottom: 1px solid #A3A3A3;
}
ul.latest_reviews li > p {
    font-size: 16px;
    font-style: italic;
    margin: 0;
}
ul.latest_reviews i {
    color: #CC092F;
}
ul.latest_reviews .review-details {
    display: flex;
    flex-direction: row;
    font-size: 14px;
    font-style: italic;
    gap: 6px;
}
ul.latest_reviews .review-details span:first-of-type {
    font-weight: 600;
}
ul.latest_reviews .review-details span:last-of-type {
    color: #A3A3A3;
}
.zipsearch-sidebar {
    background: #000000;
    color: #fff;
    margin-left: -40px;
    width: calc(100% + 80px);
    max-width: calc(100% + 80px);
    padding: 20px;
}
.zipsearch-sidebar h4 {
    font-weight: 800;
}
.zipsearch-sidebar input {
    width: 100%;
}

@media only screen and (max-width:780px) {
    .wp-block-column.geomapper-city {
        align-items: center;
    }
    .wp-block-column.geomapper-city h1 {
        text-align: center;
    }

    ul.state_list,
    ul.state_listing,
    ul.zip_list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .geomapper-special-offers {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        padding: 0 40px;
    }
    .geomapper-special-offers .bg-line {
        display: none;
    }
    .zipsearch-sidebar {
        margin-left: -30px;
        width: calc(100% + 60px);
        max-width: calc(100% + 60px);
    }
}

@media only screen and (max-width:1024px) {
    .geomapper-assist-call {
        flex-direction: column;
        padding: 15px;
        border-radius: 0;
        gap: 10px;
    }
}
