.wp-core-ui .icon-button {
  display: flex;
  align-items: center;
  padding: 5px; }

.wrap h2.wp-heading-inline {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0.25em; }
  .wrap h2.wp-heading-inline + .page-title-action {
    top: -1px; }

#poststuff h2.mpa-fields-group-title {
  font-size: 1.3em;
  line-height: 1.3;
  font-weight: 600;
  margin: 1em 0;
  padding: 0; }

.mpa-hide {
  display: none !important; }

.mpa-error {
  color: #e25950;
  font-weight: bold;
  font-style: italic; }

.mpa-loading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center url("../images/loading.gif?ver=1.15.2"), rgba(255, 255, 255, 0.5);
  background-size: 32px 32px;
  z-index: 9000; }

.mpa-loaded > .mpa-loading {
  display: none; }

.mpa-table-centered td, .mpa-table-centered th {
  text-align: center; }

.mpa-table-centered .no-items td,
.mpa-table-centered .no-items th {
  text-align: left; }

table.fitwidth {
  table-layout: auto; }

th.fitwidth,
td.fitwidth {
  width: 1%;
  white-space: nowrap; }

.mpa-description {
  font-style: italic; }

.mpa-small-description {
  font-size: 75%; }

.mpa-preloader {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat center url("../images/preloader.gif?ver=1.15.2"); }

.mpa-table th {
  padding-left: 10px;
  vertical-align: middle; }

.mpa-deprecated {
  opacity: 0.5; }
  .mpa-deprecated strong {
    color: darkred;
    cursor: help; }

.mpa-list-table .column-label a {
  font-weight: bold; }

.mpa-list-table .column-actions {
  width: 100px; }

#mpa-admin-emails .column-label,
#mpa-customer-emails .column-label {
  width: 40%; }
  #mpa-admin-emails .column-label a,
  #mpa-customer-emails .column-label a {
    font-weight: bold; }

#mpa-admin-emails .column-switch,
#mpa-customer-emails .column-switch {
  width: 100px; }

#mpa-admin-emails .column-type,
#mpa-customer-emails .column-type {
  width: 120px; }

#mpa-admin-emails .column-recipients,
#mpa-customer-emails .column-recipients {
  width: calc(60% - 320px);
  min-width: 25%; }

#mpa-email-template-parts .column-label {
  width: calc(100% - 100px); }

.mpa-checkbox-ctrl input {
  margin-top: 0; }

.mpa-color-picker-ctrl .sp-replacer {
  padding: 0; }
  .mpa-color-picker-ctrl .sp-replacer .sp-preview {
    border: none;
    margin: auto; }
  .mpa-color-picker-ctrl .sp-replacer .sp-dd {
    height: auto; }

.mpa-color-picker-ctrl .sp-container {
  border: none; }
  .mpa-color-picker-ctrl .sp-container .sp-picker-container, .mpa-color-picker-ctrl .sp-container .sp-palette-container {
    margin: auto; }

