
/* Page header logo */
@media (max-width: 61.999rem) {
    .page-header__logo {
        margin-left: 0;
    }
}

/* Top tasks */
.top-tasks-tile--normal,
.top-tasks-tile--special,
.top-tasks-tile--dynamic {
    border-width: 0 0 var(--border-width) 0;
}

/* Feedback */
.feedback .collapsible__button {
    --font-family: var(--root-heading-4-family);
}
