/*
    - Name: "view--consumption-solved-cases--page.scss"
    - Description: "Add custom styles to view consumption solved cases search page"
*/
.consumption-solved-cases-page-header-text {
  overflow: hidden;
  max-width: 928px;
  margin-bottom: var(--spacingMd);
}

.consumption-solved-cases-page-header-text p, .consumption-solved-cases-page-header-text .field--type-text-with-summary p {
  font-size: var(--fontSizeMobileLead);
}

@media all and (min-width: 78rem) {
  .consumption-solved-cases-page-header-text p, .consumption-solved-cases-page-header-text .field--type-text-with-summary p {
    font-size: var(--fontSizeLead);
  }
}
.view-consumption-solved-cases .view-content > .views-row {
  margin-top: -0.0625rem;
  padding: var(--spacingXs) 0;
  border-top: 1px solid var(--colorGreys300);
  border-bottom: 1px solid var(--colorGreys300);
}

.view-consumption-solved-cases .view-content > .views-row .views-field-title {
  margin-bottom: var(--spacing2xs);
  font-size: var(--mobileH4BoldFontSize);
  font-weight: var(--mobileH4BoldFontWeight);
  line-height: var(--mobileH4BoldLineHeight);
}

@media all and (min-width: 78rem) {
  .view-consumption-solved-cases .view-content > .views-row .views-field-title {
    font-size: var(--desktopH4BoldFontSize);
    line-height: var(--desktopH4BoldLineHeight);
  }
}
.view-consumption-solved-cases .view-content > .views-row .views-field-title a {
  color: var(--colorTextBlack);
  text-decoration: none;
}

.view-consumption-solved-cases .view-content > .views-row .views-field-title a:hover {
  text-decoration: underline;
}