.ecs-passwordless-form {
  max-width: 420px;
  display: grid;
  gap: 12px;
}

.ecs-passwordless-message {
  padding: 12px;
  border-radius: 6px;
}

/* EN: WooCommerce My Account passwordless section styles.
   ZH: WooCommerce My Account 無密碼登入區段樣式。 */

.ecs-pl-woo-section {
  margin-top: 1rem;
}

.ecs-pl-woo-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 1rem;
  color: #6c757d;
  font-size: 0.875rem;
}

.ecs-pl-woo-divider::before,
.ecs-pl-woo-divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #dee2e6;
}

.ecs-pl-woo-divider span {
  padding: 0 0.75rem;
  white-space: nowrap;
}

.ecs-pl-woo-form {
  max-width: none;
}

.ecs-pl-woo-form .form-group {
  margin-bottom: 0.75rem;
}

.ecs-pl-woo-form button {
  width: 100%;
}
