#wpbody-content {
    background-color: #f9f9f6;
}

.dops-button.is-primary {
    background: #000;
    box-shadow: inset 0 0 0 1.5px #000;
    color: #fff;
}

.dops-button.is-primary.is-compact {
    color: #fff;
    white-space: nowrap;
}

.dops-button.is-primary.is-rna {
    -webkit-font-smoothing: antialiased;
    background-color: #000000;
    border-color: #000000;
    color: #fff;
}

.dops-button.is-rna {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -.01em;
    line-height: 1.5rem;
    padding: .5rem 1.5rem;
    text-align: center;
    transition: all .15s ease-in-out;
}

.dops-button.is-rna.is-compact {
    font-size: .75rem;
    line-height: 1.25rem;
    padding: .25rem .5rem;
}

.dops-banner__action {
    align-self: center;
    font-size: .75rem;
    margin: 8px 0 0 8px;
    text-align: left;
    width: 100%;
}

.dops-banner__content {
    align-items: center;
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
}

.dops-banner__info {
    flex-grow: 1;
    line-height: 1.4;
    width: 100%;
}

.dops-section-header.dops-card {
    border-bottom: 1px solid #dcdcde;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    max-width: 100%;
    padding-bottom: .9375rem;
    padding-top: 1rem;
    position: relative;
}

.dops-card p.submit {
    margin: 0;
    padding: 0;
    text-align: right;
}

.dops-section-header__label {
    align-items: center;
    color: #000;
    display: flex;
    flex-grow: 1;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.875rem;
    min-width: 0;
    position: relative;
}

.dops-section-header__label-text {
    margin-right: .5rem;
    min-width: 0;
    overflow: hidden;
    padding-right: .5rem;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.jp-footer {
    background-color:#fff;
    margin-top: 48px;
    padding: 22px 0;
}

.jp-footer__container {
  margin: 0 auto;
  max-width: 68rem;
  padding: 0 1.5rem;
}

.jp-dashboard-footer {
  color: #000000;
  line-height: 1.333;
}

.jp-dashboard-footer > ul {
  list-style: none;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.jp-form-settings-card {
    border-radius: .25rem;
    box-shadow: 0 0 40px #00000014;
    font-size: .875rem;
    margin-bottom: 1.5rem;
}

.jp-form-settings-card .dops-card {
    box-shadow: none;
    padding: 1rem 1.5rem;
}

.jp-form-settings-card > :first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.jp-form-settings-card > :last-child {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.jp-form-settings-card .dops-foldable-card:first-child,
.jp-form-settings-card .dops-section-header + .dops-card.dops-banner,
.jp-form-settings-card .dops-section-header + .dops-foldable-card {
    border-top: none;
}

.jp-settings-container .dops-banner.dops-card {
    border-left: none;
    border-top: 1px solid #e2e2df;
}

.jp-settings-container a,
.jp-settings-container a:link,
.jp-settings-container a:visited {
    color: #2C3338;
    text-decoration: underline;
}

.jp-settings-container a.dops-banner,
.jp-settings-container a.dops-button {
    text-decoration: none;
}

.dops-button.is-primary:active,
.dops-button.is-primary:hover {
  background: #2C3338;
  border-color: #2C3338;
  color: #fff;
}

.components-base-control {
    margin-bottom: 1em;
}

.jp-settings__section-title {
    font-size: 2em;
}

.wrap {
    color: #3c434a;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: .875rem;
    line-height: 1.4;
    margin: 32px auto 0;
    max-width: 65rem;
    text-align: left;
}