:root {
    --w-color-primary: #0b0c0c;
    --w-color-primary-200: #333;

    --w-color-secondary: rgba(174, 9, 78, 1);
    --w-color-secondary-600: rgba(174, 9, 78, 0.7);
    --w-color-secondary-400: rgba(174, 9, 78, 0.7);
    --w-color-secondary-100: rgb(255, 165, 203);
    --w-color-secondary-75: rgb(255, 165, 203);
    --w-color-secondary-20: rgb(255, 165, 203);

    --dps-sidebar-override-bg-sandbox: var(--w-color-secondary-600);
    --dps-sidebar-override-bg-dev: var(--w-color-positive-100);

    --dps-sidebar-override-color-sandbox: var(--w-color-text-context);
    --dps-sidebar-override-color-dev: var(--w-color-text-context);
}

.sidebar--slim .dpsadmin--camden-logo {
    padding: 1em;
}

/** Accessibility checks don't work in headless mode. Hide the checks button. **/
button[data-w-tooltip-content-value="Checks"] {
    display: none;
}

.sidebar--slim .dpsadmin--environment {
    display: none;
}

.dpsadmin--environment {
    text-decoration: none;
    font-family: var(--w-font-mono);
    margin-top: 0.5rem;
    font-size: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
