.elementor-855 .elementor-element.elementor-element-2a4c06aa > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-start;align-items:flex-start;}.elementor-855 .elementor-element.elementor-element-2a4c06aa{margin-top:0px;margin-bottom:0px;padding:0% 0% 0% 0%;}.elementor-855 .elementor-element.elementor-element-9ce2a8e > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-855 .elementor-element.elementor-element-2c1be3c4{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-855 .elementor-element.elementor-element-2c1be3c4 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-855 .elementor-element.elementor-element-2a4c06aa{padding:20px 20px 20px 20px;}}@media(max-width:767px){.elementor-855 .elementor-element.elementor-element-2a4c06aa{padding:20px 20px 20px 20px;}}/* Start custom CSS for section, class: .elementor-element-2a4c06aa *//* =========================================================
   GOOD ELECTRIC BLOG ARCHIVE
   Uses the existing global .ge-* design system.
   Add "ge-blog-archive" to the outer Elementor section.
========================================================= */

.ge-blog-archive {
  width: 100%;
  overflow: hidden;
}

.ge-blog-archive,
.ge-blog-archive *,
.ge-blog-archive *::before,
.ge-blog-archive *::after {
  box-sizing: border-box;
}


/* =========================================================
   ELEMENTOR LAYOUT RESET
========================================================= */

.ge-blog-archive > .elementor-container,
.ge-blog-archive > .e-con-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ge-blog-archive .elementor-column,
.ge-blog-archive .elementor-widget-wrap,
.ge-blog-archive .elementor-element-populated {
  width: 100%;
}

.ge-blog-archive .elementor-element-populated {
  padding: 0 !important;
}

.ge-blog-archive .elementor-widget,
.ge-blog-archive .elementor-widget-html,
.ge-blog-archive .elementor-widget-archive-posts {
  margin: 0 !important;
}

.ge-blog-archive .elementor-widget-html > .elementor-widget-container,
.ge-blog-archive .elementor-widget-archive-posts > .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}


/* =========================================================
   BLOG HERO ADJUSTMENTS
========================================================= */

.ge-blog-archive .ge-blog-hero {
  min-height: 560px;
  padding-top: 118px;
  padding-bottom: 94px;
  background-position: center right;
}

.ge-blog-archive .ge-blog-hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(
      90deg,
      rgba(5, 22, 37, 0.99) 0%,
      rgba(5, 22, 37, 0.97) 42%,
      rgba(5, 22, 37, 0.82) 64%,
      rgba(5, 22, 37, 0.38) 100%
    );
}

.ge-blog-archive .ge-blog-hero .ge-container {
  position: relative;
  z-index: 1;
}

.ge-blog-archive .ge-blog-hero .ge-hero__content {
  max-width: 730px;
}

.ge-blog-archive .ge-blog-hero h1 {
  max-width: 720px;
  color: #ffffff !important;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.28);
}

.ge-blog-archive .ge-blog-hero .ge-hero__intro {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.91) !important;
}

.ge-blog-archive .ge-blog-hero .ge-eyebrow {
  color: #a9d8f3 !important;
}

.ge-blog-archive .ge-blog-hero .ge-hero__trust span {
  color: rgba(255, 255, 255, 0.82) !important;
}


/* =========================================================
   INTRODUCTION
========================================================= */

.ge-blog-archive .ge-blog-intro {
  padding-top: 82px;
  padding-bottom: 64px;
}

.ge-blog-archive .ge-blog-intro .ge-overview-grid {
  align-items: center;
}

.ge-blog-archive .ge-blog-intro .ge-overview__content {
  max-width: 670px;
}

.ge-blog-archive .ge-blog-intro .ge-image-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}


/* =========================================================
   BLOG TOPIC LINKS
========================================================= */

.ge-blog-archive .ge-blog-topics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 46px;
}

