.dialog-backdrop-settings {
  z-index: 9000;
  background: #fff;
  padding: calc(9.69vw - 15px) calc(29.79vw - 79.333px);
  position: fixed;
  inset: 0;
  overflow-y: auto;
}

.page-components.settings-page {
  margin-bottom: 16px;
}

input[type="radio"]:focus ~ label {
  outline: none;
  box-shadow: 0 0 0 2px #000, 0 0 0 5px #b9dc0c;
}

.settings-dialog-form .label-text {
  box-sizing: border-box;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  margin: 1em 0;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.settings-dialog-form-item .wide-input select, .settings-dialog-form-item .wide-input label {
  box-sizing: border-box;
  color: #2a2a2ab8;
  cursor: pointer;
  border: 1px solid #ccc;
  width: 100%;
  margin: 1em 0;
  padding: .5em 1em;
  font-size: 16px;
  display: block;
}

.settings-dialog-form-item .wide-input input[type="radio"]:checked ~ label, .settings-dialog-form-item .wide-input label:hover {
  color: #2a2a2a;
  border-color: #2a2a2a;
}

.settings-dialog-form-item .wide-input input[type="radio"]:checked ~ label:after {
  float: right;
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTkgMTYuMkw0LjggMTJsLTEuNCAxLjRMOSAxOSAyMSA3bC0xLjQtMS40TDkgMTYuMnoiIGZpbGw9IiMyYTJhMmEiLz48L3N2Zz4=");
  width: 1.5em;
  height: 1.5em;
}

.dialog-backdrop-settings h2 {
  margin: 33px 0 16px;
  font-size: 3.5rem;
}

.settings-dialog-form-item {
  border-bottom: 1px solid #2a2a2a3d;
  margin: 40px 0;
  padding-bottom: 30px;
}

.settings-dialog-form-actions {
  text-align: center;
}

.settings-dialog-form-actions p {
  margin-bottom: 1em;
}

.settings-dialog-form-actions button {
  color: #fff;
  cursor: pointer;
  background: #2a2a2a;
  border: none;
  padding: 8px 24px;
}

.settings-dialog-form-actions .minor {
  color: #2a2a2ab8;
  background: none;
  text-decoration: underline;
}

@media only screen and (width >= 960px) {
  .settings-dialog-form-actions p {
    margin-bottom: 1.5em;
  }
}

@media only screen and (width >= 720px) {
  .settings-dialog-form-actions .left {
    float: left;
  }

  .settings-dialog-form-actions .right {
    float: right;
  }
}
