.wtmg-provider-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.wtmg-provider-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 25px;
    background: #fff;
}

.wtmg-provider-card h3 {
    margin-top: 0;
    font-size: 24px;
}

.wtmg-provider-card h3 a {
    text-decoration: none;
}

.wtmg-verified {
    display: inline-block;
    margin: 10px 0 20px;
    padding: 6px 12px;
    border-radius: 20px;
    background: #eef7ee;
    color: #277a35;
    font-size: 14px;
}

.wtmg-provider-services,
.wtmg-provider-location {
    margin-top: 20px;
}

.wtmg-provider-services strong,
.wtmg-provider-location strong {
    display: block;
    margin-bottom: 8px;
}
.wtmg-provider-logo {
    width:120px;
    height:80px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:20px 0;
}

.wtmg-provider-logo img {
    max-width:100%;
    max-height:100%;
    object-fit:contain;
}

@media (max-width: 768px) {

    .wtmg-provider-grid {
        grid-template-columns: 1fr;
    }

}
