.est-error-wrapper {
    display: flex;
    flex-direction: row;
    gap: 4px;
    justify-content: start;
    align-items: center;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    overflow: visible;
    text-wrap: nowrap;
}

.est-error-text {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    color: #A13434!important;
}

est-error[no-absolute] .est-error-wrapper{
    position: unset;
}