
.lmat-settings-header-tab-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 0;
    box-shadow: 0 0 transparent, 0 0 transparent, 0 1px 2px 0 #0000000d;
    padding-inline: 1.8rem;
    width: 100%;
    box-sizing: border-box;
}
.wrap{
    margin: 0;
}

.toplevel_page_lmat #lmat-settings-header{
    position:absolute;
    top:0;
    width:100%;
}
.toplevel_page_lmat .show-settings:not(.screen-meta-active){
    margin-top:63px;

}
.toplevel_page_lmat .show-settings.screen-meta-active{
    margin-top:0;
}
.toplevel_page_lmat #screen-meta{
    margin-top:65px;
    margin-right:0;
}
.toplevel_page_lmat #wpbody{
    background-color: #FFF;
}

.toplevel_page_lmat .wrap{
    margin-top:95px;
}
.languages_page_lmat_settings #wpbody{
    background-color: #F3F4F6;
}
#wpcontent{
    padding: 0;
}
#main-col-container{
    display: flex;
    flex-direction: row-reverse;
    gap: 2rem;
    padding: 30px 30px 0px 30px;
}
#col-left{
    width: 100%;
}
#col-right{
    width: 100%;
}


.lmat-settings-header-logo{
    height: 32px;
}

.lmat-settings-header-logo a{
    outline: none;
    box-shadow: none;
}

.lmat-settings-header-logo a:focus{
    outline: none;
    box-shadow: none;
}

.lmat-settings-header-logo img{
    height: 32px;
    object-fit: contain;
}

.lmat-settings-header-tab-list{
    display: flex;
    align-items: center;
    margin-left: 1.5rem;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #4b5563;
    gap: 1.1rem;
    font-family: inherit;
}

.lmat-settings-header-tab-list a{
    color: #4b5563;
    text-decoration: none;
    padding: 0px;
}

.lmat-settings-header-tab-list a:hover{
    color: #4b5563;
}

.lmat-settings-header-tab-list a:focus{
    color: #4b5563;
    outline: none;
    border: none;
    box-shadow: none;
}

.lmat-settings-header-tab{
    padding: 1.4rem 0.3rem;
    cursor: pointer;
    position: relative;
}

.lmat-settings-header-tab.active:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #3b82f6;
}


.languages_page_lmat_settings .wrap #string-translation{
    margin-top: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.lmat-settings-header-actions{
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-left: auto;
}

.lmat-header-action-link{
    color: #4b5563;
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    font-family: inherit;
    transition: color 0.2s ease;
    display: inline-flex;
    align-items: center;
}

.lmat-header-action-icon{
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-image: var(--lmat-icon-url);
    mask-image: var(--lmat-icon-url);
}

.lmat-header-action-link:hover{
    color: #3b82f6;
    text-decoration: none;
}

.lmat-header-action-link:focus{
    color: #3b82f6;
    outline: none;
    box-shadow: none;
}
