/* vxCMS Editor Textarea metabox border settings */
.ts-form-group .mce-content-body {
  border: 1px solid #e3e3e3 !important;
  border-radius: 8px;
  padding: 20px;
}

/* vxCMS Editor width */
.iframe-editor-vx {
  max-width: 950px !important;
}

/* vxCMS Editor Form styles */
.ts-form .ts-form-group > label {
  font-size: 18px;
  font-weight: 600;
  color: #333333 !important;
}

/*vxElementor Tweaks*/
a.enable-tags {
  background: #212b30 !important;
}

/* Hide Post Type Switcher Label Only */
.choose-cpt-filter label {
  display: none !important;
}

/* Keep Tabs Inline on Mobile */
.e-n-tabs-content .e-n-tab-title {
  display: none !important;
}

.e-n-tabs-heading {
  display: flex !important;
}

.e-n-tab-title {
  margin: 0px !important;
}

/* Hide Arrows on Map Preview Cards */
.ts-map-nav {
  display: none;
}