/*# sourceMappingURL=https://demo.webbureau.nu/vanderhorst2025/App/Block/Templates/Share/Css/Share2.scss.map*/.cw1 {
  --cw:1;
}
.cw2 {
  --cw:2;
}
.cw3 {
  --cw:3;
}
.cw4 {
  --cw:4;
}
.cw5 {
  --cw:5;
}
.cw6 {
  --cw:6;
}
.cw7 {
  --cw:7;
}
.cw8 {
  --cw:8;
}
.cw9 {
  --cw:9;
}
.cw10 {
  --cw:10;
}
.cw11 {
  --cw:11;
}
.cw12 {
  --cw:12;
}
.share {
  top: 50px;
  --font-size: 14px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.share .share__title {
  --font-size: 16px;
  margin-bottom: 10px;
}
.share .share__back {
  --font-size: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.share {
  position: static !important;
  display: block !important;
  --button-background:var(--primary);
  --button-color:#fff;
}
.share .share__block {
  background: #fff;
  box-shadow: var(--box-shadow);
  border-radius: 50px;
  padding: 15px 22px;
  max-width: fit-content;
}
.share .share__options {
  display: flex;
  flex-direction: row;
}
.share .share__title {
  margin: 0px !important;
  --custom-font-size: 20px;
}
.share .share__block {
  margin-bottom: 50px;
  gap: 15px;
  align-items: center;
  display: flex;
}
.share .share__controls {
  display: flex;
  justify-content: space-between;
  --custom-font-size: 20px;
  margin-bottom: 100px;
}
@media (max-width: 692px) {
  .share .share__controls {
    --custom-font-size: 12px;
    margin-bottom: 50px;
  }
}
