/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./scss/general.scss ***!
  \******************************************************************************************************************************************************************************************************************************************/
.less-z-index {
  z-index: var(--zidx) !important;
}

.simple-border {
  border: 1px solid lightgray;
  box-shadow: 0 0 3px 1px lightgray;
}

.no-margin-y {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.card-content {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  line-height: 26px;
  text-align: justify;
}

.gs-said-creatives {
  color: #1e1e1e;
}
.gs-said-creatives .card-content {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 14px;
}
.gs-said-creatives p {
  margin: 0 !important;
}

.heading-underline {
  position: relative;
  z-index: 1;
}
.heading-underline::after {
  position: absolute;
  left: -0.3em;
  right: -0.3em;
  height: 0.45em;
  bottom: 0;
  content: "";
  z-index: -1;
  border-radius: 0.225em;
  background-color: var(--underline-color);
}
.heading-underline p {
  line-height: 1;
}

/*# sourceMappingURL=general.scss.css.map*/