.gama-atributo {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 15px 0;
    padding: 10px 0;
}

.gama-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    min-width: 80px;
    text-align: center;
}

.gama-imagen {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border: 1px solid #e0e0e0;
    padding: 2px;
    background: #fff;
}

.gama-texto,
.gama-texto-solo {
    font-size: 12px;
    color: #666;
    font-weight: 500;
    line-height: 1.2;
}

.gama-texto {
    margin-top: 4px;
}

.gama-texto-solo {
    background-color: #f5f5f5;
    padding: 8px 12px;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #e0e0e0;
}

/* Estilos para el widget de Elementor */
.elementor-widget-container .gama-atributo {
    margin: 0;
    padding: 5px 0;
}

.elementor-widget-container .gama-item {
    min-width: 70px;
}

/* Estilos responsive */
@media (max-width: 767px) {
    .gama-item {
        min-width: 60px;
    }
    
    .gama-imagen {
        width: 40px;
        height: 40px;
    }
    
    .gama-texto,
    .gama-texto-solo {
        font-size: 11px;
    }
}
