/* Handle showing store buttons in Wagtail admin summary panel */
.w-summary.w-panel .button {
    width: fit-content;
    margin-top: 5px;
}

/* The next two lines cause the "Site Summary" title to be displayed on the home page of the Wagtail admin */
.w-summary__list li:not(first-of-type) {
    margin-left: 1rem;
}

.w-summary__list a {
    font-size: .85rem;
}

.sidebar:not(.sidebar--slim) .sidebar-custom-branding {
    margin: 0.5rem auto;
}

.sidebar.sidebar--slim .sidebar-custom-branding {
    margin: 0;
    padding: 1rem 0.25rem;
}