.cps-admin-logo {
    display: block;
    height: auto;
    object-fit: contain;
}

.cps-admin-logo--sidebar {
    margin: 0 auto;
    width: 80px;
}

.sidebar--slim .cps-admin-logo--sidebar {
    width: 40px;
}

.login .cps-admin-login-logo {
    width: 128px;
}

.cps-admin-logo--login {
    margin: 0 auto;
    width: 128px;
}

/*
 * Keep the Wagtail sidebar at its native 0.875rem (14px) size, while using a
 * more compact type scale in the main admin content. The hierarchy remains
 * visible through 26px page titles, 15px panel titles and 13px body text.
 */
.content-wrapper {
    font-size: 0.8125rem;
}

.content-wrapper .w-header .w-header__title,
.content-wrapper .w-header h1 {
    font-size: 1.625rem;
}

.content-wrapper .w-panel__heading--label {
    font-size: 0.9375rem;
}

.content-wrapper .w-body-text,
.content-wrapper .w-body-text-large,
.content-wrapper .listing .title .title-wrapper,
.content-wrapper .listing .title h2,
.content-wrapper .chooser__title {
    font-size: 0.8125rem;
}

.content-wrapper .w-field__label,
.content-wrapper .w-tabs__tab,
.content-wrapper .button,
.content-wrapper .footer .actions--primary .button {
    font-size: 0.8125rem;
}

.content-wrapper .help,
.content-wrapper .w-help-text,
.content-wrapper .listing .meta,
.content-wrapper .listing .w-status,
.content-wrapper .listing .status-tag {
    font-size: 0.75rem;
}

.content-wrapper input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]),
.content-wrapper select,
.content-wrapper textarea,
.content-wrapper .Draftail-Editor .DraftEditor-root,
.content-wrapper .Draftail-ComboBox {
    font-size: 0.8125rem;
}
