/*
 * amstocktrafficlight 1.2.0 "calcula semáforo dinámico por cobertura de stock y ventas recientes"
 * Autor: VentaClick
 */

.stocktrafficlight-label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 0.625rem;
    margin-bottom: 0.25rem;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
}

.product-miniature .stocktrafficlight-label {
    justify-content: center;
    width: 100%;
    margin-top: 0.35rem;
    margin-bottom: 0.15rem;
    font-size: 13px;
}

.product-additional-info .stocktrafficlight-label,
.product-information .stocktrafficlight-label,
.product-prices .stocktrafficlight-label {
    display: flex;
    justify-content: flex-start;
}

.label-stocktrafficlight {
    display: inline-block;
    flex: 0 0 auto;
    width: 1rem;
    height: 1rem;
    margin: 0;
}

.circle-stocktrafficlight {
    border-radius: 999px;
}

.square-stocktrafficlight {
    border-radius: 2px;
}

.stocktrafficlight-text {
    display: inline-block;
}
