.metaly-countries__control {
    display: flex;
    align-items: center;
    gap: 6px;
}

.metaly-countries__flag {
    width: 24px;
    height: 24px;
    /* match WP controls */
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.metaly-countries__flag.is-has-flag {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* <- evita estirado */
}


.metaly-countries__flag.is-empty .dashicons {
    color: #8c8f94;
    /* WP gray */
    font-size: 16px;
    width: 16px;
    height: 16px;
    line-height: 16px;
}

.metaly-countries__wrap.acf-input-wrap {
    margin: 0;
}

.metaly-countries__select {
    height: 30px;
    line-height: 30px;
    min-width: 280px;
    max-width: 100%;
}