.elementor-21 .elementor-element.elementor-element-48a6d1c5{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-c93f8d3 *//* Grid bonito para listado de autores de Perfect Brands */
.pwb-brands-cols-outer {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin-top: 10px;
}

/* Cada autor como tarjeta */
.pwb-brands-cols-outer .pwb-brands-col3 {
    width: 100% !important;
    float: none !important;
    text-align: center;
    padding: 12px 10px;
    border: 1px solid #eee;
    background: #fff;
    transition: all 0.2s ease;
}

/* Ocultar número de libros */
.pwb-brands-cols-outer .pwb-brands-col3 small {
    display: none !important;
}

/* Nombre del autor */
.pwb-brands-cols-outer .pwb-brands-col3 p {
    margin: 0 0 16px 0;
    line-height: 20px;
}

.pwb-brands-cols-outer .pwb-brands-col3 p a {
    font-size: 14px;
    font-weight: 700;
    color: #10183d;
    text-decoration: none;
}

/* Imagen del autor siempre igual */
.pwb-brands-cols-outer .pwb-brands-col3 img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border-radius:50%;
}

/* Responsive móvil */
@media (max-width: 900px) {
    .pwb-brands-cols-outer {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .pwb-brands-cols-outer {
        grid-template-columns: repeat(2, 1fr);
    }

    .pwb-brands-cols-outer .pwb-brands-col3 img {
        width: 100% !important;
        height: auto !important;
    }
}/* End custom CSS */