.wcocw-wrapper,
.wcocw-wrapper * {
  box-sizing: border-box;
}

.wcocw-wrapper {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.wcocw-wrapper.wcocw-dark-bg {
  color: #ffffff;
}

.wcocw-logo {
  display: block;
  width: 50%;
  max-width: 360px;
  height: auto;
  margin: 0 auto 32px auto;
}

.wcocw-card,
.wcocw-form,
.wcocw-checkout-consent {
  background: transparent;
  color: inherit;
}

.wcocw-card {
  border: 1px solid currentColor;
  border-color: color-mix(in srgb, currentColor 22%, transparent);
  border-radius: 14px;
  padding: 24px;
  margin: 0 0 30px 0;
}

@supports not (color: color-mix(in srgb, black 50%, white)) {
  .wcocw-card { border-color: rgba(127,127,127,.35); }
}

.wcocw-card > :first-child,
.wcocw-form > :first-child {
  margin-top: 0;
}

.wcocw-card > :last-child,
.wcocw-form > :last-child {
  margin-bottom: 0;
}

.wcocw-form {
  display: grid;
  gap: 27px;
  margin: 0 0 30px 0;
}

.wcocw-form p,
.wcocw-card p {
  margin: 0 0 18px 0;
}

.wcocw-form label,
.wcocw-card label {
  display: block;
  color: inherit;
  font: inherit;
}

.wcocw-form input[type="text"],
.wcocw-form input[type="email"],
.wcocw-form input[type="url"],
.wcocw-form textarea,
.wcocw-form select {
  width: 100%;
  max-width: 100%;
  min-height: 46px;
  margin-top: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(127,127,127,.45);
  border-radius: 8px;
  background: transparent;
  color: inherit;
  font: inherit;
}

.wcocw-form input[type="checkbox"] {
  margin-right: 10px;
  vertical-align: middle;
}

.wcocw-notice,
.wcocw-info {
  border: 1px solid rgba(127,127,127,.35);
  border-radius: 12px;
  padding: 16px 18px;
  margin: 0 0 24px 0;
  background: transparent;
  color: inherit;
}

.wcocw-success {
  font-weight: 600;
}

.wcocw-items {
  list-style: none;
  margin: 0 0 24px 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.wcocw-item {
  border: 1px solid rgba(127,127,127,.35);
  border-radius: 12px;
  padding: 16px;
  background: transparent;
  color: inherit;
}

.wcocw-item-inactive {
  opacity: .62;
}

.wcocw-item-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
}

.wcocw-item-label input[type="checkbox"] {
  margin-top: .25em;
  flex: 0 0 auto;
}

.wcocw-item small,
.wcocw-item-note {
  display: block;
  opacity: .82;
  margin-top: 6px;
}

.wcocw-button,
.wcocw-wrapper .wcocw-button,
.wcocw-wrapper button.wcocw-button,
.wcocw-wrapper a.wcocw-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 10px 10px 0;
  min-height: 44px;
  cursor: pointer;
  font: inherit;
  text-transform: var(--wcocw-button-transform, none) !important;
  text-decoration: none;
  border-radius: var(--wcocw-button-radius, 6px);
  border: 1px solid var(--wcocw-button-bg, #1f2937);
  background: var(--wcocw-button-bg, #1f2937);
  color: var(--wcocw-button-text, #ffffff);
  padding: .72em 1.22em;
  line-height: 1.2;
}

.wcocw-wrapper.wcocw-dark-bg .wcocw-button,
.wcocw-wrapper.wcocw-dark-bg button.wcocw-button,
.wcocw-wrapper.wcocw-dark-bg a.wcocw-button {
  color: #ffffff;
}

.wcocw-button:hover,
.wcocw-button:focus {
  background: transparent;
  color: var(--wcocw-button-bg, #1f2937);
  border-color: var(--wcocw-button-bg, #1f2937);
  text-decoration: none;
}

.wcocw-wrapper.wcocw-dark-bg .wcocw-button:hover,
.wcocw-wrapper.wcocw-dark-bg .wcocw-button:focus {
  color: #ffffff;
  border-color: #ffffff;
}

.wcocw-confirm-form {
  border: 1px solid rgba(127,127,127,.35);
  border-radius: 14px;
  padding: 24px;
}

.wcocw-disclaimer {
  margin: 0 0 14px 0;
  opacity: .88;
}

@media (max-width: 640px) {
  .wcocw-card,
  .wcocw-confirm-form {
    padding: 18px;
  }
  .wcocw-logo {
    width: 70%;
  }
  .wcocw-button,
  .wcocw-wrapper .wcocw-button,
  .wcocw-wrapper button.wcocw-button,
  .wcocw-wrapper a.wcocw-button {
    width: 100%;
    margin-right: 0;
  }
}
