/* Aufhübschen der Pimcore6 Admin UI zur Verbesserung der Usability */
.objectlayout_element_text {
    border: 1px solid #D0D0D0;
}

.pimcore_object_panel_edit .x-tab-bar {
    background: #D0D0D0;
    border-left: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    border-top: 1px solid #D0D0D0;
}

.pimcore_object_panel_edit .x-tab-bar + .x-panel-body {
    border-bottom: 1px solid #D0D0D0 !important;
    border-left: 1px solid #D0D0D0 !important;
    border-right: 1px solid #D0D0D0 !important;
}

.object_localizedfields_panel > .x-panel-header,
.object_localizedfields_panel > .x-panel-body > .x-panel > .x-tab-bar,
.object_localizedfields_panel > .x-toolbar {
    background: #D0D0D0;
}

.objectlayout_element_text > .x-panel-header,
.objectlayout_element_text > .x-panel-header .x-panel-header-title {
    color: #404040;
    background: #D0D0D0;
}

.objectlayout_element_fieldCollectionContainer .x-panel-header {
    color: #404040;
    background: #D0D0D0;
    border-bottom: 1px solid #D0D0D0 !important;
    border-left: 1px solid #D0D0D0 !important;
    border-right: 1px solid #D0D0D0 !important;
}

.objectlayout_element_fieldCollectionContainer .x-title-text {
    color: #404040;
}

.pimcore_main_accordion .x-grid-item {
    margin-top: 2px;
}

.pimcore_main_accordion .x-grid-item:first-child {
    margin-top: 0;
}
