.pb-wob-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.2px;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.10);
  transition: transform 0.12s ease, box-shadow 0.18s ease, opacity 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  user-select: none;
  cursor: pointer;
  text-shadow: none;
  -webkit-text-stroke: 0;
}

.pb-wob-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}

.pb-wob-button:active {
  transform: translateY(0px) scale(0.99);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.pb-wob-button:focus,
.pb-wob-button:focus-visible {
  outline: none;
}

.pb-wob-button:focus-visible {
  box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.25), 0 12px 28px rgba(0, 0, 0, 0.14);
}

.pb-wob-hidden {
  display: none !important;
}

.pb-wob-card {
  border: 2px solid rgba(37, 211, 102, 0.95);
  background: #f2fff7;
  border-radius: 16px;
  padding: 18px 18px 20px;
  text-align: center;
}

.pb-wob-card__helper {
  font-size: 16px;
  line-height: 1.35;
  color: #0f172a;
  margin-bottom: 14px;
}

.pb-wob-card__actions {
  display: flex;
  justify-content: center;
}

.pb-wob-button--slim {
  padding: 10px 18px;
  font-size: 16px;
  min-height: 44px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.10);
}

.pb-wob-button--slim .pb-wob-icon {
  width: 18px;
  height: 18px;
}

.pb-wob-style-green {
  background: #25D366;
  color: #fff;
  border: none;
}
.pb-wob-style-green:hover {
  background: #128C7E;
  opacity: 1;
}

.pb-wob-style-dark {
  background: linear-gradient(180deg, #111827 0%, #0b1220 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pb-wob-style-outline {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(6px);
  color: #0b8a41;
  border: 1px solid rgba(11, 138, 65, 0.25);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.pb-wob-style-outline:hover {
  border-color: rgba(11, 138, 65, 0.35);
}

.pb-wob-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: currentColor;
  flex: 0 0 auto;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.11 17.27c-.29-.14-1.7-.84-1.96-.94-.26-.1-.45-.14-.64.14-.19.29-.74.94-.91 1.13-.17.19-.34.22-.63.08-.29-.14-1.23-.45-2.34-1.43-.86-.77-1.44-1.72-1.61-2.01-.17-.29-.02-.45.13-.6.13-.13.29-.34.43-.51.14-.17.19-.29.29-.48.1-.19.05-.36-.02-.51-.07-.14-.64-1.54-.88-2.11-.23-.55-.47-.48-.64-.49-.17-.01-.36-.01-.55-.01-.19 0-.51.07-.77.36-.26.29-1.01.99-1.01 2.41s1.04 2.8 1.18 2.99c.14.19 2.05 3.14 4.96 4.4.69.3 1.23.48 1.65.62.69.22 1.32.19 1.82.11.56-.08 1.7-.69 1.94-1.36.24-.67.24-1.25.17-1.36-.07-.12-.26-.19-.55-.33zM16.03 3C9.38 3 4 8.38 4 15.03c0 2.13.56 4.13 1.54 5.86L4 29l8.3-1.5c1.69.92 3.63 1.44 5.73 1.44 6.65 0 12.03-5.38 12.03-12.03C30.06 8.38 24.68 3 18.03 3zm0 23.33c-1.91 0-3.69-.52-5.22-1.43l-.37-.22-4.92.89.94-4.8-.24-.39c-1-1.57-1.58-3.44-1.58-5.45C5.64 9.74 10.74 4.64 16.03 4.64s10.39 5.1 10.39 10.39-5.1 10.39-10.39 10.39z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.11 17.27c-.29-.14-1.7-.84-1.96-.94-.26-.1-.45-.14-.64.14-.19.29-.74.94-.91 1.13-.17.19-.34.22-.63.08-.29-.14-1.23-.45-2.34-1.43-.86-.77-1.44-1.72-1.61-2.01-.17-.29-.02-.45.13-.6.13-.13.29-.34.43-.51.14-.17.19-.29.29-.48.1-.19.05-.36-.02-.51-.07-.14-.64-1.54-.88-2.11-.23-.55-.47-.48-.64-.49-.17-.01-.36-.01-.55-.01-.19 0-.51.07-.77.36-.26.29-1.01.99-1.01 2.41s1.04 2.8 1.18 2.99c.14.19 2.05 3.14 4.96 4.4.69.3 1.23.48 1.65.62.69.22 1.32.19 1.82.11.56-.08 1.7-.69 1.94-1.36.24-.67.24-1.25.17-1.36-.07-.12-.26-.19-.55-.33zM16.03 3C9.38 3 4 8.38 4 15.03c0 2.13.56 4.13 1.54 5.86L4 29l8.3-1.5c1.69.92 3.63 1.44 5.73 1.44 6.65 0 12.03-5.38 12.03-12.03C30.06 8.38 24.68 3 18.03 3zm0 23.33c-1.91 0-3.69-.52-5.22-1.43l-.37-.22-4.92.89.94-4.8-.24-.39c-1-1.57-1.58-3.44-1.58-5.45C5.64 9.74 10.74 4.64 16.03 4.64s10.39 5.1 10.39 10.39-5.1 10.39-10.39 10.39z'/%3E%3C/svg%3E") center/contain no-repeat;
}

@media (max-width: 768px) {
  .pb-wob-button {
    width: 100%;
    padding: 16px 18px;
    font-size: 16px;
    min-height: 52px;
  }

  .pb-wob-card {
    padding: 16px;
    border-radius: 14px;
  }

  .pb-wob-card__helper {
    font-size: 15px;
  }

  .pb-wob-card__actions .pb-wob-button {
    width: auto;
    min-width: min(320px, 100%);
  }
}

