.awb-typography-sets {
  list-style: none;
  padding: 0;
  margin: 0;
}

.awb-typography-sets li {
  border: 1px solid #e0e3e7;
  border-radius: 4px;
  margin-bottom: 10px !important;
}

.awb-typography-sets .awb-typo-set-content {
  padding: 12px;
  display: none;
}

.awb-typography-sets .awb-set-title {
  display: flex;
  padding: 8px;
  height: 40px;
  align-items: center;
  box-sizing: border-box;
}

.awb-typography-sets .awb-set-title .label {
  flex: 1;
  padding: 0 10px 0 4px;
  font-weight: 600;
  color: #1d2226;
}

.awb-typography-sets .awb-set-title .actions span {
  color: #93999f;
  padding: 6px;
  cursor: pointer;
}

.awb-typography-sets .awb-set-title .actions span.fusiona-pen:hover {
  color: #1d2226;
}

.awb-typography-sets .awb-set-title .actions span.fusiona-trash-o:hover {
  color: #e0284f;
}

.awb-typography-sets-wrapper .awb-typography-sets-add-btn-wrapper .awb-typography-set-add-btn {
  background: #198fd9;
  color: #fff;
  box-shadow: none;
  border: none;
  padding: 8px 20px;
  font-family: "Noto Sans", Roboto, "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  margin: 20px 0 0 0;
  border-radius: 3px;
  height: auto;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-shadow: none;
  font-size: 14px;
  line-height: 26px;
  transition: 0.2s all;
}
.awb-typography-sets-wrapper .awb-typography-sets-add-btn-wrapper .awb-typography-set-add-btn:focus,
.awb-typography-sets-wrapper .awb-typography-sets-add-btn-wrapper .awb-typography-set-add-btn:hover {
  background: #1081c7;
  transition: 0.2s all;
}
.awb-typography-sets-wrapper .awb-typography-sets-add-btn-wrapper .awb-typography-set-add-btn .fusiona-plus {
  margin: 0 5px 0 0;
}

/* Begin: Backend Global Options panel */
.wp-admin.appearance_page_avada_options .awb-typography-sets-wrapper .awb-typography-sets-add-btn-wrapper {
  display: flex;
  justify-content: right;
}

.wp-admin.appearance_page_avada_options .awb-typography-sets-wrapper .awb-typography-sets-add-btn-wrapper .awb-typography-set-add-btn {
  width: auto;
  font-size: 13px;
}

.wp-admin.appearance_page_avada_options .awb-typography-sets-wrapper .awb-typography-sets-add-btn-wrapper .fusiona-plus {
  display: none;
}
/* End: Backend Global Options panel */