/* ============================================================
   Diya Vape TW — static WP Pages only (body.page.tw-not-home)
   Does not apply to shop, product, category, or other archives.
   Class selectors only — no Flatsome default overrides elsewhere.
   ============================================================ */

.page.tw-not-home {
  background: #fff !important;
}

.page.tw-not-home .page-wrapper,
.page.tw-not-home .content-area {
  background: #fff !important;
}

.page.tw-not-home .page-title,
.page.tw-not-home .featured-title {
  max-width: var(--max-w);
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.page.tw-not-home .page-title-inner,
.page.tw-not-home .page-title .page-title-inner {
  text-align: left !important;
  max-width: var(--max-w);
  width: 100%;
  margin: 0 !important;
}

.page.tw-not-home .page-title .flex-row,
.page.tw-not-home .featured-title .flex-row {
  justify-content: flex-start !important;
}

.page.tw-not-home .page-title .title-overlay,
.page.tw-not-home .featured-title .title-overlay {
  text-align: left !important;
}
