/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/single-post-intro/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.date-share-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: calc(1074px + 14%);
  margin-right: auto;
  margin-left: auto;
  padding-top: 36px;
  padding-right: 7%;
  padding-bottom: 36px;
  padding-left: 7%;
  flex-direction: column;
  gap: 10px;
}
.date-share-wrapper p {
  margin-bottom: 0;
}
@media only screen and (min-width: 800px) {
  .date-share-wrapper {
    flex-direction: row;
    align-items: center;
  }
}
.date-share-wrapper .single-social-share {
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  color: #0021a5;
}
.date-share-wrapper .single-social-share .social-column-grey {
  gap: 10px;
}
.date-share-wrapper .single-social-share span {
  margin-right: 4%;
}
@media only screen and (min-width: 1555px) {
  .date-share-wrapper .single-social-share {
    margin-right: -200px;
  }
}

.single-news-highlight {
  max-width: 1074px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(14% + 1074px);
  padding: 0 7%;
}
.single-news-highlight p {
  font-size: 26px;
  line-height: 48px;
  font-size: 22px;
  line-height: 34px;
  color: #343741;
  font-family: "IBM Plex Sans";
}
@media only screen and (min-width: 800px) {
  .single-news-highlight p {
    font-size: 22px;
    line-height: 34px;
  }
}
.single-news-highlight hr {
  border-bottom: 1px solid #fa4616;
  border-top: none;
  margin: 0;
  opacity: 1;
}

/*# sourceMappingURL=style-index.css.map*/