.lampamac-light-temp-wrapper {
    margin-top: 15px;
    font-family: inherit;
}

#temperatura h4 {
    font-size: 20px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    color: var(--e-global-color-0478dc1) !important;
}

.lampamac-temp-bar {
    position: relative;
    width: 100%;
    height: 25px;
    border-radius: 16px;
    background: linear-gradient(to right, #f4c27a 0%,
            /* cÃ¡lido 2700K */
            #fff3c1 40%,
            /* neutro 4000K */
            #cbe3ff 70%,
            /* frÃ­o 5000K */
            #b7d7ff 100%);
}

.lampamac-temp-indicator {
    position: absolute;
    top: -4px;
    width: 10px;
    height: 35px;
    background: #000;
    border-radius: 3px;
    transform: translateX(-50%);
}

.lampamac-temp-value {
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}

#temperatura {
    padding: 10px;
    background: #f7f7f8;
    border-radius: 10px;
    display: block;
}

#temperatura:empty {
    display: none;
}