.wattly-socials {
  align-items: center;
  color: #111;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 18px;
  width: 100%;
}

.wattly-socials__label {
  font-size: 16px;
  font-weight: 800;
}

.wattly-socials__links {
  display: inline-flex;
  gap: 10px;
}

.wattly-socials__icon {
  align-items: center;
  background: #111;
  border: 2px solid #111;
  border-radius: 50%;
  color: #ffe100;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  transition: transform 160ms ease, background-color 160ms ease;
  width: 42px;
}

.wattly-socials__icon[href]:hover,
.wattly-socials__icon[href]:focus-visible {
  background: #ffe100;
  color: #111;
  transform: translateY(-2px);
}

.wattly-socials__icon.is-disabled {
  cursor: default;
  opacity: .72;
}

.wattly-socials__icon svg {
  height: 22px;
  width: 22px;
}

.wattly-icon-instagram {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.wattly-icon-instagram__dot {
  fill: currentColor;
  stroke: none;
}

.wattly-product-title {
  display: block;
  font-weight: 900;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.wattly-product-subtitle {
  display: block;
  font-size: .5em;
  font-weight: 800;
  line-height: 1.25;
  margin-top: .25em;
  text-transform: none;
}

.wattly-legal-page {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 34px rgba(0, 0, 0, .07);
  color: #171717;
  line-height: 1.7;
  margin: 36px auto 64px;
  max-width: 980px;
  padding: clamp(24px, 5vw, 64px);
}

.wattly-legal-page article {
  margin: 0 auto;
  max-width: 780px;
}

.wattly-legal-page h1 {
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.1;
  margin: 0 0 32px;
}

.wattly-legal-page h2 {
  font-size: clamp(23px, 3.5vw, 32px);
  line-height: 1.25;
  margin: 44px 0 18px;
}

.wattly-legal-page h3 {
  font-size: 20px;
  line-height: 1.35;
  margin: 32px 0 14px;
}

.wattly-legal-page p,
.wattly-legal-page li {
  font-size: 17px;
}

.wattly-legal-page a {
  color: #695b00;
  text-decoration: underline;
  text-decoration-color: #f0cf00;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.wattly-root-pricing-notice,
.wattly-legal-operator-details {
  background: #fff9cf;
  border: 1px solid #e0c300;
  border-radius: 16px;
  margin: 28px auto 56px;
  max-width: 980px;
  padding: clamp(22px, 4vw, 40px);
}

.wattly-legal-operator {
  background: #fff9cf;
  border-left: 4px solid #e0c300;
  border-radius: 8px;
  padding: 16px 18px;
}

@media (max-width: 767px) {
  .elementor-popup-modal,
  .elementor-popup-modal .dialog-widget-content {
    max-width: 100% !important;
    width: 100% !important;
  }

  .wattly-socials {
    flex-direction: column;
    gap: 10px;
  }

  .wattly-legal-page {
    border-radius: 0;
    margin: 0;
  }
}

