/* Focus skin: focus/css.css */

/*
 * ---:[ Focus CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: normal; }

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img,
.left,
.alignleft,
.right,
.alignright {
  display: block; }

.center,
.aligncenter {
  display: block;
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }

.clear {
  clear: both; }

button,
input[type=submit] {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

body {
  font-family: "Exo 2", sans-serif;
  font-size: 17px;
  line-height: 29px;
  color: white;
  background-color: #050505;
  overflow-x: hidden; }

#header {
  padding-top: 18px;
  padding-bottom: 18px; }


#content {
  word-break: break-word;
  background-color: #171717;
  padding-top: 29px;
  padding-bottom: 29px; }

#footer {
  color: #ada8bf;
  padding-top: 18px;
  padding-bottom: 18px; }

.container {
  box-sizing: border-box;
  padding-left: 18px;
  padding-right: 18px; }
  @media all and (min-width: 680px) {
    .container {
  max-width: 644px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto; } }
  @media all and (min-width: 702px) {
    .container {
  max-width: 100%;
  padding-left: 29px;
  padding-right: 29px;
  margin-left: 0;
  margin-right: 0; } }
  @media all and (min-width: 1098px) {
    .container {
  max-width: 1040px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto; } }

a {
  color: #7d86ff;
  text-decoration: none; }
  p a,
  .post_content a {
    text-decoration: underline; }
      p a.button,
      .post_content a.button {
        text-decoration: none; }

code,
pre,
kbd {
  font-family: Menlo, Consolas, Monaco, "Andale Mono", Courier, Verdana, sans-serif; }

  .grt h1 {
    font-size: 35px;
    line-height: 55px;
    color: white;
    margin-bottom: 29px; }
  .grt h2 {
    font-size: 28px;
    line-height: 45px;
    margin-top: 47px;
    margin-bottom: 29px; }
  .grt h3 {
    font-size: 22px;
    line-height: 36px;
    margin-top: 29px;
    margin-bottom: 18px; }
  .grt h4 {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 11px; }
  .grt h1 + h2,
  .grt h2 + h3,
  .grt h2:first-child,
  .grt h3:first-child {
    margin-top: 0; }
  .grt ul {
    list-style-type: none; }
  .grt ul,
  .grt ol {
    margin-left: 29px; }
  .grt li {
    margin-bottom: 11px; }
    .grt li:last-child {
      margin-bottom: 0; }
  .grt blockquote {
    font-size: 22px;
    line-height: 36px;
    font-style: italic;
    color: #ada8bf;
    padding-left: 18px;
    border-left: 7px solid rgba(0, 0, 0, 0.1); }
  .grt sub,
  .grt sup {
    color: #ada8bf; }
  .grt code,
  .grt pre,
  .grt kbd {
    font-size: 15px; }
  .grt code {
    background-color: rgba(0, 0, 0, 0.08);
    padding: 4px;
    border-radius: 7px;
    margin: 0 1px; }
  .grt pre {
    background-color: #050505;
    padding: 18px; }
  .grt kbd {
    font-size: 13px;
    color: #4e4e4e;
    background-color: #f7f7f7;
    padding: 4px 7px;
    border: 1px solid #cccccc;
    border-radius: 7px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #fafafa inset, 0 0 0 1px white inset;
    margin: 0 1px; }
  .grt p,
  .grt ul,
  .grt ol,
  .grt blockquote,
  .grt pre,
  .grt img {
    margin-bottom: 29px; }
  .grt ul ul,
  .grt ul ol,
  .grt ol ul,
  .grt ol ol {
    margin-top: 11px;
    margin-bottom: 0; }
    .grt blockquote > :last-child {
      margin-bottom: 0; }
  @media all and (min-width: 680px) {
    body:not(.has-sidebar) .grt h1 {
        font-size: 45px;
        line-height: 69px; }
      body:not(.has-sidebar) .grt h2 {
        font-size: 35px;
        line-height: 55px; }
      body:not(.has-sidebar) .grt h3 {
        font-size: 28px;
        line-height: 45px; }
      body:not(.has-sidebar) .grt h4 {
        font-size: 22px;
        line-height: 36px; }
    .grt .left:not(.bar),
    .grt .alignleft {
      float: left;
      clear: both;
      margin-right: 29px; }
    .grt .right:not(.bar),
    .grt .alignright {
      float: right;
      clear: both;
      margin-left: 29px; } }
      .grt .headline_area .headline a {
        color: white; }
        .grt .headline_area .headline a:hover {
          color: #7d86ff; }
  .grt .byline {
    font-size: 13px;
    line-height: 23px;
    color: #ada8bf;
    margin-top: -25px; }
      .grt .byline .post_author:after,
      .grt .byline .post_date:after,
      .grt .byline .num_comments_link:after,
      .grt .byline .post_edit:after {
        display: block;
        height: 0;
        content: '\a';
        white-space: pre; }
    .grt .byline .avatar {
      width: 46px;
      height: 46px; }
  .grt .drop_cap {
    font-size: 58px;
    line-height: 1em;
    margin-right: 7px;
    float: left; }
  .grt .small {
    font-size: 13px;
    line-height: 23px;
    color: #ada8bf; }
    .grt .alert,
    .grt .note,
    .grt .box {
      padding: 18px; }
    .grt .alert {
      color: #050505;
      background-color: #e7e0ff; }

    .grt .note {
      background-color: #7d86ff; }

    .grt .box {
      background-color: #d7d0ed; }

  .grt .highlight {
    background-color: #7d86ff;
    padding: 4px 0; }
  .grt .impact {
    font-size: 22px;
    line-height: 36px; }
  .grt .bar {
    color: #ada8bf; }
  .grt .pop {
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.4); }
  .grt .wp-caption,
  .grt .frame {
    box-sizing: border-box;
    color: #ada8bf;
    background-color: #050505;
    padding: 18px; }
    .grt .wp-caption img {
      margin-bottom: 18px; }
    .grt .wp-caption.aligncenter img {
      margin-right: auto;
      margin-left: auto; }
    .grt .wp-caption .wp-caption-text {
      margin-bottom: 0; }
  .grt .wp-caption-text,
  .grt .caption,
  .grt .footnotes {
    font-size: 13px;
    line-height: 23px; }
    .grt .wp-caption-text code,
    .grt .caption code,
    .grt .footnotes code {
      font-size: 12px; }
  .grt .caption {
    color: #ada8bf;
    margin-top: -25px; }
  .grt .center + .caption,
  .grt .aligncenter + .caption {
    text-align: center; }
  .grt blockquote + .caption {
    padding-left: 25px; }
  .grt .footnotes {
    color: #ada8bf;
    padding-top: 18px;
    border-top: 1px dotted rgba(0, 0, 0, 0.15); }
    .grt .footnotes p {
      margin-bottom: 11px; }
    .grt .author_description .avatar {
      float: left;
      width: 87px;
      height: 87px;
      margin-right: 18px; }
  .grt .author_description_intro {
    font-weight: bold; }
  .grt .post_box + .post_box {
    margin-top: 47px; }
    .grt .byline,
    .grt .alert,
    .grt .note,
    .grt .box,
    .grt .wp-caption,
    .grt .caption,
    .grt .footnotes,
    .grt .page-links {
      margin-bottom: 29px; }
      .grt .alert > :last-child,
      .grt .note > :last-child,
      .grt .box > :last-child,
      .grt .footnotes > :last-child,
      .grt .post_list > :last-child {
        margin-bottom: 0; }
  .grt .post_list {
    margin-bottom: 0; }
    .grt .post_box:after,
    .grt .headline_area:after,
    .grt .byline:after,
    .grt .post_content:after,
    .grt .post_list:after,
    .grt .extend:after,
    .grt .author_description:after,
    .grt .query_box:after {
      display: table;
      clear: both;
      content: ''; }
  @media all and (min-width: 420px) {
    .grt .byline .post_author:after,
        .grt .byline .post_date:after,
        .grt .byline .num_comments_link:after {
          display: none; }
        .grt .byline .post_author ~ .post_date_intro:before,
        .grt .byline .post_date_intro ~ .post_date_intro:before,
        .grt .byline .post_author ~ .num_comments_link:before,
        .grt .byline .post_date ~ .num_comments_link:before,
        .grt .byline .post_author ~ .post_edit:before,
        .grt .byline .post_date ~ .post_edit:before,
        .grt .byline .num_comments_link ~ .post_edit:before {
          color: #ada8bf;
          content: '\2022\0020'; } }
  @media all and (min-width: 680px) {
    .grt .headline_area {
      position: relative; }
    .grt .impact {
      font-size: 28px;
      line-height: 45px; } }

label {
  display: block;
  font-weight: bold; }
  label .required {
    font-weight: normal; }

.required {
  color: #d1a592; }

input,
textarea,
select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.2); }

input[type=checkbox],
input[type=radio],
input[type=image],
input[type=submit],
select {
  width: auto; }

input[type=checkbox],
input[type=radio] {
  display: inline-block; }
  input[type=checkbox] + label,
  input[type=radio] + label {
    display: inline;
    font-weight: normal;
    margin-left: 11px; }

textarea {
  line-height: inherit; }


  button,
  input[type=submit],
  .button {
    display: inline-block;
    width: auto;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    line-height: 1em;
    vertical-align: top;
    color: white;
    text-decoration: none;
    background-color: #050505;
    padding: 7px 11px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-width: 4px;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-radius: 11px;
    outline: 1px solid rgba(0, 0, 0, 0.1);
    outline-offset: -1px;
    cursor: pointer;
    -webkit-appearance: none; }
  button:hover,
  input[type=submit]:hover,
  .button:hover,
  button:active,
  input[type=submit]:active,
  .button:active {
    text-decoration: none;
    background-color: #181818;
    transition: background-color 0.3s ease; }
  button:active,
  input[type=submit]:active,
  .button:active {
    border-bottom-width: 2px;
    margin-top: 2px; }

    button.save,
    .button.save {
      color: #050505;
      background-color: #509b26; }
    button.save:hover,
    .button.save:hover,
    button.save:active,
    .button.save:active {
      background-color: #60ba2e; }
    button.delete,
    .button.delete {
      color: #050505;
      background-color: #d50b0b; }
    button.delete:hover,
    .button.delete:hover,
    button.delete:active,
    .button.delete:active {
      background-color: #f31313; }
    button.action,
    .button.action {
      color: #050505;
      background-color: #7d86ff; }
    button.action:hover,
    .button.action:hover,
    button.action:active,
    .button.action:active {
      background-color: #a3aaff; }
    button.update,
    .button.update {
      background-color: #fcfc0d; }
    button.update:hover,
    .button.update:hover,
    button.update:active,
    .button.update:active {
      background-color: #fcfc33; }

input[type=submit] {
  background-color: #7d86ff; }
    input[type=submit]:hover,
    input[type=submit]:active {
      background-color: #a3aaff; }

  #site_title {
    font-size: 45px;
    line-height: 69px;
    font-weight: bold; }
  #site_title a {
    color: inherit; }

  #site_tagline {
    font-size: 28px;
    line-height: 45px;
    color: #ada8bf; }

  .prev_next {
    border-top: 1px dotted rgba(0, 0, 0, 0.15);
    padding-top: 18px;
    padding-bottom: 18px;
    margin-top: 29px;
    margin-bottom: -29px; }
  .prev_next.blog_nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse; }
    .prev_next .previous_posts:first-child {
      margin-right: auto; }
    .prev_next .previous_posts a:before {
      content: '\2190\0020'; }
    .prev_next .next_posts a:after {
      content: '\0020\2192'; }
  .prev_next .next_post,
  .prev_next .previous_post {
    margin-bottom: 0; }
  .prev_next .next_post + .previous_post {
    margin-top: 18px; }

  #comments .comments_intro {
    margin-top: 47px;
    margin-bottom: 29px; }
    #comments .comments_intro:after {
      content: '\0020\2193'; }
  #comments .num_comments,
  #comments .comments_closed {
    font-weight: bold; }
  #comments .comments_closed {
    font-weight: bold;
    margin-top: 47px; }
  #comments .comment_list {
    list-style: none;
    margin-left: 0; }
    #comments .comment_list > .comment:first-child {
      margin-top: 0; }
  #comments .comment {
    margin-top: 47px; }
    #comments .comment #respond {
      margin-top: 29px; }
  #comments .children {
    list-style: none;
    margin-top: 0;
    margin-left: 18px; }
    #comments .children .comment {
      margin-top: 29px; }
  #comments .comment_header {
    margin-bottom: 11px; }
  #comments .avatar {
    float: right;
    width: 47px;
    height: 47px;
    margin-left: 18px; }
  #comments .comment_author {
    font-weight: bold; }
    #comments .comment_date:before {
      display: block;
      height: 0;
      content: '\a';
      white-space: pre; }
    #comments .comment_text :last-child {
      margin-bottom: 11px; }
  #comments .comment_footer {
    font-size: 13px;
    line-height: 23px; }
    #comments .comment_footer a {
      text-transform: lowercase;
      margin-right: 11px; }
  #comments .comment_nav {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 18px 0;
    border-top: 1px dotted rgba(0, 0, 0, 0.15);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.15); }
    #comments .comment_nav .previous_comments:first-child {
      margin-right: auto; }
  #comments #respond {
    margin-top: 47px; }
    #comments #respond p {
      margin-bottom: 18px; }
    #comments #respond .comment-reply-title {
      font-weight: bold; }
    #comments #respond #cancel-comment-reply-link {
      font-weight: normal;
      margin-left: 11px; }
    #comments #respond .comment-notes,
    #comments #respond .logged-in-as {
      padding: 18px;
      background-color: #7d86ff; }
    #comments #respond .comment-form-cookies-consent {
      font-size: 13px;
      line-height: 23px; }
      #comments #respond .comment-form-cookies-consent input {
        vertical-align: -8%; }
      #comments #respond .comment-form-cookies-consent label {
        margin-left: 7px; }
    #comments #respond .submit {
      padding: 11px; }
  @media all and (min-width: 680px) {
    #comments .children {
      margin-left: 29px; }
      #comments .comment_date:before {
        display: inline;
        height: auto;
        content: '\2022\0020';
        white-space: normal; } }

      
      .text .byline .avatar {
        margin-bottom: 7px; }
      @media all and (min-width: 680px) {
        
        .text .byline .avatar {
          margin-bottom: 11px; } }
    .text .breakout {
      margin-left: auto;
      margin-right: auto; }
    .text .breakout.left {
      float: none;
      margin-left: 0;
      margin-right: 0; }
    .text .pullout.left {
      float: none;
      margin-right: 0; }

@media all and (min-width: 702px) {
  
      
      
      
    .text {
      margin-left: auto;
      margin-right: auto; }
      .text .headline_area,
      .text .post_content > h1,
      .text .post_content > h2,
      .text .post_content > h3,
      .text .post_content > .impact,
      .text .extend,
      .text .extend + .caption {
        margin-left: calc(351px - (100vw / 2));
        margin-right: calc(351px - (100vw / 2)); }
        .text .extend.right {
          margin-left: 29px; }
        .text .extend.left {
          margin-right: 29px; } }

@media all and (min-width: 1098px) {
  
      
        
      
      
      
        
      .text .headline_area,
      .text .post_content > h1,
      .text .post_content > h2,
      .text .post_content > h3,
      .text .post_content > .impact,
      .text .extend,
      .text .extend + .caption {
        margin-left: -198px;
        margin-right: -198px; }
      .text .breakout {
        max-width: calc(505.5px + (100vw - 1040px) / 2);
        margin-left: 29px;
        margin-right: calc(322px - (100vw / 2)); }
        .text .breakout.left {
          margin-left: calc(322px - (100vw / 2));
          margin-right: 29px; }
      .text .pullout {
        max-width: calc(100vw - (100vw - 1040px) / 2 - 871px);
        margin-right: calc(-198px - (100vw - 1040px) / 2); }
        .text .pullout.left {
          float: left;
          margin-left: calc(-198px - (100vw - 1040px) / 2);
          margin-right: 0; }
        .text .extend .pullout {
          margin-left: auto;
          margin-right: auto; }
    .text .breakout,
    .text .extend .breakout {
      float: right;
      box-sizing: border-box;
      max-width: calc(505.5px + (100vw - 1040px) / 2);
      margin-left: 29px;
      margin-right: calc((1040px - 100vw) / 2); }
      .text .breakout.left,
      .text .extend .breakout.left {
        float: left;
        margin-left: calc((1040px - 100vw) / 2);
        margin-right: 29px; }
      .has-sidebar .text .breakout,
      .has-sidebar .text .extend .breakout {
        float: none;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0; } }

  @media all and (min-width: 680px) {
    #header,
      #nav,
      #nav-secondary,
      #footer {
        text-align: center; }
        #logo {
          margin-left: auto;
          margin-right: auto; } }

  @media all and (min-width: 680px) {
    .text .headline_area,
        .text .featured_image_wrap,
        .text .post_content h1,
        .text h2,
        .text h3,
        .text h1 + .caption,
        .text h2 + .caption,
        .text h3 + .caption,
        .text .impact,
        .text .extend + .caption,
        .text .extend .caption {
          text-align: center; }
          .text .byline .avatar {
            margin-left: auto;
            margin-right: auto; }
      .archive_title {
        text-align: center; } }

  .text .wp-post-image {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; }

@media all and (min-width: 702px) {
  
      .text .featured_image_wrap {
        margin-left: calc(351px - (100vw / 2));
        margin-right: calc(351px - (100vw / 2)); } }

@media all and (min-width: 1098px) {
  
      .text .featured_image_wrap {
        margin-left: -198px;
        margin-right: -198px; } }

  .menu {
    list-style: none;
    display: flex;
    align-items: baseline;
    white-space: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .menu::-webkit-scrollbar {
    display: none; }
  .menu li {
    margin-right: 29px; }
    .menu li:last-child {
      margin-right: 0; }
  .menu a {
    display: block;
    padding-top: 11px;
    padding-bottom: 11px; }
  .menu:before {
    content: '\2194';
    color: #ada8bf;
    margin-right: 18px; }
  @media all and (min-width: 680px) {
    .menu {
      justify-content: center; }
    .menu:before {
      display: none; } }

  .bar {
    color: #ada8bf; }
  @media all and (min-width: 1098px) {
    .text .bar {
      width: 100%; }
      .text .bar code {
        font-size: 12px; }
      
      
      .text .bar {
        max-width: 169px;
        margin-right: -198px; }
        .text .bar.left {
          float: left;
          clear: left;
          margin-left: -198px; } }

  .bleed {
    position: relative;
    width: 100vw;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 47px;
    margin-bottom: 47px;
    margin-left: -18px; }
  .bleed + .bleed {
    margin-top: -47px; }
  .content > .post_box:last-child .bleed:last-child {
    border-bottom: 0;
    margin-bottom: -29px; }
  .bleed:after {
    display: table;
    clear: both;
    content: ''; }
  @media all and (min-width: 680px) {
    .bleed {
    margin-left: calc(calc(644px - 100vw) / 2); } }
  @media all and (min-width: 702px) {
    .bleed {
    margin-left: -29px; } }
  @media all and (min-width: 1098px) {
    .bleed {
    margin-left: calc(calc(1040px - 100vw) / 2); } }
  .bleed {
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; }
  .bleed .container {
    padding-top: 29px;
    padding-bottom: 18px; }
  .bleed pre,
  .bleed .wp-caption,
  .bleed .frame {
    background-color: rgba(0, 0, 0, 0.1); }
  .bleed.no-border {
    border-top: none; }
  .bleed.red {
    background-color: #ffcccc; }
    .bleed.red blockquote,
    .bleed.red .post_content > .small,
    .bleed.red .caption,
    .bleed.red .bar,
    .bleed.red .wp-caption {
      color: maroon; }
  .bleed.salmon {
    background-color: #ffddcc; }
    .bleed.salmon blockquote,
    .bleed.salmon .post_content > .small,
    .bleed.salmon .caption,
    .bleed.salmon .bar,
    .bleed.salmon .wp-caption {
      color: #802b00; }
  .bleed.orange {
    background-color: #ffeecc; }
    .bleed.orange blockquote,
    .bleed.orange .post_content > .small,
    .bleed.orange .caption,
    .bleed.orange .bar,
    .bleed.orange .wp-caption {
      color: #805500; }
  .bleed.yellow {
    background-color: #ffffcc; }
    .bleed.yellow blockquote,
    .bleed.yellow .post_content > .small,
    .bleed.yellow .caption,
    .bleed.yellow .bar,
    .bleed.yellow .wp-caption {
      color: olive; }
  .bleed.chartreuse {
    background-color: #eeffcc; }
    .bleed.chartreuse blockquote,
    .bleed.chartreuse .post_content > .small,
    .bleed.chartreuse .caption,
    .bleed.chartreuse .bar,
    .bleed.chartreuse .wp-caption {
      color: #558000; }
  .bleed.lime {
    background-color: #ddffcc; }
    .bleed.lime blockquote,
    .bleed.lime .post_content > .small,
    .bleed.lime .caption,
    .bleed.lime .bar,
    .bleed.lime .wp-caption {
      color: #2a8000; }
  .bleed.green {
    background-color: #ccffcc; }
    .bleed.green blockquote,
    .bleed.green .post_content > .small,
    .bleed.green .caption,
    .bleed.green .bar,
    .bleed.green .wp-caption {
      color: green; }
  .bleed.aquamarine {
    background-color: #ccffdd; }
    .bleed.aquamarine blockquote,
    .bleed.aquamarine .post_content > .small,
    .bleed.aquamarine .caption,
    .bleed.aquamarine .bar,
    .bleed.aquamarine .wp-caption {
      color: #00802b; }
  .bleed.turquoise {
    background-color: #ccffee; }
    .bleed.turquoise blockquote,
    .bleed.turquoise .post_content > .small,
    .bleed.turquoise .caption,
    .bleed.turquoise .bar,
    .bleed.turquoise .wp-caption {
      color: #008055; }
  .bleed.cyan {
    background-color: #ccffff; }
    .bleed.cyan blockquote,
    .bleed.cyan .post_content > .small,
    .bleed.cyan .caption,
    .bleed.cyan .bar,
    .bleed.cyan .wp-caption {
      color: teal; }
  .bleed.blue {
    background-color: #cceeff; }
    .bleed.blue blockquote,
    .bleed.blue .post_content > .small,
    .bleed.blue .caption,
    .bleed.blue .bar,
    .bleed.blue .wp-caption {
      color: #005580; }
  .bleed.steel {
    background-color: #ccddff; }
    .bleed.steel blockquote,
    .bleed.steel .post_content > .small,
    .bleed.steel .caption,
    .bleed.steel .bar,
    .bleed.steel .wp-caption {
      color: #002a80; }
  .bleed.lavender {
    background-color: #ccccff; }
    .bleed.lavender blockquote,
    .bleed.lavender .post_content > .small,
    .bleed.lavender .caption,
    .bleed.lavender .bar,
    .bleed.lavender .wp-caption {
      color: navy; }
  .bleed.purple {
    background-color: #ddccff; }
    .bleed.purple blockquote,
    .bleed.purple .post_content > .small,
    .bleed.purple .caption,
    .bleed.purple .bar,
    .bleed.purple .wp-caption {
      color: #2b0080; }
  .bleed.orchid {
    background-color: #eeccff; }
    .bleed.orchid blockquote,
    .bleed.orchid .post_content > .small,
    .bleed.orchid .caption,
    .bleed.orchid .bar,
    .bleed.orchid .wp-caption {
      color: #550080; }
  .bleed.magenta {
    background-color: #ffccff; }
    .bleed.magenta blockquote,
    .bleed.magenta .post_content > .small,
    .bleed.magenta .caption,
    .bleed.magenta .bar,
    .bleed.magenta .wp-caption {
      color: purple; }
  .bleed.pink {
    background-color: #ffccee; }
    .bleed.pink blockquote,
    .bleed.pink .post_content > .small,
    .bleed.pink .caption,
    .bleed.pink .bar,
    .bleed.pink .wp-caption {
      color: #800055; }
  .bleed.rose {
    background-color: #ffccdd; }
    .bleed.rose blockquote,
    .bleed.rose .post_content > .small,
    .bleed.rose .caption,
    .bleed.rose .bar,
    .bleed.rose .wp-caption {
      color: #80002a; }

.grt h1:has(+.caption),
.grt h2:has(+.caption),
.grt h3:has(+.caption),
.grt h4:has(+.caption) {
  margin-bottom: 0; }

    .grt h1 + .caption,
    .grt h2 + .caption,
    .grt h3 + .caption,
    .grt h4 + .caption {
      margin-top: 0; }
  .grt h3 + .caption {
    margin-bottom: 18px; }
  .grt h4 + .caption {
    margin-bottom: 11px; }

      .content > .post_box:first-child > .post_content:first-child > .bleed:first-child {
        border-top: 0;
        margin-top: -29px; }

.bleed:has(+.bleed) {
  border-bottom: 0; }

.card {
  box-sizing: border-box;
  color: inherit;
  border-radius: 7px;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
  margin-bottom: 29px;
  overflow: hidden; }
  .card .card-body {
    padding: 20.5px 18px 18px 18px; }
  .card .card-text:first-child {
    margin-top: 2.5px; }
  .card .card-title,
  .card .card-subtitle {
    text-align: center; }
    .card .card-title:last-child,
    .card .card-subtitle:last-child {
      margin-bottom: 0; }
  .card .card-title {
    font-size: 22px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 14.5px; }
    .card .card-title a {
      text-decoration: none; }
  .card .card-subtitle {
    font-size: 13px;
    line-height: 23px;
    color: #ada8bf;
    margin-top: -14.5px;
    margin-bottom: 18px; }
  .card.card-centered .card-text {
    text-align: center; }
  .card .card-text > :last-child {
    margin-bottom: 0; }
  @media all and (min-width: 455px) {
    .card .card-body {
      padding: 20.5px 29px 29px 29px; }
    .card .card-title {
      font-size: 28px;
      line-height: 45px; } }

  .grt .card {
    display: block;
    text-decoration: none; }
  .grt .card .card-image {
    max-width: 100%;
    margin-bottom: 0; }

.card-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .card-flex > .card {
    flex-basis: 100%; }
    .card-flex.card-flex-2 > .card,
    .card-flex.card-flex-3 > .card {
      max-width: 505.5px; }
    @media all and (min-width: 702px) {
      .card-flex.card-flex-2,
  .card-flex.card-flex-3 {
    justify-content: space-between; }
      .card-flex.card-flex-2 > .card,
      .card-flex.card-flex-3 > .card {
        max-width: calc(50% - 14.5px); }
      .card-flex.card-flex-2 .card-body,
      .card-flex.card-flex-3 .card-body {
        padding: 20.5px 18px 18px 18px; }
      .card-flex.card-flex-2 .card-title,
      .card-flex.card-flex-3 .card-title {
        font-size: 22px;
        line-height: 36px; } }
    @media all and (min-width: 925px) {
      .card-flex.card-flex-2 .card-body,
      .card-flex.card-flex-3 .card-body {
        padding: 20.5px 29px 29px 29px; }
      .card-flex.card-flex-2 .card-title,
      .card-flex.card-flex-3 .card-title {
        font-size: 28px;
        line-height: 45px; } }
    @media all and (min-width: 1098px) {
      .card-flex.card-flex-3 > .card {
        max-width: calc(33.333% - 19.334px); }
      .card-flex.card-flex-3 .card-body {
        padding: 20.5px 18px 18px 18px; }
      .card-flex.card-flex-3 .card-title {
        font-size: 22px;
        line-height: 36px; } }
    .card-flex.card-flex-4 > .card {
      max-width: 357.375px; }
    @media all and (min-width: 455px) {
      .card-flex.card-flex-4 .card-body {
        padding: 20.5px 18px 18px 18px; }
      .card-flex.card-flex-4 .card-title {
        font-size: 22px;
        line-height: 36px; } }
    @media all and (min-width: 541.5px) {
      .card-flex.card-flex-4 {
    justify-content: space-between; }
      .card-flex.card-flex-4 > .card {
        max-width: calc(50% - 14.5px); } }
    @media all and (min-width: 830.75px) {
      .card-flex.card-flex-4 > .card {
        max-width: calc(33.333% - 19.334px); } }
    @media all and (min-width: 1098px) {
      .card-flex.card-flex-4 > .card {
        max-width: calc(25% - 21.75px); } }

.youtube {
  position: relative;
  background-color: black;
  padding-top: 56.25%;
  margin-bottom: 29px;
  overflow: hidden;
  cursor: pointer; }
  .youtube img,
  .youtube iframe,
  .youtube .play,
  .youtube .play:before {
    position: absolute; }
  .youtube img {
    width: 100%;
    top: -16.67%;
    left: 0;
    opacity: 0.7; }
  .youtube.custom-thumb img {
    top: 0; }
  .youtube iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .youtube .play,
  .youtube .play:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); }
  .youtube .play {
    width: 90px;
    height: 60px;
    background-color: #ff1616;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px; }
  .youtube .play:before {
    content: '';
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent white; }

/*
 * ---:[ Custom CSS ]:---
 */
