.top-right-title {
  color: #fff
}

.respect-newlines {
  white-space: pre-line;
}

.breadcrumbs {
  margin-top: 0.5em;
}

.breadcrumbs > .current {
  text-transform: none;
}

#secondary-header {
  margin-top: 10px;
}

.home__search-bar {
  top: -6em;
  margin-bottom: -3em;
}

#features {
  margin-top: 2em;
  margin-bottom: 2em;
}

#footer--container {
  margin-top: 200px;
}

/* Cookie Consent */
.cc-window {
  background-color: #333;
  color: white;
}
.cc-window .cc-btn {
  border-width: 0;
  color: white;
}
.cc-window .cc-btn.cc-dismiss {
  background-color: #85C466;
}

/* Rating Stars */
.stars-disabled {
  color: lightgray;
}

.row .reviews-and-alternatives-links {
  margin-top: 10px;
}

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

.markets_and_categories h3 a {
  color: #344e67 !important;
  font-size: 1.125rem;
}

.markets_and_categories li {
  font-size: 13px;
}

/* Alternatives list */
.row.alternatives-list {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

.row.alternatives-list img{
  width: 40px;
  max-height: 40px;
}
.related-guide-link {
  margin-bottom: 0.5em;
}

/* Comparison */
.compare-row-header {
  margin-bottom: 0.5rem;
}
.compare-row {
  display: flex;
  align-items: center;
}
.compare-cell {
  text-align: center;
}

.compare-header {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vs-product-spec-reco.product-name a {
  color: #333;
  font-size: 1rem;
}
.vs-product-spec-reco.product-name {
  line-height: 1.2;
}

/* Header */
.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-bar > .top-bar-section {
  flex-grow: 1;
  text-align: right;
}

.software-advice-logo {
  line-height: initial !important;
}

.in-3-columns {
  column-count: 1;
}

@media (min-width: 576px) {
  .in-3-columns {
    column-count: 2;
  }
}

@media (min-width: 992px) {
  .in-3-columns {
    column-count: 3;
  }
}

.toggle-review-translation {
  color: #127cc0;
  text-decoration: underline;
  font-style: italic;
  cursor: pointer;
}
