/* Ocultar contadores por defecto de PrestaShop */
.product-customization-item .float-xs-right {
    display: none !important;
}

/* Estilos para nuestro contador personalizado */
.hkmaxlength-counter {
    float: right;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    display: block;
    width: 100%;
    text-align: right;
    clear: both;
}

.hkmaxlength-counter.limit-reached {
    color: #e74c3c !important;
    font-weight: bold !important;
}

/* Asegurar que el contador no afecte el layout */
.product-customization-item {
    position: relative;
    margin-bottom: 15px;
}

.product-customization-item .hkmaxlength-counter {
    position: relative;
    bottom: 0;
    right: 0;
}