/**
 * Számozott címsor (Elementor widget)
 * A színek, a tipográfia és a méretek az Elementorban felülírhatók.
 */

.uh-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    background-color: #00B3A7;
    border-radius: 20px;
    color: #fff;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.uh-item .uh-num {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    color: #00b4a7;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
}

.uh-item .uh-text {
    margin: 0;
    padding: 0;
    color: inherit;
    font: inherit;
}
