/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/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.
 */
.voucher-code-block {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
  border-radius: 5px;
  padding: 20px 30px;
  margin: 40px 0;
  color: #530029;
  background: white;
}
.voucher-code-block p {
  margin: 0;
}
.voucher-code-block .valid-until {
  font-size: 0.8em;
  background-color: rgb(255, 227, 239);
  color: rgb(144, 13, 67);
  padding: 5px 10px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .voucher-code-block .voucher-code-block__inner {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .voucher-code-block .voucher-code-block__inner .voucher-info {
    grid-column: 1/5;
  }
}
@media (min-width: 768px) {
  .voucher-code-block .voucher-code-block__inner .voucher-actions {
    grid-column: 5/7;
  }
}
.voucher-code-block .voucher-code-block__inner .voucher-button {
  position: relative;
  overflow: hidden;
  font-size: 1rem;
  color: #000000;
  background-color: #fffbe8;
  padding: 0;
  width: 100%;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
}
.voucher-code-block .voucher-code-block__inner .voucher-button .voucher-code {
  position: relative;
  padding: 12px 24px;
  z-index: 1;
  letter-spacing: 2px;
  display: block;
  text-align: right;
  border: dashed 2px #ff9de3;
}
.voucher-code-block .voucher-code-block__inner .voucher-button::after {
  content: "Vis kode";
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: rgb(190, 24, 93);
  z-index: 2;
  pointer-events: none;
  align-content: center;
}
.voucher-code-block .voucher-code-block__inner .voucher-button:hover .voucher-button__text {
  transform: translateX(-5%);
}
.voucher-code-block .voucher-code-block__inner .voucher-button__text {
  position: absolute;
  overflow: hidden;
  z-index: 3;
  left: -40%;
  color: white;
  font-size: 0.9rem;
  padding-right: 5rem;
  justify-items: center;
  display: flex;
  align-items: center;
  justify-content: right;
  font-weight: 700;
  width: 100%;
  height: 100%;
  background-color: rgb(190, 24, 93);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .voucher-code-block .voucher-code-block__inner .voucher-button__text {
    padding-right: 2rem;
  }
}
.voucher-code-block .voucher-code-block__inner button {
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s;
}
@media (min-width: 768px) {
  .voucher-code-block .voucher-code-block__inner button {
    grid-column: 5/7;
  }
}
.voucher-code-block .voucher-title {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .voucher-code-block .voucher-title {
    margin-bottom: 10px;
  }
}
.voucher-code-block .voucher-description {
  margin: 10px 0;
  font-size: 0.9em;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .voucher-code-block .voucher-description {
    margin-bottom: 20px;
  }
}

.voucher-button__text--flipp {
  width: 78px;
  height: 42px;
  transform: rotate(60deg);
  background: linear-gradient(45deg, rgb(255, 140, 188), rgb(236, 67, 138));
  top: -21px;
  right: -25px;
  position: absolute;
  border-radius: 5px;
}

.voucher-button__hint {
  font-size: 0.7em;
  text-align: center;
  margin-top: 10px;
  display: block;
  line-height: 1.4;
}

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