.gg-social-follow {
  margin: 18px auto 64px;
  padding: 34px 24px;
  max-width: 1120px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0f1512 0%, #17251d 100%);
  color: #fff;
  text-align: center;
  box-shadow: 0 14px 36px rgba(15, 21, 18, 0.14);
}

.gg-social-follow h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(1.65rem, 3vw, 2.2rem);
}

.gg-social-follow p {
  margin: 0 auto 22px;
  max-width: 680px;
  color: #e5ece8;
  font-size: 1rem;
}

.gg-social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.gg-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 154px;
  padding: 12px 20px;
  border: 2px solid #42be55;
  border-radius: 999px;
  background: #fff;
  color: #101713;
  font-weight: 700;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.gg-social-link:hover,
.gg-social-link:focus-visible {
  transform: translateY(-2px);
  background: #42be55;
  color: #07130a;
}

.gg-social-link svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  fill: currentColor;
}

/* The fuel-savings artwork is a 3:1 banner. Keep it complete in the taller
   blog card instead of cropping its headline and truck. */
.e-loop-item-628 .elementor-element-b238d45 a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 249px;
  overflow: hidden;
  background: #f3f5f3;
}

.e-loop-item-628 .elementor-element-b238d45 img {
  width: 100% !important;
  height: auto !important;
  max-height: 249px;
  object-fit: contain !important;
  object-position: center center !important;
}

.gg-home-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: min(1120px, calc(100% - 32px));
  margin: 18px auto;
  padding: 12px 18px;
  border: 1px solid #dce8df;
  border-radius: 14px;
  background: #f7faf8;
  box-shadow: 0 8px 24px rgba(14, 37, 24, 0.08);
}

.gg-home-social__label {
  color: #173c2a;
  font-size: 1rem;
  font-weight: 700;
}

.gg-home-social__links {
  display: flex;
  gap: 10px;
}

.gg-home-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #176b45;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 5px 12px rgba(23, 107, 69, 0.2);
  transition: transform 160ms ease, background-color 160ms ease;
}

.gg-home-social__link:hover,
.gg-home-social__link:focus-visible {
  transform: translateY(-2px);
  background: #42be55;
  color: #07130a;
}

.gg-home-social__link svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

@media (min-width: 768px) {
  .gg-home-social {
    display: none;
  }
}

@media (max-width: 767px) {
  .gg-social-follow {
    margin: 10px 16px 44px;
    padding: 28px 18px;
  }

  .gg-social-links {
    flex-direction: column;
  }

  .gg-social-link {
    width: 100%;
  }

  .gg-home-social {
    justify-content: space-between;
    margin: 14px 16px 20px;
    padding: 10px 14px;
  }

  .gg-home-social__label {
    font-size: 0.92rem;
  }

  .gg-home-social__link {
    width: 42px;
    height: 42px;
  }
}
