body.wcmha-providers {
    background-color: #f8f8f8;
}

.wcmha-providers button {
    background: transparent;
    color: #2176ff;
    text-decoration: none;
    transition: 0.4s ease-in-out;
    padding: 0;
    font-weight: 400;
    font-size: 18px;
    text-transform: none;
}

.wcmha-providers button:hover,
.wcmha-providers button:active,
.wcmha-providers button:focus {
    color: #010b7a;
}

.archive-description {
    background: #010b7a;
    background-image: url(../images/cnt-bkg-cta.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    color: #fff;
    padding: 100px 0;
}

.archive-title {
    color: #fff;
}

.site-inner {
    max-width: 1280px;
    margin: 2.5rem auto;
}

.wcmha-providers main.content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.grid-cont {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 24px;
}

.entry-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.post-content {
    background-color: #ffffff;
    padding: 12px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    box-shadow: 0px 2px 5px 1px rgba(180,180,180,0.9);
    -webkit-box-shadow: 0px 2px 5px 1px rgba(180,180,180,0.9);
    -moz-box-shadow: 0px 2px 5px 1px rgba(180,180,180,0.9);
    text-align: center;
}

.post-content .placeholder-cont {
    border-radius: 50%;
    background-color: #2176ff;
    color: #ffffff;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.post-content .placeholder-cont > p {
    font-size: 48px;
}

.post-content img {
    height: 160px;
    object-fit: contain;
}

.post-content p {
    margin: 0;
}

.post-content h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 12px 0 0 0;
}

.details-cont {
    border-top: thin solid #dddddd;
    width: 100%;
}

.inner-flex {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.row-flex {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

address {
    text-align: left;
    font-size: 15px;
    margin: 0;
}

.contact-cont {
    padding-top: 10px;
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    border-top: thin solid #dddddd;
}

.links {
    padding-top: 10px;
    border-top: thin solid #dddddd;
}

@media (max-width: 1320px) {
    .site-inner {
        max-width: 1000px;
    }
}

@media (max-width: 1040px) {
    .site-inner {
        max-width: 840px;
    }
}

@media (max-width: 680px) {
    .placeholder-cont, img {
        height: 110px;
    }

    address, .contact-cont {
        font-size: 13px;
    }

    .links{
        font-size: 14px;
    }
}
