/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./banner-link/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.banner-link__link {
  background-color: #fff8fc;
  border: solid 1px var(--wp--preset--color--pink);
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 2.0833333333vw, 20px);
  height: 240px;
  justify-content: center;
  padding: 9px 80px 9px 40px;
  position: relative;
  transition: box-shadow 0.3s;
}
.banner-link__link:hover {
  box-shadow: var(--wp--preset--shadow--natural);
}
.banner-link__link::before {
  background-color: var(--wp--preset--color--pink);
  bottom: 8px;
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 62px;
}
.banner-link__link::after {
  border-color: var(--wp--preset--color--white);
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translate(50%, -50%) rotate(45deg);
  width: 12px;
}
.banner-link__heading, .banner-link__label {
  color: var(--wp--preset--color--pink);
  display: block;
}
.banner-link__heading {
  align-items: center;
  display: flex;
  gap: 6px 24px;
  font-size: clamp(16px, 1.9047619048vw, 32px);
  font-weight: 400;
}
.banner-link__label {
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: 400;
  font-size: 14px;
}

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