.elementor-field-group-configuration,
.elementor-field-group-product_name,
.elementor-field-group-tissus,
.elementor-field-group-hauts,
.elementor-field-group-bas,
.elementor-field-group-product_price,
.elementor-field-group-product_url,
.elementor-field-group-product_image,
.elementor-field-group-email_verified_token {
  display: none !important;
}

.bpm612-verification-box {
  margin: 18px 0;
  padding: 18px;
  border-radius: 16px;
  font-size: 15px;
  line-height: 1.5;
}

.bpm612-verification-box p {
  margin: 0 0 10px;
}

.bpm612-info {
  background: #fffaf9;
  border: 1px solid #e8dcda;
  color: #3d3334;
}

.bpm612-success {
  background: #f2f8f4;
  border: 1px solid #c9e5d1;
  color: #315d3c;
}

.bpm612-error {
  background: #fff1f1;
  border: 1px solid #e8b9b9;
  color: #7b2f2f;
}

.bpm612-code-row {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
}

.bpm612-code-input {
  flex: 1;
  min-height: 44px;
  border: 1px solid #d7caca;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 18px;
  letter-spacing: 4px;
  text-align: center;
}

.bpm612-code-button,
.bpm612-resend-button {
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  cursor: pointer;
  background: #7d6768;
  color: #ffffff;
  font-weight: 700;
}

.bpm612-resend-button {
  margin-top: 12px;
  background: transparent;
  color: #7d6768;
  border: 1px solid #7d6768;
}

.bpm612-code-button:disabled,
.bpm612-resend-button:disabled,
.bpm612-loading {
  opacity: 0.55;
  cursor: not-allowed;
}

.bpm612-code-message {
  margin-top: 12px;
  font-size: 14px;
}

.bpm612-success-text {
  color: #315d3c;
  font-weight: 700;
}

@media (max-width: 640px) {
  .bpm612-code-row {
    flex-direction: column;
    align-items: stretch;
  }

  .bpm612-code-button,
  .bpm612-resend-button {
    width: 100%;
  }
}
