.admin-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 10px;
}

.admin-tab-button {
    border: 1px solid #417690;
    border-radius: 3px;
    padding: 4px 10px;
    background: #222;        /* под тёмную тему можно подправить */
    color: #eee;
    cursor: pointer;
    font-size: 13px;
}

.admin-tab-button.is-active {
    background: #417690;
    color: #fff;
}

.admin-tab-button:hover {
    filter: brightness(1.1);
}


.submit-row {
    position: fixed;
    bottom: 0;
}

.django-ace-toolbar,
.ace_print-margin,
.ck-powered-by-balloon {
    display: none;
}

.ace-dracula,
.ace_gutter-active-line {
    background-color: #171717 !important;
}

.ace_gutter,
.ace_active-line,
.ace-dracula {
    background: #171717 !important;
}