/*
    - Name: "node-solved-cases.scss"
    - Description: "Add custom styles to node solved cases"
*/
.node--type-solved-cases.node--view-mode-full .content-body .block .field--name-consumer .field--label,
.node--type-solved-cases.node--view-mode-full .content-body .block .field--name-company .field--label,
.node--type-solved-cases.node--view-mode-full .content-body .block .field--name-arbitration-college .field--label {
  font-family: var(--largeBoldFontFamily), sans-serif;
  font-weight: var(--largeBoldFontWeight);
  font-size: var(--largeBoldFontSize);
  line-height: var(--largeBoldLineHeight);
}

.node--type-solved-cases .layout-content-right-sidebar .layout--right {
  border-top: 1px solid var(--colorGreys300);
  margin-top: var(--spacingLg);
}

@media all and (min-width: 50.0625rem) {
  .node--type-solved-cases .layout-content-right-sidebar .layout--right {
    border-top: none;
  }
}
.node--type-solved-cases .layout-content-right-sidebar .layout--right .content-sidebar .level-h3 {
  font-size: var(--desktopH3BoldFontSize);
}

@media all and (min-width: 50.0625rem) {
  .node--type-solved-cases .layout-content-right-sidebar .layout--right .content-sidebar .level-h3 {
    margin-bottom: 0;
  }
}