<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ========== Flag Ship Single News CSS ========== */
:root {
  /* --white : #ffffff;
  --nectar-accent-color: #47b08c;
  --nectar-extra-color-1: #176b83;
  --nectar-extra-color-2: #1c9096;
  --nectar-extra-color-3: #ffce6d; 
  --geek-extra-color-4: #093340;
  --geek-extra-color-5: #E5F4EF;
  --geek-extra-color-6: #F2F2F2;
  --geek-extra-color-7: #49BD99;
  --geek-extra-color-8: #F05376;
  --geek-extra-color-9: #1C8BAF;
  --geek-extra-color-10: #003A4A;
  --geek-extra-color-11: #0B495A; */
}
body.single-post.material[data-bg-header=true] .container-wrap {
  padding-top: 0px !important;
}
body.single-post.material[data-bg-header=true] .container-wrap.flagship-header,
body.single-post .flagship-header {
  background-color: var(--geek-extra-color-11);
  padding: 2rem 0 !important;
}
body.single-post .flagship-header .inner {
  padding: 0 1.5rem;
}
.single-post .flagship-header .section-title h1 {
  max-width: max-content;
}
.single-post .flagship-header h1 {
  color: var(--white);
  margin-bottom: 0;
}
.single-post .flagship-header .post-meta {
  display: flex;
  gap: 1rem;
  color: var(--nectar-accent-color);
  font-size: 1rem;
  line-height: 1.2rem;
  margin-bottom: 0;
}
.single-post .flagship-header .post-meta .post-category a {
  /* disable link */
  pointer-events: none;
  cursor: default;
}
/* ===== Post Content ===== */
body[data-ext-responsive=true].single-post .container-wrap &gt; .main-content&gt;.row {
  display: flex;
  flex-direction: row;
  /* gap: 2rem; */
}
body[data-ext-responsive=true].single-post .container-wrap &gt; .main-content&gt;.row * {
  /* flex: 1;
  margin: 0;
  left: 0; */
}
body[data-ext-responsive=true].single-post .container-wrap &gt; .main-content .post-area {
  background-color: var(--geek-extra-color-6);
  padding: 1rem 1.5rem 4rem;
  margin-right: 2rem !important;
  flex: 2;
  margin: 0;
  left: 0;
}
.single-post .post-featured-img {
  margin-bottom: 1rem !important;
  display: block;
}
body[data-ext-responsive=true].single-post .container-wrap &gt; .main-content&gt;.row &gt; .wpb_row {
  flex: 1;
  margin: 0;
  left: 0;
}
/* ===== Sidebar Articles ===== */
.single-post .geek-custom-post-type-shortcode-container.flagship-news .posts-content {
  padding: 0;
}
.single-post .geek-custom-post-type-shortcode-container.flagship-news .posts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
body.single-post .ocm-effect-wrap-inner h1,
body.single-post .ocm-effect-wrap-inner .flagship-header h1 {
  font-size: 65px;
  line-height: 75px;
  font-weight: 400;
  letter-spacing: -1;
}
body.single-post .ocm-effect-wrap-inner h2 {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
  letter-spacing: -1;
}
body.single-post .ocm-effect-wrap-inner h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: -1;
}
body.single-post .ocm-effect-wrap-inner h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: -1;
}
/* ===== Media Queries ===== */
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  body.single.single-post .section-title h1 {
    max-width: 80%;
  }
}
@media only screen and (max-width: 999px) {
  body.single-post.material[data-bg-header=true] .container-wrap.flagship-header, 
  body.single-post .flagship-header {
    padding: 2rem 1.5rem !important;
    margin-bottom: 1rem !important;
  }
  body[data-ext-responsive=true].single-post .container-wrap &gt; .main-content&gt;.row {
    flex-direction: column;
  }
  body[data-ext-responsive=true].single-post .container-wrap &gt; .main-content&gt;.row * {
    max-width: 100%;
  }
  body.single-post .flagship-header .inner {
    padding: 0 ;
  }
  body.single-post #ajax-content-wrap .post-area {
    padding: 1rem 1.5rem 4rem !important;
    padding: 0 !important;
    margin-right: 0 !important;
    background-color: transparent !important;
  }
}</pre></body></html>