.ge-blog-archive .ge-blog-topic {
  position: relative;
  display: flex;
  min-height: 190px;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
  background: #071a2b;
  border-top: 4px solid #0878bd;
  box-shadow: 0 14px 34px rgba(7, 26, 43, 0.11);
}

.ge-blog-archive .ge-blog-topic::before {
  position: absolute;
  top: -55px;
  right: -55px;
  width: 145px;
  height: 145px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.ge-blog-archive .ge-blog-topic::after {
  position: absolute;
  right: 26px;
  bottom: 24px;
  content: "→";
  color: #d7a550;
  font-size: 24px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.ge-blog-archive .ge-blog-topic:hover,
.ge-blog-archive .ge-blog-topic:focus-visible {
  transform: translateY(-4px);
  background: #0d2a42;
  border-top-color: #b88a42;
  box-shadow: 0 20px 42px rgba(7, 26, 43, 0.17);
}

.ge-blog-archive .ge-blog-topic:hover::after,
.ge-blog-archive .ge-blog-topic:focus-visible::after {
  transform: translateX(4px);
}

.ge-blog-archive .ge-blog-topic__label {
  display: block;
  margin-bottom: 32px;
  color: #9dd4f4;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ge-blog-archive .ge-blog-topic h3 {
  max-width: 230px;
  margin: 0;
  padding-right: 28px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 750;
  line-height: 1.28;
  letter-spacing: -0.02em;
}


/* =========================================================
   LATEST ARTICLES HEADING
========================================================= */

.ge-blog-archive .ge-blog-posts-heading {
  padding-top: 68px;
  padding-bottom: 34px;
  background: #f3f6f8;
}

.ge-blog-archive .ge-blog-posts-heading .ge-section-heading {
  margin-bottom: 0;
}


/* =========================================================
   ELEMENTOR ARCHIVE POSTS
========================================================= */

.ge-blog-archive .elementor-widget-archive-posts {
  width: 100%;
  padding: 0 28px 90px !important;
  background: #f3f6f8;
}

.ge-blog-archive .elementor-widget-archive-posts > .elementor-widget-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto !important;
}

.ge-blog-archive .elementor-posts-container,
.ge-blog-archive .elementor-posts {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 26px !important;
  width: 100%;
  margin: 0 !important;
}

.ge-blog-archive article.elementor-post,
.ge-blog-archive .elementor-post {
  position: relative;
  display: flex !important;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  flex-direction: column;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff;
  border: 1px solid #dce3e8;
  border-top: 4px solid #0878bd;
  box-shadow: 0 14px 34px rgba(7, 26, 43, 0.09);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.ge-blog-archive article.elementor-post:hover,
.ge-blog-archive .elementor-post:hover {
  transform: translateY(-5px);
  border-top-color: #b88a42;
  box-shadow: 0 21px 45px rgba(7, 26, 43, 0.15);
}


/* =========================================================
   POST IMAGE
========================================================= */

.ge-blog-archive .elementor-post__thumbnail__link {
  display: block;
  width: 100%;
  margin: 0 !important;
  overflow: hidden;
}

.ge-blog-archive .elementor-post__thumbnail {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 61% !important;
  background: #dce4e9;
}

.ge-blog-archive .elementor-post__thumbnail img {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.ge-blog-archive .elementor-post:hover .elementor-post__thumbnail img {
  transform: scale(1.04);
}


/* =========================================================
   POST CONTENT
========================================================= */

.ge-blog-archive .elementor-post__text {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  margin: 0 !important;
  padding: 28px 28px 31px !important;
}

.ge-blog-archive .elementor-post__meta-data {
  order: -1;
  margin: 0 0 13px !important;
  color: #0878bd;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ge-blog-archive .elementor-post__meta-data span,
.ge-blog-archive .elementor-post__meta-data a {
  color: inherit !important;
  text-decoration: none !important;
}

.ge-blog-archive .elementor-post__title {
  margin: 0 0 15px !important;
  padding: 0 !important;
  color: #071a2b !important;
  font-size: 25px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.025em;
}

.ge-blog-archive .elementor-post__title a {
  color: inherit !important;
  text-decoration: none !important;
}

.ge-blog-archive .elementor-post__title a:hover,
.ge-blog-archive .elementor-post__title a:focus-visible {
  color: #0878bd !important;
}

.ge-blog-archive .elementor-post__excerpt {
  margin: 0 0 24px !important;
  color: #344454 !important;
  font-size: 16px !important;
  line-height: 1.72 !important;
}

.ge-blog-archive .elementor-post__excerpt p {
  margin: 0 !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.ge-blog-archive .elementor-post__read-more {
  display: inline-flex !important;
  width: fit-content;
  align-items: center;
  margin-top: auto !important;
  color: #071a2b !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.4;
  letter-spacing: 0.07em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.ge-blog-archive .elementor-post__read-more::after {
  margin-left: 9px;
  content: "→";
  color: #d72828;
  font-size: 18px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.ge-blog-archive .elementor-post__read-more:hover,
.ge-blog-archive .elementor-post__read-more:focus-visible {
  color: #0878bd !important;
}

.ge-blog-archive .elementor-post__read-more:hover::after,
.ge-blog-archive .elementor-post__read-more:focus-visible::after {
  transform: translateX(4px);
}


/* =========================================================
   PAGINATION
========================================================= */

.ge-blog-archive .elementor-pagination {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 48px 0 0 !important;
}

.ge-blog-archive .elementor-pagination a,
.ge-blog-archive .elementor-pagination span {
  display: inline-flex;
  width: 44px;
  min-width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 10px;
  color: #071a2b;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #dce3e8;
}

.ge-blog-archive .elementor-pagination .current,
.ge-blog-archive .elementor-pagination a:hover,
.ge-blog-archive .elementor-pagination a:focus-visible {
  color: #ffffff;
  background: #071a2b;
  border-color: #071a2b;
}

.ge-blog-archive .elementor-pagination .prev,
.ge-blog-archive .elementor-pagination .next {
  width: auto;
  min-width: 86px;
  padding: 0 18px;
}


/* =========================================================
   BOTTOM CTA
========================================================= */

.ge-blog-archive .ge-blog-cta-section {
  padding-top: 82px;
  padding-bottom: 82px;
  background: #ffffff;
}

.ge-blog-archive .ge-blog-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  padding: 48px 50px;
  overflow: hidden;
  background:
    linear-gradient(
      120deg,
      #071a2b 0%,
      #0b3148 72%,
      #154d45 100%
    );
  border-top: 4px solid #d72828;
  box-shadow: 0 18px 42px rgba(7, 26, 43, 0.14);
}

.ge-blog-archive .ge-blog-cta .ge-eyebrow {
  color: #d7a550;
}

.ge-blog-archive .ge-blog-cta h2 {
  max-width: 690px;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.ge-blog-archive .ge-blog-cta p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.72;
}

.ge-blog-archive .ge-blog-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 245px;
}

.ge-blog-archive .ge-blog-cta__actions .ge-button {
  width: 100%;
}


/* =========================================================
   SAFETY NOTE
========================================================= */

.ge-blog-archive .ge-blog-safety {
  padding-top: 0;
  padding-bottom: 82px;
  background: #ffffff;
}

.ge-blog-archive .ge-blog-safety .ge-warning-note {
  max-width: none;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {
  .ge-blog-archive .ge-blog-topics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ge-blog-archive .elementor-posts-container,
  .ge-blog-archive .elementor-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .ge-blog-archive .ge-blog-cta {
    grid-template-columns: 1fr;
  }

  .ge-blog-archive .ge-blog-cta__actions {
    width: 100%;
    max-width: 430px;
    flex-direction: row;
  }
}

@media (max-width: 850px) {
  .ge-blog-archive .ge-blog-hero {
    min-height: 520px;
    background-position: 66% center;
  }

  .ge-blog-archive .ge-blog-intro .ge-overview-grid {
    grid-template-columns: 1fr;
  }

  .ge-blog-archive .ge-blog-intro .ge-overview__media {
    max-width: 700px;
  }
}

@media (max-width: 767px) {
  .ge-blog-archive .ge-blog-hero {
    min-height: auto;
    padding-top: 94px;
    padding-bottom: 76px;
    background-position: 72% center;
  }

  .ge-blog-archive .ge-blog-hero::before {
    background:
      linear-gradient(
        90deg,
        rgba(5, 22, 37, 0.99) 0%,
        rgba(5, 22, 37, 0.96) 72%,
        rgba(5, 22, 37, 0.75) 100%
      );
  }

  .ge-blog-archive .ge-blog-hero h1 {
    font-size: clamp(40px, 12vw, 54px);
  }

  .ge-blog-archive .ge-blog-intro {
    padding-top: 64px;
    padding-bottom: 52px;
  }

  .ge-blog-archive .ge-blog-intro .ge-image-card img {
    height: 320px;
  }

  .ge-blog-archive .ge-blog-topics {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 36px;
  }

  .ge-blog-archive .ge-blog-topic {
    min-height: 155px;
    padding: 26px 24px;
  }

  .ge-blog-archive .ge-blog-posts-heading {
    padding-top: 58px;
    padding-bottom: 28px;
  }

  .ge-blog-archive .elementor-widget-archive-posts {
    padding-right: 20px !important;
    padding-bottom: 68px !important;
    padding-left: 20px !important;
  }

  .ge-blog-archive .elementor-posts-container,
  .ge-blog-archive .elementor-posts {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .ge-blog-archive .elementor-post__text {
    padding: 24px 22px 27px !important;
  }

  .ge-blog-archive .elementor-post__title {
    font-size: 23px !important;
  }

  .ge-blog-archive .ge-blog-cta-section {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .ge-blog-archive .ge-blog-cta {
    padding: 34px 26px;
  }

  .ge-blog-archive .ge-blog-cta__actions {
    max-width: none;
    flex-direction: column;
  }

  .ge-blog-archive .ge-blog-safety {
    padding-bottom: 72px;
  }
}

@media (max-width: 420px) {
  .ge-blog-archive .elementor-pagination .prev,
  .ge-blog-archive .elementor-pagination .next {
    width: 100%;
  }
}
/* =========================================================
   BLOG ARCHIVE FINAL LAYOUT FIXES
========================================================= */

/* Keep every custom archive section inside the site width */
.ge-blog-archive .ge-container {
  width: 100% !important;
  max-width: 1240px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 28px !important;
  padding-left: 28px !important;
}

/* Prevent inner content from touching browser edges */
.ge-blog-archive .ge-blog-intro,
.ge-blog-archive .ge-blog-posts-heading,
.ge-blog-archive .ge-blog-cta-section,
.ge-blog-archive .ge-blog-safety {
  width: 100%;
}

/* Stronger hero background overlay */
.ge-blog-archive .ge-blog-hero {
  position: relative;
  isolation: isolate;
  min-height: 590px;
  overflow: hidden;
  background-position: center right !important;
  background-size: cover !important;
}

.ge-blog-archive .ge-blog-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(
      90deg,
      rgba(4, 19, 32, 0.99) 0%,
      rgba(4, 19, 32, 0.98) 40%,
      rgba(4, 19, 32, 0.90) 58%,
      rgba(4, 19, 32, 0.56) 78%,
      rgba(4, 19, 32, 0.30) 100%
    ) !important;
}

/* Ensure hero content stays above all overlays */
.ge-blog-archive .ge-blog-hero .ge-container,
.ge-blog-archive .ge-blog-hero .ge-hero__content {
  position: relative;
  z-index: 5;
}

.ge-blog-archive .ge-blog-hero .ge-hero__content {
  width: 100%;
  max-width: 760px !important;
}

/* Force clear hero text */
.ge-blog-archive .ge-blog-hero .ge-eyebrow {
  color: #9ed8f7 !important;
  opacity: 1 !important;
}

.ge-blog-archive .ge-blog-hero h1 {
  color: #ffffff !important;
  opacity: 1 !important;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.42);
}

.ge-blog-archive .ge-blog-hero .ge-hero__intro {
  color: rgba(255, 255, 255, 0.94) !important;
  opacity: 1 !important;
}

/* Fix invisible hero button labels */
.ge-blog-archive .ge-blog-hero .ge-button {
  color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-shadow: none !important;
}

.ge-blog-archive .ge-blog-hero .ge-button--red {
  color: #ffffff !important;
  background: #d72828 !important;
  border-color: #d72828 !important;
}

.ge-blog-archive .ge-blog-hero .ge-button--red:hover,
.ge-blog-archive .ge-blog-hero .ge-button--red:focus-visible {
  color: #ffffff !important;
  background: #b91f25 !important;
  border-color: #b91f25 !important;
}

.ge-blog-archive .ge-blog-hero .ge-button--light-outline {
  color: #ffffff !important;
  background: rgba(7, 26, 43, 0.22) !important;
  border-color: rgba(255, 255, 255, 0.7) !important;
}

.ge-blog-archive .ge-blog-hero .ge-button--light-outline:hover,
.ge-blog-archive .ge-blog-hero .ge-button--light-outline:focus-visible {
  color: #071a2b !important;
  background: #ffffff !important;
  border-color: #ffffff !important;
}

/* Make trust text readable */
.ge-blog-archive .ge-blog-hero .ge-hero__trust span {
  color: rgba(255, 255, 255, 0.88) !important;
  opacity: 1 !important;
}

/* Improve introduction width and spacing */
.ge-blog-archive .ge-blog-intro {
  padding-top: 88px !important;
  padding-bottom: 70px !important;
}

.ge-blog-archive .ge-blog-intro .ge-overview-grid {
  width: 100%;
  gap: clamp(50px, 6vw, 88px);
}

.ge-blog-archive .ge-blog-intro .ge-overview__content {
  min-width: 0;
}

.ge-blog-archive .ge-blog-intro .ge-overview__media {
  min-width: 0;
}

/* Keep topic cards within the content width */
.ge-blog-archive .ge-blog-topics {
  width: 100%;
}

/* Archive post widget alignment */
.ge-blog-archive .ge-blog-archive-posts {
  width: 100% !important;
  padding-right: 28px !important;
  padding-left: 28px !important;
  background: #f3f6f8;
}

.ge-blog-archive .ge-blog-archive-posts > .elementor-widget-container {
  width: 100% !important;
  max-width: 1240px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .ge-blog-archive .ge-container {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .ge-blog-archive .ge-blog-archive-posts {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .ge-blog-archive .ge-blog-hero {
    background-position: 68% center !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .ge-blog-archive .ge-container {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .ge-blog-archive .ge-blog-archive-posts {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .ge-blog-archive .ge-blog-hero {
    min-height: auto;
    padding-top: 92px !important;
    padding-bottom: 74px !important;
    background-position: 72% center !important;
  }

  .ge-blog-archive .ge-blog-hero::before {
    background:
      linear-gradient(
        90deg,
        rgba(4, 19, 32, 0.99) 0%,
        rgba(4, 19, 32, 0.97) 74%,
        rgba(4, 19, 32, 0.76) 100%
      ) !important;
  }

  .ge-blog-archive .ge-blog-hero .ge-hero__content {
    max-width: none !important;
  }

  .ge-blog-archive .ge-blog-hero h1 {
    font-size: clamp(39px, 11vw, 53px) !important;
  }

  .ge-blog-archive .ge-blog-intro {
    padding-top: 64px !important;
    padding-bottom: 54px !important;
  }
}/* End custom CSS */