.wton-settings-wrap {
  /* max-width: 800px; */
  margin: 0 auto;
  padding: 20px;
}

.wton-settings-container {
  background: #fff;
  border: 1px solid #ccd0d4;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  padding: 20px;
  border-radius: 4px;
}

.wton-settings-container h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #23282d;
}

.form-table th {
  width: 250px;
  padding: 20px 10px 20px 8px;
  font-weight: 600;
}

.form-table td {
  padding: 15px 10px;
}

.form-table .regular-text,
.form-table .large-text {
  width: 100%;
  max-width: 400px;
  padding: 8px;
  border: 1px solid #ccd0d4;
  border-radius: 3px;
}

.wton-checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wton-checkbox-label input[type="checkbox"] {
  margin: 0;
}

.form-table .description {
  margin-top: 8px;
  color: #666;
  font-size: 13px;
}

.wton-submit-button {
  margin-top: 20px !important;
  padding: 8px 16px !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.form-table tr:not(:first-child) th {
  padding-top: 30px;
}

.form-table tr:not(:first-child) td {
  padding-top: 25px;
}

.form-table tr:nth-child(odd) {
  background: #f9f9f9;
}

.wton-status-group {
  border: 1px solid #e5e5e5;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 3px;
  background: #fff;
}

.wton-status-group .wton-field-label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 15px;
}

.wton-status-group .regular-text,
.wton-status-group .large-text {
  margin-bottom: 10px;
}

.wton-status-group .description {
  margin-bottom: 15px;
}

@media screen and (max-width: 782px) {

  .form-table th,
  .form-table td {
    display: block;
    width: 100%;
  }

  .form-table th {
    padding-bottom: 5px;
  }

  .form-table tr:not(:first-child) th,
  .form-table tr:not(:first-child) td {
    padding-top: 15px;
  }

  .wton-status-group {
    padding: 10px;
  }
}