/* Last update: 2026-06-18T17:15:51+00:00 */

.wpify-woo-form--withdrawal {
  width: 100%;
  border: 4px solid var(--primary);
  border-radius: 10px;
  max-width: 1052px;
  padding: var(--space-m);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wpify-woo-form--withdrawal .woocommerce-form-withdrawal {
  width: 100%;
}
.wpify-woo-form--withdrawal input[type="checkbox"] {
  opacity: 1 !important;
}
