/*
===================================================================
 ESTILOS PERSONALIZADOS PARA EL MÓDULO DE OPINIONES DE LA TIENDA
===================================================================
*/

/* --- 1. ESTILO PARA LAS TARJETAS DE OPINIÓN --- */
#spr .spr_home_reviews_custom {
    background-color: #ffffff !important;
    padding: 25px !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08) !important;
}


/* --- 2. ESTILO PARA EL BOTÓN 'VER TODAS LAS OPINIONES' --- */
.spr_see_all_products a.bt_see_all {
    background: #E59700 !important;
    color: #1a1a1a !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 15px 35px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.2s ease-in-out !important;
    text-decoration: none !important;
}

/* --- 2a. EFECTO HOVER PARA EL BOTÓN --- */
.spr_see_all_products a.bt_see_all:hover {
    background: #D48C00 !important;
    transform: translateY(-2px);
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2) !important;
    color: #000000 !important;
}