/* Estilos para DirMed V2 */
.centro-medico-box {
    border: 1px solid #ddd !important;
    border-radius: 8px;
    padding: 20px !important;
    margin-bottom: 25px !important;
    background: #f9f9f9;
}

.horario-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.horario-table th {
    background: #003366 !important; /* Azul corporativo */
    color: #ffffff !important;
    padding: 10px;
    text-align: left;
}

.horario-table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.button.green-wapp {
    background-color: #25d366 !important; /* Verde WhatsApp */
    color: #fff !important;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
}

.button.green-wapp:hover {
    background-color: #128c7e !important;
}