/* Font sizes and inputs */

code,
pre,
textarea.monospace,
.monospace textarea {
    font-family: var(--w-font-mono);
    font-weight: normal;
    font-weight: 1rem;
}

.input input[type="color"] {
    height: 40px;
    padding: 5px;
}

/* Show the site's custom logo in the wagtail admin */

.sparrow-logo-custom {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
}

.sidebar-custom-branding {
    padding: 20px;
    margin: 0;
}

/* Display the optional banner above main content */

.sparrow-banner {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}
.sparrow-banner ~ .content-wrapper {
    padding-top: calc(1.5em + 8px);
}

/* Streamfield editor */

.sparrow-collapsible {
    padding: 0;
    margin: -16px 0 10px 0;
}
.sparrow-collapsible .sparrow-collapsible-target {
    padding: 10px 0 0;
}
.sparrow-collapsible > button {
    max-width: 140px;
}

.sparrow-checkbox-group {
    margin-bottom: 1em;
}
.sparrow-checkbox-group ul {
    margin-top: 0.5em;
}
.sparrow-checkbox-group label {
    padding-bottom: 0.25em;
}
.sparrow-checkbox-group label input {
    margin-right: 0.25em;
}

.sparrow-callout {
    background-color: var(--w-color-surface-header);
    border: 1px solid var(--w-color-border-furniture);
    border-radius: 6px;
    display: inline-block;
    padding: 2em 3em;
    text-align: center;
}
.sparrow-callout .sparrow-big-icon {
    font-size: 5rem;
    color: var(--w-color-text-label);
}
