/* Estilos Base DirMed V3 */
.dm-profile-wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    font-family: sans-serif;
    color: #1e293b;
}

.dm-profile-header h1 {
    color: #004b75;
    margin-bottom: 10px;
}

.dm-meta-badges {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.badge-especialidad, .badge-exequatur {
    background: #e2e8f0;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
}

/* Acciones de Contacto */
.dm-contact-actions {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.btn-whatsapp {
    background-color: #25d366;
    color: white;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
}

/* Tarjetas de Centros */
.dm-centro-card {
    border: 1px solid #e2e8f0;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 15px;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.dm-centro-card h3 {
    margin-top: 0;
    color: #007a8b;
}

.btn-sm-whatsapp {
    display: inline-block;
    background: #004b75;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    margin-top: 10px;
}

/* Pie de página */
.dm-footer-actions {
    margin-top: 40px;
    text-align: center;
}

#dm-share-btn {
    background: #f1f5f9;
    border: 2px solid #cbd5e1;
    padding: 12px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
}