.homepage_container {
  margin: 14px;
}

.site-content {
  display: block;
}

#call-to-action {
  width: 100%;
  background: #00abff;
  color: #ffffff;
}

#call-to-action .homepage_container {
  width: min(978px, calc(100% - 24px));
  margin: 0 auto;
  padding: 24px 14px;
}

.homepage_container h4 {
  margin: 0;
  color: #ffffff;
  font-size: 27px;
  font-weight: 300;
  line-height: 1.35;
}

#home-content,
#home-content p,
#home-content li,
#home-content a,
.page_content,
.page_content p,
.page_content li,
.guides,
.guides p,
.guides li,
.prints,
.prints p,
.prints li,
.lead {
  color: #111111 !important;
}

.menu-issue-list-container ul {
  list-style-type: disc;
}

.menu-issue-list-container li {
  margin-left: 5px;
}

.menu-sidebar,
.menu-sidebar ul {
  list-style-type: none;
}

.menu-sidebar {
  padding-left: 0;
}

.menu-sidebar li {
  margin: 4px 0;
}

.menu-sidebar a {
  display: block;
}

.menu-sidebar .btn {
  width: 100%;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

.sidebar-issn {
  display: inline-block;
  white-space: nowrap;
}

.menu-sidebar a:hover {
  color: #ffffff;
}

.split-list {
  display: flex;
  align-items: flex-start;
  gap: 36px;
  margin-bottom: 18px;
}

.split-list ul {
  flex: 1 1 0;
  margin: 0;
  padding-left: 18px;
}

.menu-sidebar .btn-primary,
.menu-sidebar .btn-primary:visited,
.menu-sidebar .btn-primary:hover,
.menu-sidebar .btn-primary:focus {
  color: #ffffff !important;
}

#home-content .menu-sidebar .btn-primary,
#home-content .menu-sidebar .btn-primary:visited,
#home-content .menu-sidebar .btn-primary:hover,
#home-content .menu-sidebar .btn-primary:focus,
#home-content .menu-sidebar .btn-primary span {
  color: #ffffff !important;
}

.page_content li {
  margin: 10px 0;
}

.page_content a {
  color: #0c65b5;
}

.clear-margins {
  margin: -15px 0 10px;
}

.sidebar-journal-cover {
  margin-bottom: 10px;
}

.separator {
  margin-top: 20px;
}

.button-label {
  color: white;
}

.button-label a:hover {
  color: #fff !important;
}

.toc {
  font-size: 18px;
}

.toc-title {
  font-weight: bold !important;
  text-decoration: none !important;
}

.toc-title:hover {
  text-decoration: underline !important;
}

.toc-guides {
  font-size: 14px;
}

.toc-abstract-btn,
.toc-pdf,
.toc-cite-btn {
  margin-right: 15px;
}

.tag-badge {
  margin-left: 3px;
}

.list-unstyled {
  list-style-type: none;
}

.doi {
  margin-top: 10px;
  margin-bottom: -5px;
}

.fa-pdf-colored {
  color: red;
}

.fa-rating-colored {
  color: orange;
}

.fa-scholar-colored {
  color: #0c65b5;
}

.fa-metric-colored {
  color: #008765;
}

.article-abstract-card {
  font-size: 14px;
}

.article-cite-card pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
  border-radius: 4px;
  font-size: 13px;
  background: none;
  border: none;
  color: #000;
  margin: 0;
}

.citation-pane {
  display: none;
  margin-top: 15px;
}

.citation-pane.is-active {
  display: block;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

.dropdown-menu.show {
  display: block;
}

#backtotop {
  visibility: hidden;
  opacity: 0.2;
}

#backtotop.is-visible {
  visibility: visible;
  opacity: 0.5;
}

#backtotop:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .split-list {
    display: block;
  }

  .split-list ul + ul {
    margin-top: 0;
  }

  .button-label .btn,
  .article_actions .btn {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 12px 16px;
  }

  .button-label .btn-group {
    width: 100%;
  }

  .button-label .btn-group .btn {
    font-size: 16px;
    padding: 12px 16px;
  }
}

/* The migrated metrics widgets previously depended on source-page inline CSS. */
.metrics-page .card-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 20px 0;
}

.metrics-page .card-container.service-stats {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.metrics-page .card {
  min-width: 0;
  padding: 18px;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  background: #ffffff;
  text-align: center;
}

.metrics-page .card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3em;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.metrics-page .widget-link {
  display: block;
  color: #505050;
  text-decoration: none;
  border-radius: 4px;
}

.metrics-page .widget-link:hover {
  color: #0c65b5;
}

.metrics-page .widget-link:focus-visible {
  outline: 2px solid #0c65b5;
  outline-offset: 4px;
}

.metrics-page .service-value {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
}

.metrics-page .service-description {
  margin-top: 4px;
  font-size: 14px;
}

.metrics-page .citescore-widget {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.metrics-page .score-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.metrics-page .score-number {
  font-size: 30px;
  line-height: 1.2;
}

.metrics-page .score-info {
  font-size: 14px;
  line-height: 1.4;
  text-align: right;
}

.metrics-page .score-year {
  display: block;
}

.metrics-page .progress-bar-bg {
  height: 4px;
  overflow: hidden;
  background: #dcdcdc;
}

.metrics-page .progress-bar {
  height: 4px;
  background: #0056d6;
}

.metrics-page .progress-88 { width: 88%; }
.metrics-page .progress-75 { width: 75%; }
.metrics-page .progress-71 { width: 71%; }
.metrics-page .progress-69 { width: 69%; }

.metrics-page .percentile {
  margin-top: 6px;
  font-size: 13px;
}

.metrics-page .powered-by {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 12px;
  font-size: 12px;
}

.metrics-page .scopus-logo {
  display: block;
  width: 70px;
  max-width: 100%;
  height: auto;
}

.metrics-page .left-col-image {
  margin: 16px 0;
}

.metrics-page .right-col-image {
  min-width: 0;
}

@media (max-width: 575px) {
  .metrics-page .card-container,
  .metrics-page .card-container.service-stats {
    grid-template-columns: minmax(0, 1fr);
  }
}
