/**
 * @file
 * Visual styles for highlights in Base+.
 */
.highlights {
  margin: 60px 0 30px;
}
.highlight {
  text-align: center;
  margin-bottom: 20px;
}
.highlight-head {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
}
.highlight-head:after {
  content: "+";
}
.highlight-body {
  font-size: 18px;
  font-weight: 400;
}
.headings-wide-spacing-enabled .highlight-body {
  letter-spacing: var(--mt-headings-letter-spacing);
  text-transform: uppercase;
}

/*highlights style 2*/
.highlight-2 {
  text-align: center;
  padding: 5px 0 40px;
}
.highlight-2-head {
  display: block;
  margin: 0 auto;
  font-size: 40px;
  margin-bottom: 25px;
  font-weight: 300;
  background-color: #f4f4f4;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  line-height: 100px;
}
.region--tint-background .highlight-2-head {
  background-color: #ffffff;
}
.region--colored-background .highlight-2-head,
.region--dark-colored-background .highlight-2-head,
.region--shade-background .highlight-2-head,
.region--dark-background .highlight-2-head {
  background-color:rgba(255, 255, 255, 0.2);
}
.highlight-2-body {
  font-size: 12px;
  font-weight: 600;
}
.headings-wide-spacing-enabled .highlight-2-body {
  letter-spacing: var(--mt-headings-letter-spacing);
  text-transform: uppercase;
}
