.news-page-layout,
.courses-page-layout,
.markets-page-layout {
  max-width: none;
  padding: 0 clamp(28px, 2.5vw, 44px) 48px;
}

.institutional-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, .38);
  font-size: 10px;
}

.institutional-breadcrumb a {
  color: rgba(255, 255, 255, .60);
}

.institutional-page-header {
  margin-bottom: 14px;
  padding-top: 20px;
  padding-bottom: 16px;
}

.institutional-page-header__title {
  max-width: 980px;
  margin: 14px 0 0;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -.035em;
  line-height: 1.1;
}

.institutional-page-header__subtitle {
  max-width: 980px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .60);
  font-size: 12px;
  line-height: 1.45;
}

.news-layout,
.courses-layout {
  display: block;
}

.news-sidebar,
.courses-sidebar {
  display: none !important;
}

.news-toolbar,
.courses-toolbar,
.markets-toolbar {
  min-height: 48px;
  margin: 0;
  padding: 0;
}

.news-toolbar .rf-list-toolbar__meta,
.courses-toolbar .rf-list-toolbar__meta,
.markets-toolbar .rf-list-toolbar__meta {
  color: rgba(255, 255, 255, .60);
  font-size: 11px;
}

.news-toolbar .rf-list-toolbar__meta span,
.courses-toolbar .rf-list-toolbar__meta span,
.markets-toolbar .rf-list-toolbar__meta span {
  color: rgba(255, 255, 255, .94);
  font-variant-numeric: tabular-nums;
}

.news-toolbar .rf-filter-button,
.courses-toolbar .rf-filter-button,
.markets-toolbar .rf-filter-button {
  min-height: 34px;
  border: 0;
  border-radius: 0;
  padding: 0 2px 0 12px;
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
}

.news-toolbar .rf-filter-button:hover,
.courses-toolbar .rf-filter-button:hover,
.markets-toolbar .rf-filter-button:hover {
  background: transparent;
  color: rgba(255, 255, 255, .94);
}

.news-list,
.courses-list {
  border-top-color: rgba(255, 255, 255, .10);
  border-bottom-color: rgba(255, 255, 255, .10);
}

.markets-page-body {
  display: block;
}

.markets-sidebar {
  display: none;
}

.markets-main {
  min-width: 0;
}

.markets-active-filters {
  min-height: 0;
}

.markets-active-filters:empty {
  display: none;
}

.markets-table {
  width: 100%;
  border-collapse: collapse;
}

.markets-table thead th {
  height: 40px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
  color: rgba(255, 255, 255, .38);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.markets-table tbody td {
  height: 43px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .065);
  color: rgba(255, 255, 255, .60);
  font-size: 11px;
  white-space: nowrap;
}

.markets-table tbody td:first-child {
  color: rgba(255, 255, 255, .94);
}

.markets-table tbody tr:hover {
  background: rgba(255, 255, 255, .018);
}

.markets-page .markets-shell {
  max-width: none;
  padding: 0 clamp(28px, 2.5vw, 44px) 48px;
}

.markets-page .markets-page-header {
  margin-bottom: 14px;
}

.markets-page .markets-filter-strip {
  margin-top: 0;
}

.markets-page .exchange-filter {
  min-height: 48px;
  padding: 0 18px;
}

.markets-page .exchange-separator {
  height: 28px;
}

.markets-page .exchange-logo,
.markets-page .exchange-logo.brvm,
.markets-page .exchange-logo.ngx,
.markets-page .exchange-logo.cse,
.markets-page .exchange-logo.bvmac,
.markets-page .exchange-logo-mask {
  max-height: 24px;
}

.markets-page .companies-panel {
  margin-top: 14px;
  border-width: 1px 0 0;
  background: transparent;
}

.markets-page .companies-toolbar {
  min-height: 48px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
}

.markets-page .companies-toolbar .rf-list-toolbar__meta {
  color: rgba(255, 255, 255, .60);
  font-size: 11px;
}

.markets-page .companies-toolbar .rf-list-toolbar__meta strong {
  color: rgba(255, 255, 255, .94);
  font-weight: 400;
}

.markets-page .companies-toolbar .rf-filter-button {
  min-height: 34px;
  padding: 0 2px 0 12px;
  border: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
}

.markets-page .company-row,
.markets-page .company-row.company-list-row {
  min-height: 43px;
  padding: 0 10px;
  gap: 12px;
  border-top-color: rgba(255, 255, 255, .065);
}

.markets-page .company-row.table-head {
  min-height: 40px;
  color: rgba(255, 255, 255, .38);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .055em;
}

.markets-page .company-name,
.markets-page .company-sector {
  font-size: 11px;
  font-weight: 400;
}

.markets-page .ticker {
  display: inline;
  margin: 0 0 0 8px;
  font-size: 9px;
}

.markets-page .company-row:not(.table-head):hover {
  background: rgba(255, 255, 255, .018);
}

.news-article + .news-article,
.course-row + .course-row {
  border-top-color: rgba(255, 255, 255, .065);
}

.news-article summary,
.course-row summary {
  min-height: 54px;
  align-items: center;
  padding: 9px 0;
}

.news-row-title,
.course-row-title {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}

.news-row-meta,
.course-row-meta {
  margin-top: 4px;
  color: rgba(255, 255, 255, .42);
  font-size: 10px;
}

.news-row-marker,
.course-row-marker {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
  color: rgba(255, 255, 255, .50);
}

.news-panel,
.course-row-panel {
  color: rgba(255, 255, 255, .60);
  font-size: 12px;
  line-height: 1.65;
}

.news-drawer-apply,
.courses-drawer-apply {
  border: 1px solid rgba(255, 255, 255, .16);
  background: transparent;
  color: rgba(255, 255, 255, .94);
}

.news-drawer-reset,
.courses-drawer-reset {
  border-color: rgba(255, 255, 255, .10);
}

@media (max-width: 1023px) {
  .news-page-layout,
  .courses-page-layout,
  .markets-page-layout {
    padding: 10px 22px 42px;
  }

  .institutional-page-header {
    position: static;
    width: auto;
    height: auto;
    clip: auto;
    margin: 0;
    overflow: visible;
    padding: 0 0 10px;
    white-space: normal;
  }

  .institutional-page-header > :not(.institutional-breadcrumb) {
    display: none;
  }

  .news-toolbar,
  .courses-toolbar,
  .markets-toolbar {
    min-height: 44px;
  }

  .news-article summary,
  .course-row summary {
    min-height: 52px;
    padding: 8px 0;
  }
}

@media (max-width: 767px) {
  .news-page-layout,
  .courses-page-layout,
  .markets-page-layout {
    padding: 8px 18px 34px;
  }

  .news-row-title,
  .course-row-title {
    font-size: 12px;
  }

  .news-row-marker,
  .course-row-marker {
    width: 36px;
    height: 44px;
    flex-basis: 36px;
  }

  .markets-page .markets-shell {
    padding: 0 18px 34px;
  }

  .markets-page .markets-page-header {
    padding: 8px 0 10px;
  }

  .markets-page .markets-page-header > :not(.institutional-breadcrumb) {
    display: none;
  }

  .markets-page .markets-filter-strip {
    display: none;
  }

  .markets-page .companies-panel {
    margin-top: 0;
  }

  .markets-page .company-row,
  .markets-page .company-row.company-list-row {
    min-height: 48px;
    padding: 6px 0;
  }

  .markets-page .company-name {
    font-size: 12px;
  }
}