@media all and (min-width: 668px) {
  .ep-logo {
    display: block;
    height: 51px;
    background-image: url("/user-content/images/ELMSPARK_logo.svg");
    background-repeat: no-repeat;
    margin-left: 42%;
    margin-bottom: -17px; } }

.menu:before {
  content: '';
  margin-right: 0; }

#content {
  padding-top: 0px; }

.jacket {
  color: #d7d0ed; }

.grt blockquote {
  border-left: 6px solid rgba(165, 160, 182, 0.25); }

.ep-logo {
  display: block;
  height: 51px;
  background-image: url("/user-content/images/ELMSPARK_logo.svg");
  background-repeat: no-repeat;
  margin-bottom: -17px; }

#bookly-tbs {
  color: black !important;
  text-align: center !important;
  background-color: yellow !important; }

.gform_wrapper.gravity-theme .gfield_list_icons button {
  font-size: 0;
  background: #7d86ff url(../images/list-add.svg); }

.external-link {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%237D86FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M18 14v5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8c0-1.1.9-2 2-2h5M15 3h6v6M10 14L20.2 3.8'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 1em;
  padding-right: 1.1em !important; }

.gform_wrapper .gfield_required {
  color: yellow !important;
  font-weight: bold; }

.gform_wrapper.gravity-theme .ginput_product_price_wrapper input:read-only {
  font-size: larger;
  color: #d7d0ed;
  font-weight: bold; }

.gform_wrapper.gravity-theme .ginput_total {
  color: white;
  font-size: larger;
  font-weight: bolder; }

.gform_wrapper input#gf_coupon_button.button {
  margin-left: 8px;
  padding: 11px;
  color: white;
  background-color: #7d86ff; }

#bookly-tbs .mt-4,
#bookly-tbs .my-4 {
  background-color: whitesmoke;
  padding: 1em; }

