/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/cta-widget/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.wp-block-pokerenligne-cta-widget .call-to-action {
  position: relative;
  height: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #141516;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.wp-block-pokerenligne-cta-widget .call-to-action__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.wp-block-pokerenligne-cta-widget .call-to-action__background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.wp-block-pokerenligne-cta-widget .call-to-action__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem 1.5rem;
  gap: 8rem;
}
.wp-block-pokerenligne-cta-widget .call-to-action__text {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 100%;
}
.wp-block-pokerenligne-cta-widget .call-to-action__title {
  margin: 0;
  display: flex;
  flex-direction: column;
  line-height: 0.88;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 10rem;
  font-weight: 700;
}
@media (max-width: 960px) {
  .wp-block-pokerenligne-cta-widget .call-to-action__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 782px) {
  .wp-block-pokerenligne-cta-widget .call-to-action__title {
    font-size: 2rem;
  }
}
.wp-block-pokerenligne-cta-widget .call-to-action__title-large {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #FF2A35;
  -webkit-text-stroke: 2px #FF2A35;
}
@media (max-width: 960px) {
  .wp-block-pokerenligne-cta-widget .call-to-action__title-large {
    font-size: 7.5rem;
  }
}
@media (max-width: 782px) {
  .wp-block-pokerenligne-cta-widget .call-to-action__title-large {
    font-size: 6rem;
  }
}
@media (max-width: 600px) {
  .wp-block-pokerenligne-cta-widget .call-to-action__title-large {
    font-size: 4.5rem;
  }
}
.wp-block-pokerenligne-cta-widget .call-to-action__subtitle {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.wp-block-pokerenligne-cta-widget .call-to-action__subtitle-main, .wp-block-pokerenligne-cta-widget .call-to-action__subtitle-secondary {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: #F2F2FD;
  margin: 0;
}
@media (max-width: 782px) {
  .wp-block-pokerenligne-cta-widget .call-to-action__subtitle-main, .wp-block-pokerenligne-cta-widget .call-to-action__subtitle-secondary {
    font-size: 1.25rem;
  }
}
@media (max-width: 600px) {
  .wp-block-pokerenligne-cta-widget .call-to-action__subtitle-main, .wp-block-pokerenligne-cta-widget .call-to-action__subtitle-secondary {
    font-size: 1.125rem;
  }
}
.wp-block-pokerenligne-cta-widget .call-to-action__action {
  margin-top: auto;
  z-index: 3;
}
.wp-block-pokerenligne-cta-widget .call-to-action__button {
  width: 100%;
  padding: 1rem 2.5rem;
  border-radius: 50rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: inset 0 0 1rem rgb(255, 255, 255);
  background: linear-gradient(135deg, #fcb351 0%, #ffe0b6 47.26%, #ffc12f 98.5%);
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.wp-block-pokerenligne-cta-widget .call-to-action__button:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 0 1rem rgb(255, 255, 255), 0 8px 24px rgba(0, 0, 0, 0.3);
}
.wp-block-pokerenligne-cta-widget .call-to-action__button:active {
  transform: translateY(0);
}
.wp-block-pokerenligne-cta-widget .call-to-action .text-outline {
  color: transparent;
  -webkit-text-stroke: 2px #F2F2FD;
  text-stroke: 2px #F2F2FD;
}
.wp-block-pokerenligne-cta-widget .block-editor-rich-text__editable.call-to-action__title .text-outline {
  color: transparent;
  -webkit-text-stroke: 2px #F2F2FD;
}
.wp-block-pokerenligne-cta-widget .block-editor-rich-text__editable.call-to-action__button {
  cursor: pointer;
}

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