.reviewed {
    margin-bottom: 30px;
}

.top-bar-with-sticky {
    display: flex;
    align-items: center;
    /*border-bottom: 2px solid #ccc;*/
    padding: 12px 40px;
    font-family: Arial, sans-serif;
    position: relative;
    margin-left: 10px;
    min-height: 61px;
}

.left-section-with-sticky {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 1;
    flex-wrap: nowrap;
}


.menu a {
    text-decoration: none;
    color: #000;
    margin-left: 15px;
    font-weight: 500;
    white-space: nowrap;
}

.about-journal-row-with-sticky {
    display: flex;
    align-items: center;
    white-space: nowrap;
}


.outline-button-with-sticky {
    border: 1px solid #ccc;
    background-color: white;
    padding: 8px 14px;
    border-radius: 20px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.article-outline-with-sticky {
    display: flex;
    margin-right: 16%;
    flex-shrink: 0;
    justify-content: space-between;
    margin-left: auto;
}

.page-breadcrumb.journal-header-with-sticky-header {
    height: 110px;
    position: relative;
}

@media only screen and (max-width: 500px) {

    .article-outline-with-sticky {
        display: none;
    !important;
    }

    .top-bar-with-sticky {
        display: flex;
        align-items: center;
        border-bottom: 2px solid #ccc;
        padding: 12px 23px;
        font-family: Arial, sans-serif;
        position: relative;
        margin-left: 0px;
    }

}

@media only screen and (max-width: 600px) {
    .left-section-with-sticky {
        flex-direction: column;
    }

    .reviewed {
        margin-bottom: 0;
        text-align: center;
    }

    .mobile-card {
        width: 100%;
    }
}
