.btn-autofit-group > [id="shortcode_locator_button"] {
    display: none;
}

.btn-autofit-group {
    display: flex;
    width: 100%;
    gap: 10px;
}

.btn-autofit-group > .autofit {
    flex: 1 1 0;
    width: 0 !important;
    min-width: 0;
    margin: 0 0 15px 0 !important;

    border-radius:4px;
}
