/* Estilo geral para os posts do tipo 'Locais de Atendimento' */
.locais-atendimento-post {
    margin: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}

/* Estilo para os cabeçalhos dos posts */
.locais-atendimento-header {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
}

/* Estilo para os campos de informações do local */
.info-campo {
    margin: 10px 0;
    padding: 5px;
    background-color: #eef;
    border-left: 5px solid #00a;
}

/* Classe para imagens destacadas */
.featured-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

/* Texto do conteúdo */
.entry-content {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.locais-atendimento-swiper { margin: 32px 0; }
.locais-atendimento-card {
    background: transparent !important;
    border-radius: 0;
    box-shadow: none;
    min-height: 100px;
    font-weight: normal;
    font-size: 1.05em;
}
.swiper-button-prev, .swiper-button-next, .swiper-pagination { display: none !important; }
