.acf-field-top-16 {
    user-select: none;
}

.acf-top_16-toggler {
    align-self: flex-start;
}

.acf-field-repeater.acf-field-setting-choices {
    border: 1px solid red;
}

.acf-field-repeater.acf-field-setting-choices>.acf-input {
    border: 1px solid green;
    max-width: 100%;
}

.acf-field-repeater.acf-field-setting-choices>.acf-input .acf-field {
    padding: 0;
}

.acf-field-repeater.acf-field-setting-choices>.acf-input .acf-field.acf-field-text {
    width: 200px;
    min-width: 200px;
}

.acf-field-top-16 ul.acf-checkbox-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 12px;
    justify-content: center;
}

.acf-field-top-16 ul.acf-checkbox-list>li>label>img {
    object-fit: contain;
}

.size-pos_scr-thumbnail {
    max-width: 100%;
    height: auto;
    width: 250px;
}

.top-16-popin {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    border: 20px solid #000;
    box-sizing: border-box;
    z-index: 99999999999;
    background-color: #ffffffee;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    cursor: zoom-out;
}

.top-16-popin img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.acf-field-top-16 .dashicons-editor-expand {
    cursor: zoom-in;
    width: 100%;
    text-align: right;
}

.acf-field-top-16 .dashicons-editor-expand:before {
    width: 100%;
    text-align: right;
}