.information-div{
    height: 20px;
    width: 20px;
    background: #FBF9F9;
    border: 1px solid rgb(170, 170, 170);
    border-radius: 51px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    cursor: pointer;
    color: rgb(113, 113, 113);
}

.acf-field .acf-label label:has(.information-div){
    display: flex;
    gap: 0.2rem;
    align-items: center;
}
.acf-field .acf-label label{
    word-break: break-all;
}