@media (min-width: 782px) {
  .interface-complementary-area {
    width: 280px !important;
  }
}
.wp-block {
  max-width: unset !important;
}
.wp-block textarea, .wp-block div[role=textbox], .wp-block .editableItem {
  -webkit-transition: 0.2s ease box-shadow;
  transition: 0.2s ease box-shadow;
  border-radius: 0;
  background: none;
}
.wp-block textarea:focus, .wp-block div[role=textbox]:focus, .wp-block textarea:hover, .wp-block div[role=textbox]:hover, .wp-block .editableItem:focus, .wp-block .editableItem:hover {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.wp-block .mediaUpload {
  cursor: pointer;
}

body .editor-styles-wrapper {
  padding: 0;
  margin: 20px 20px 40px;
  border: 1px solid #c3c4c7;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  font-family: Poppins, sans-serif;
}

body .interface-interface-skeleton__content {
  padding-bottom: 40px;
}

body .interface-interface-skeleton__sidebar .components-panel__header ul {
  margin: 0;
  padding: 0;
}

.components-color-picker__inputs-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.components-color-picker__inputs-toggle-wrapper {
  margin-top: 26px;
}

.button-group-text-control {
  width: 100px;
  display: inline-block;
  margin-right: 12px;
}
.button-group-text-control .components-text-control__input {
  padding-top: 8px;
  padding-bottom: 9px;
}

.wp-block-dt-button.btn-solid-1, .wp-block-dt-button.btn-solid-2, .wp-block-dt-button.btn-solid-white, .wp-block-dt-button.btn-outlined-1, .wp-block-dt-button.btn-outlined-2, .wp-block-dt-button.btn-outlined-white {
  border-radius: 0;
  padding: 10px 25px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.wp-block-dt-button.btn-solid-1 {
  background: #8F6A2A;
  border: 2px solid #8F6A2A;
  color: #fff;
}
.wp-block-dt-button.btn-solid-1:hover {
  background: transparent;
  color: #8F6A2A;
}
.wp-block-dt-button.btn-solid-2 {
  background: #000;
  border: 2px solid #000;
}
.wp-block-dt-button.btn-solid-2:hover {
  background: transparent;
  color: #000;
}
.wp-block-dt-button.btn-solid-white {
  background: #fff;
  border: 2px solid #fff;
}
.wp-block-dt-button.btn-solid-white:hover {
  background: transparent;
  color: #fff;
}
.wp-block-dt-button.btn-outlined-1 {
  background: transparent;
  border: 2px solid #8F6A2A;
  color: #8F6A2A;
}
.wp-block-dt-button.btn-outlined-1:hover {
  background: #8F6A2A;
  color: #fff;
  border: 2px solid #8F6A2A;
  outline: none;
}
.wp-block-dt-button.btn-outlined-2 {
  background: transparent;
  border: 2px solid #000;
  color: #000;
}
.wp-block-dt-button.btn-outlined-2:hover {
  background: #000;
  color: #fff;
  border: 2px solid #000;
  outline: none;
}
.wp-block-dt-button.btn-outlined-white {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.wp-block-dt-button.btn-outlined-white:hover {
  background: #fff;
  color: #8F6A2A;
  border: 2px solid #fff;
  outline: none;
}