/* --- BOTONES PRINCIPALES (Naranja CuentaHost) --- */
#order-premium_comparison .premium-comparison-pricing-wrapper .pricing-footer .btn-order-primary {
    background-color: #ea9b2d !important;
    border: none !important;
    color: #ffffff !important;
    padding: 12px 25px !important;
    transition: all 0.3s ease;
}

/* --- HOVER DE BOTONES (Verde Elemento Activo #7ff933) --- */
#order-premium_comparison .premium-comparison-pricing-wrapper .pricing-footer .btn-order-primary:hover {
    background-color: #7ff933 !important;
    color: #043d5f !important; /* Texto oscuro para contraste */
    transform: scale(1.05);
}

/* --- CABECERAS DE PLANES (Azul Medio #0e5077) --- */
#order-premium_comparison .premium-comparison-pricing-wrapper .pricing-header {
    background-color: #0e5077 !important;
}

/* --- TÍTULO DEL PLAN (Blanco para resaltar) --- */
#order-premium_comparison .premium-comparison-pricing-wrapper .pricing-header .title {
    color: #ffffff !important;
}

/* --- TEXTO DE CARACTERÍSTICAS (Azul Oscuro #043d5f) --- */
#order-premium_comparison .premium-comparison-pricing-wrapper .pricing-body ul li {
    color: #043d5f !important;
}