.acf-field-input-container-artesan .admin_style_texto_artesan {

    display: flex;
}

.acf-field-input-container-artesan .admin_style_texto_artesan>div.input_container {
    display: block;
    width: 100%;
}

.acf-field-input-container-artesan .admin_style_texto_artesan>div.icon_button {

    display: flex;
    align-items: center;
    width: auto;
    height: 20px;
    padding: 5px;
    color: rgb(85, 85, 85);
    border-color: rgb(204, 204, 204);
    background: rgb(247, 247, 247);
    box-shadow: rgb(204, 204, 204) 0px 1px 0px;
}

.acf-field-input-container-artesan .admin_style_texto_artesan>div.icon_button svg {
    width: 100%;
    height: 100%;
    color: rgb(85, 85, 85);
}

.acf-field-input-container-artesan .admin_style_texto_artesan>div.icon_button svg path {

    color: rgb(85, 85, 85);
}

.config_container.artesan_text .tab-button {

    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    border-radius: 0px;
    height: calc(30px);
    background: transparent;
    border: none;
    box-shadow: none;
    cursor: pointer;
    padding: 3px calc(16px);
    margin-left: 0px;
    font-weight: 500;
}

.config_container.artesan_text .tab-button.active {
    border-bottom: 2px solid black;
}