/*
Theme Name: Soledad Child
Theme URI: https://www.runfit.es/soledad-child
Description: Tema hijo de Soledad
Author: RunFit
Author URI: https://www.runfit.es/
Template: soledad
Version: 1.0.0
*/

/* Aquí puedes añadir tus estilos personalizados */

/* ==========================================================================
   Estilos para tablas comparativas de afiliados (Runfit)
   ========================================================================== */
.runfit-table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 25px 0; }
.runfit-table th, .runfit-table td { padding: 10px; border: 1px solid #ddd; text-align: left; }
.runfit-table th { background-color: #FF9900; color: #ffffff; font-weight: bold; }
.runfit-table tr:nth-child(even) { background-color: #f9f9f9; }
