html[data-theme="light"], :root {
    --header-bg: #5a9e5b;
    --primary: #5a9e5b;
}

@media (prefers-color-scheme: dark) {
    html[data-theme="dark"], :root {
        --header-bg: #39653a;
        --primary: #39653a;
    }
}

@media (min-width: 1300px) {
    .dashboard #content-main {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 0.5em;
    }
}

#container {
    margin: auto;
    background: var(--body-bg);
    border: none;
}

body, td, th, li, dt, dd, .module h2, .module caption, .inline-group h2,
#changelist-filter h2, input, textarea, select, .form-row p {
    line-height: 1.25;
    font-family: "Source Sans Pro", sans-serif;
}

.module h2, .module caption, .inline-group h2 {
    padding: 0.4em;
    border-radius: 0.4em 0.4em 0 0;
}

.dashboard .module caption {
    text-align: center;
    font-size: 1.15rem;
}

.dashboard #content {
    width: auto
}

.qq-upload-success {
    background: #b9ff6d;
}

.qq-upload-list > div:last-child {
    padding-bottom: 8px !important;
}

.qq-upload-list .progress-bar {
    height: 16px;
}

.qq-upload-list .progress-bar .content {
    height: 16px;
    -webkit-transition: width 0.5s;
}

.aligned .field-text label, .aligned .field-content label {
    float: none;
}

.tox-tinymce {
    width: 100%;
}
