.avoid-main-layout-article {
    margin-left: -32px;
    margin-right: -24px;
}

.sticky-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
}

@media (max-width: 640.98px) {
    .sticky-row:not(.auth) {
        display: none;
    }

    .sticky-row.auth {
        justify-content: space-between;
    }

    .sticky-row a, .sticky-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .sticky-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main-sticky-header {
        position: sticky;
        top: 0; /* offset to avoid overlap */
    }

    .main-sticky-breadcrumbs {
        position: sticky;
        top: 57px; /* offset to avoid overlap */
    }

    .sticky-action-bar {
        position: sticky;
        top: 114px; /* offset to avoid overlap */
    }
}