#bookly-tbs table.dataTable thead>tr>td.sorting,
#bookly-tbs table.dataTable thead>tr>td.sorting_asc,
#bookly-tbs table.dataTable thead>tr>td.sorting_desc,
#bookly-tbs table.dataTable thead>tr>th.sorting,
#bookly-tbs table.dataTable thead>tr>th.sorting_asc,
#bookly-tbs table.dataTable thead>tr>th.sorting_desc {
  padding-right: 1em;
  font-weight: 500;
  font-size: small; }

span {
  display: inline-block; }

.rev-arrow {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.youtube .play {
  width: 50px;
  height: 30px;
  background-color: #ff1616;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 2px; }

.youtube .play:before {
  content: '';
  border-style: solid;
  border-width: 7px 0 7px 14px;
  border-color: transparent transparent transparent white; }

.bleed.white {
  background-color: white;
  color: #050505; }
  .bleed.white .gform_wrapper .gfield_required {
    color: #7d86ff !important;
    font-weight: bold; }
  .bleed.white .gform_wrapper.gravity-theme .ginput_product_price_wrapper input:read-only {
    font-size: normal;
    color: #990000;
    font-weight: normal; }

/*
 * ** BLEEDS CSS **
 */
.bleed.dark {
  background-color: rgba(165, 160, 182, 0.7); }

.bleed.med {
  background-color: #050505; }

.bleed.light {
  background-color: #d7d0ed; }

/*
 * ** End of BLEEDS CSS **
 */
    .grt a.external-link {
      color: inherit;
      cursor: text;
      text-decoration: none; }
      .grt a.external-link:hover {
        text-decoration: none; }

.external-links {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23CCF1FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M18 14v5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8c0-1.1.9-2 2-2h5M15 3h6v6M10 14L20.2 3.8'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 1em;
  padding-right: 1.1em !important; }

/*
 * TABLE
 */
table {
  width: 100%;
  border-collapse: collapse;
  color: white;
    /*
   * White text for better visibility
   */
  background-color: #333333;
    /*
   * Dark background for each cell
   */ }

th,
td {
  border: 1px solid #555555;
    /*
   * Lighter border for visibility
   */
  padding: 8px;
  text-align: left; }

th {
  background-color: #444444;
    /*
   * Slightly darker background for headers
   */ }

tr:nth-child(even) {
  background-color: #383838;
    /*
   * Alternating row color for readability
   */ }

tr:hover {
  background-color: #505050;
    /*
   * Hover effect color
   */ }

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
    /*
   * Initially hidden
   */ }

.gform_legacy_markup_wrapper table.gsurvey-likert th.gsurvey-likert-choice-label,
.gravity-theme table.gsurvey-likert th.gsurvey-likert-choice-label {
  background-color: #8e1991; }

/*
 * === Focus Enhancement: GDPR Plugin Architecture Article ===
 */
/*
 * Overall rhythm and readability
 */
.entry-content p {
  margin-bottom: 1.1em;
  line-height: 1.7; }

/*
 * Headings
 */
.entry-content h2 {
  margin-top: 2.2em;
  margin-bottom: 0.8em;
  font-size: 1.45em;
  font-weight: 700;
  letter-spacing: -0.01em; }

.entry-content h3 {
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  font-size: 1.2em;
  font-weight: 600;
  color: var(--focus-accent-color, #f16334); }

/*
 * Horizontal rules for visual section breaks
 */
.entry-content hr {
  margin: 2em 0;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.08); }

/*
 * Lists
 */
.entry-content ul,
.entry-content ol {
  margin: 0 0 1.2em 1.6em;
  padding: 0; }

.entry-content li {
  margin-bottom: 0.4em;
  line-height: 1.6; }

/*
 * Blockquotes
 */
.entry-content blockquote {
  margin: 1.8em 0;
  padding: 1.2em 1.4em;
  border-left: 4px solid var(--focus-accent-color, #f16334);
  background: rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  font-style: italic;
  color: #333333; }

.entry-content blockquote p {
  margin: 0.3em 0; }

.entry-content blockquote em {
  font-style: normal;
  font-weight: 600;
  color: var(--focus-accent-color, #f16334); }

/*
 * Highlighted words inside blockquotes
 */
.entry-content blockquote strong {
  color: var(--focus-accent-color, #f16334); }

/*
 * Ordered list numbers style
 */
.entry-content ol {
  list-style: decimal-leading-zero; }

/*
 * Title styling (optional if used in Focus headline area)
 */
.entry-content h1 {
  font-size: 2em;
  line-height: 1.25;
  font-weight: 800;
  margin-top: 0.4em;
  margin-bottom: 0.6em; }

/*
 * Optional subtle fade on  text
 */
.entry-content em {
  color: rgba(0, 0, 0, 0.8); }

/*
 * Better spacing before/after sections
 */
.entry-content section,
.entry-content div {
  margin-bottom: 1.8em; }

/*
 * Lead-in paragraph styling for Focus articles
 */
.entry-content .intro {
  font-size: 1.15em;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.82);
  font-weight: 400;
  margin-bottom: 1.6em;
  max-width: 42em;
  border-left: 4px solid var(--focus-accent-color, #f16334);
  padding-left: 0.8em; }

.entry-content .intro {
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.02); }


.entry-content blockquote {
  border-left: 5px solid var(--focus-accent-color); }

.entry-content blockquote + p,
.entry-content blockquote + h2 {
  margin-top: 1.6em; }

/*
 * Enhanced blockquote contrast for dark backgrounds
 */
.entry-content blockquote {
  margin: 1.8em 0;
  padding: 1.2em 1.6em;
  border-left: 4px solid var(--focus-accent-color, #f16334);
  background: rgba(255, 255, 255, 0.05);
    /*
   * Slightly lighter than body background
   */
  border-radius: 6px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
    /*
   * Improves text clarity
   */
  transition: background 0.3s ease, color 0.3s ease; }

/*
 * Optional: subtle hover highlight
 */
.entry-content blockquote:hover {
  background: rgba(255, 255, 255, 0.08); }

/*
 * Blockquote inner paragraph spacing
 */
.entry-content blockquote p {
  margin: 0.4em 0; }

/*
 * Ensure following content has breathing room
 */
.entry-content blockquote + p,
.entry-content blockquote + h2 {
  margin-top: 1.8em; }



/* Focus custom CSS */

@media all and (min-width: 668px) {
    .ep-logo {
display: block;
height: 51px;
background-image: url("/user-content/images/ELMSPARK_logo.svg");
background-repeat: no-repeat;
		margin-left: 42%;
margin-bottom: -17px;
}
}
.menu:before {
    content: '';
    margin-right: 0;
}

#content {
	padding-top: 0px;
}

.jacket {
	color: $c5;
}

.grt blockquote {
	border-left: 6px solid rgba(165, 160, 182, 0.25);
}

.ep-logo {
display: block;
height: 51px;
background-image: url("/user-content/images/ELMSPARK_logo.svg");
background-repeat: no-repeat;

margin-bottom: -17px;
}

#bookly-tbs {
color: black!important;
text-align: center!important;
background-color: yellow!important;
}

.gform_wrapper.gravity-theme .gfield_list_icons button {
font-size: 0;
background: $c3 url(../images/list-add.svg);
}

.external-link {
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%237D86FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M18 14v5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8c0-1.1.9-2 2-2h5M15 3h6v6M10 14L20.2 3.8'/%3E%3C/g%3E%3C/svg%3E");
background-position: 100% 50%;
background-repeat: no-repeat;
background-size: 1em;
padding-right: 1.1em!important;
}

.gform_wrapper .gfield_required {
    color:yellow!important;
	font-weight: bold;
}

.gform_wrapper.gravity-theme .ginput_product_price_wrapper input:read-only {
    font-size: larger;
    color: $c5;
	font-weight: bold;
}

.gform_wrapper.gravity-theme .ginput_total {
    color: $ct1;
    font-size: larger;
    font-weight: bolder;
}

.gform_wrapper input#gf_coupon_button.button {
    margin-left: 8px;
    padding: $x4;
    color: $ct1;
    background-color: $c3;
}

#bookly-tbs .mt-4, #bookly-tbs .my-4 {
background-color: whitesmoke;
	padding: 1em;
}

#bookly-tbs table.dataTable thead>tr>td.sorting, #bookly-tbs table.dataTable thead>tr>td.sorting_asc, #bookly-tbs table.dataTable thead>tr>td.sorting_desc, #bookly-tbs table.dataTable thead>tr>th.sorting, #bookly-tbs table.dataTable thead>tr>th.sorting_asc, #bookly-tbs table.dataTable thead>tr>th.sorting_desc {
padding-right: 1em;
font-weight: 500;
font-size: small;
}

	span{ display: inline-block; } 
.rev-arrow {
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}

.youtube .play {
width: 50px;
height: 30px;
background-color: #ff1616;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
z-index: 1;
opacity: 0.8;
border-radius: 2px;
}
.youtube .play:before {
content: '';
border-style: solid;
border-width: 7px 0 7px 14px;
border-color: transparent transparent transparent white;
}

.bleed.white {
background-color: $ct1;
	color: $c2;
	.gform_wrapper .gfield_required {
    color:#7D86FF!important;
	font-weight: bold;
}
	.gform_wrapper.gravity-theme .ginput_product_price_wrapper input:read-only {
font-size: normal;
color: #900;
font-weight: normal;
}
}

/*** BLEEDS CSS ***/
.bleed.dark {
background-color: $c6;
}

.bleed.med {
background-color: $c2;
}

.bleed.light {
background-color: $c5;
}
/*** End of BLEEDS CSS ***/

.grt {
	a {
		&.external-link {
			color: inherit;
			cursor: text;
			text-decoration: none;
			&:hover {
				text-decoration: none;
			}
		}
	}
}

.external-links {
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23CCF1FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M18 14v5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8c0-1.1.9-2 2-2h5M15 3h6v6M10 14L20.2 3.8'/%3E%3C/g%3E%3C/svg%3E");
background-position: 100% 50%;
background-repeat: no-repeat;
background-size: 1em;
padding-right: 1.1em!important;
}

/* TABLE */
table {
    width: 100%;
    border-collapse: collapse;
    color: #ffffff; /* White text for better visibility */
    background-color: #333333; /* Dark background for each cell */
}

th, td {
    border: 1px solid #555; /* Lighter border for visibility */
    padding: 8px;
    text-align: left;
}

th {
    background-color: #444444; /* Slightly darker background for headers */
}

tr:nth-child(even) {
    background-color: #383838; /* Alternating row color for readability */
}

tr:hover {
    background-color: #505050; /* Hover effect color */
}

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none; /* Initially hidden */
}

    .gform_legacy_markup_wrapper table.gsurvey-likert th.gsurvey-likert-choice-label, .gravity-theme table.gsurvey-likert th.gsurvey-likert-choice-label {
        background-color: #8e1991;

    }

/* === Focus Enhancement: GDPR Plugin Architecture Article === */

/* Overall rhythm and readability */
.entry-content p {
  margin-bottom: 1.1em;
  line-height: 1.7;
}

/* Headings */
.entry-content h2 {
  margin-top: 2.2em;
  margin-bottom: 0.8em;
  font-size: 1.45em;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.entry-content h3 {
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  font-size: 1.2em;
  font-weight: 600;
  color: var(--focus-accent-color, #f16334);
}

/* Horizontal rules for visual section breaks */
.entry-content hr {
  margin: 2em 0;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.08);
}

/* Lists */
.entry-content ul,
.entry-content ol {
  margin: 0 0 1.2em 1.6em;
  padding: 0;
}

.entry-content li {
  margin-bottom: 0.4em;
  line-height: 1.6;
}

/* Blockquotes */
.entry-content blockquote {
  margin: 1.8em 0;
  padding: 1.2em 1.4em;
  border-left: 4px solid var(--focus-accent-color, #f16334);
  background: rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  font-style: italic;
  color: #333;
}

.entry-content blockquote p {
  margin: 0.3em 0;
}

.entry-content blockquote em {
  font-style: normal;
  font-weight: 600;
  color: var(--focus-accent-color, #f16334);
}

/* Highlighted words inside blockquotes */
.entry-content blockquote strong {
  color: var(--focus-accent-color, #f16334);
}

/* Ordered list numbers style */
.entry-content ol {
  list-style: decimal-leading-zero;
}

/* Title styling (optional if used in Focus headline area) */
.entry-content h1 {
  font-size: 2em;
  line-height: 1.25;
  font-weight: 800;
  margin-top: 0.4em;
  margin-bottom: 0.6em;
}

/* Optional subtle fade on <em> text */
.entry-content em {
  color: rgba(0, 0, 0, 0.8);
}

/* Better spacing before/after sections */
.entry-content section,
.entry-content div {
  margin-bottom: 1.8em;
}

/* Lead-in paragraph styling for Focus articles */
.entry-content .intro {
  font-size: 1.15em;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.82);
  font-weight: 400;
  margin-bottom: 1.6em;
  max-width: 42em;
  border-left: 4px solid var(--focus-accent-color, #f16334);
  padding-left: 0.8em;
}

.entry-content .intro {
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.02);
}
--focus-accent-color: #f16334;
.entry-content blockquote {
  border-left: 5px solid var(--focus-accent-color);
}

.entry-content blockquote + p,
.entry-content blockquote + h2 {
  margin-top: 1.6em;
}

/* Enhanced blockquote contrast for dark backgrounds */
.entry-content blockquote {
  margin: 1.8em 0;
  padding: 1.2em 1.6em;
  border-left: 4px solid var(--focus-accent-color, #f16334);
  background: rgba(255, 255, 255, 0.05); /* Slightly lighter than body background */
  border-radius: 6px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.9); /* Improves text clarity */
  transition: background 0.3s ease, color 0.3s ease;
}

/* Optional: subtle hover highlight */
.entry-content blockquote:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* Blockquote inner paragraph spacing */
.entry-content blockquote p {
  margin: 0.4em 0;
}

/* Ensure following content has breathing room */
.entry-content blockquote + p,
.entry-content blockquote + h2 {
  margin-top: 1.8em;
}