.elt-question-wrapper {
    position: relative;
}

.elt-selected-label {
    position: absolute;
    top: -25px;
    /* Możesz dostosować */
    left: 0;
    font-size: 1.4em;
    color: #2271b1;
    font-weight: bold;
    min-width: 32px;
    transition: all 0.15s;
    pointer-events: none;
    z-index: 2;
}

.elt-selected-label span {
    background: #fff;
    padding: 0 10px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    border: 1px solid #2271b1;
    display: inline-block;
}