/* ==========================================================
   SCIENCEGASM DYNAMIC HOMEPAGE
   ========================================================== */

.sg-dynamic-home {
  --sg-home-bg: #070b16;
  --sg-home-panel: #10182a;
  --sg-home-panel-2: #141d31;
  --sg-home-border: rgba(124, 145, 190, .22);
  --sg-home-blue: #00bfff;
  --sg-home-orange: #ff6a00;
  --sg-home-text: #eef5ff;
  --sg-home-muted: #9fb0c7;
  width: 100%;
  overflow: hidden;
  padding: 28px 20px 88px;
  background:
    radial-gradient(circle at 8% 2%, rgba(0, 191, 255, .07), transparent 24%),
    #070b16;
}

.sg-dynamic-home a {
  text-decoration: none;
}

.sg-home-dynamic-hero,
.sg-home-section,
.sg-home-proof,
.sg-home-newsletter {
  width: min(100%, 1240px);
  margin-inline: auto;
}

.sg-home-dynamic-hero {
  position: relative;
  isolation: isolate;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(0, 191, 255, .25);
  border-radius: 30px;
  background:
    radial-gradient(circle at 80% 12%, rgba(0, 191, 255, .20), transparent 30%),
    radial-gradient(circle at 10% 92%, rgba(255, 106, 0, .14), transparent 28%),
    linear-gradient(135deg, #0b1528, #10213e 58%, #08111f);
  box-shadow: 0 32px 90px rgba(0, 0, 0, .33);
}

.sg-home-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(66, 217, 255, .13);
  border-radius: 50%;
}

.sg-home-orbit-one {
  width: 480px;
  height: 480px;
  right: -150px;
  top: -190px;
}

.sg-home-orbit-two {
  width: 310px;
  height: 310px;
  left: -140px;
  bottom: -150px;
  border-color: rgba(255, 106, 0, .12);
}

.sg-home-hero-slider {
  position: relative;
  min-height: 590px;
}

.sg-home-hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
  align-items: center;
  gap: clamp(34px, 6vw, 82px);
  padding: clamp(52px, 7vw, 88px);
  visibility: hidden;
  opacity: 0;
  transform: translateX(28px);
  transition: opacity .55s ease, transform .55s ease, visibility .55s;
}

.sg-home-hero-slide.is-active {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: none;
}

.sg-home-kicker,
.sg-home-section-kicker,
.sg-home-card-meta {
  color: var(--sg-home-orange);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.sg-home-hero-copy h1 {
  max-width: 760px;
  margin: 16px 0 22px;
  color: var(--sg-home-text);
  font-size: clamp(2.9rem, 6vw, 5.7rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.sg-home-hero-excerpt {
  max-width: 680px;
  margin: 0;
  color: var(--sg-home-muted);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.8;
}

.sg-home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.sg-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 23px;
  border-radius: 10px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.sg-home-button:hover {
  transform: translateY(-2px);
}

.sg-home-button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--sg-home-blue), #1877ff);
  box-shadow: 0 12px 32px rgba(0, 191, 255, .22);
}

.sg-home-button-secondary {
  color: #ff9a4c;
  background: rgba(7, 11, 22, .38);
  border: 1px solid var(--sg-home-orange);
}

.sg-home-button-secondary:hover {
  box-shadow: 0 10px 30px rgba(255, 106, 0, .16);
}

.sg-home-hero-media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  background: #08101e;
  border: 1px solid rgba(255, 255, 255, .10);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .38);
}

.sg-home-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.sg-home-hero-media:hover img {
  transform: scale(1.035);
}

.sg-home-media-fallback {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: var(--sg-home-blue);
  font-size: 7rem;
  background: radial-gradient(circle, rgba(0, 191, 255, .15), transparent 54%);
}

.sg-home-hero-controls {
  position: absolute;
  z-index: 5;
  left: clamp(52px, 7vw, 88px);
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.sg-home-hero-arrow,
.sg-home-hero-dot {
  appearance: none;
  cursor: pointer;
}

.sg-home-hero-arrow {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--sg-home-text);
  background: rgba(7, 11, 22, .55);
  border: 1px solid var(--sg-home-border);
  border-radius: 50%;
}

.sg-home-hero-dots {
  display: flex;
  gap: 8px;
}

.sg-home-hero-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .28);
  transition: width .25s ease, background .25s ease;
}

.sg-home-hero-dot.is-active {
  width: 28px;
  background: var(--sg-home-blue);
}

.sg-home-proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  margin-top: 22px;
  border: 1px solid var(--sg-home-border);
  border-radius: 18px;
  background: var(--sg-home-border);
}

.sg-home-proof > div {
  padding: 24px;
  text-align: center;
  background: rgba(16, 24, 42, .96);
}

.sg-home-proof strong {
  display: block;
  color: var(--sg-home-text);
  font-size: 1.55rem;
}

.sg-home-proof span {
  color: var(--sg-home-muted);
  font-size: .84rem;
}

.sg-home-section {
  margin-top: 92px;
}

.sg-home-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}

.sg-home-section-heading h2,
.sg-home-newsletter h2 {
  margin: 7px 0 10px;
  color: var(--sg-home-text);
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.sg-home-section-heading p,
.sg-home-newsletter-copy > p:last-child {
  max-width: 680px;
  margin: 0;
  color: var(--sg-home-muted);
  line-height: 1.75;
}

.sg-home-section-heading > a {
  flex: 0 0 auto;
  padding-bottom: 7px;
  color: var(--sg-home-blue);
  font-weight: 750;
}

.sg-home-graphic-grid,
.sg-home-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.sg-home-story-grid,
.sg-home-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.sg-home-graphic-card,
.sg-home-story-card,
.sg-home-product-card,
.sg-home-video-card {
  min-width: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #141d31, #101727);
  border: 1px solid var(--sg-home-border);
  border-radius: 18px;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.sg-home-graphic-card:hover,
.sg-home-story-card:hover,
.sg-home-product-card:hover,
.sg-home-video-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 191, 255, .56);
  box-shadow: 0 20px 50px rgba(0, 191, 255, .10);
}

.sg-home-graphic-image,
.sg-home-story-image,
.sg-home-product-image,
.sg-home-video-image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #090f1d;
}

.sg-home-product-image {
  aspect-ratio: 1 / 1;
}

.sg-home-graphic-image img,
.sg-home-story-image img,
.sg-home-product-image img,
.sg-home-video-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.sg-home-graphic-card:hover img,
.sg-home-story-card:hover img,
.sg-home-product-card:hover img,
.sg-home-video-card:hover img {
  transform: scale(1.045);
}

.sg-home-card-body {
  padding: 20px;
}

.sg-home-card-body h3 {
  margin: 7px 0 8px;
  color: var(--sg-home-text);
  font-size: 1.08rem;
  line-height: 1.35;
}

.sg-home-card-body h3 a {
  color: inherit;
}

.sg-home-card-body > p:not(.sg-home-card-meta) {
  margin: 0;
  color: var(--sg-home-muted);
  font-size: .9rem;
  line-height: 1.65;
}

.sg-home-product-price {
  margin-top: 12px;
  color: var(--sg-home-orange);
  font-weight: 850;
}

.sg-home-play {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  transform: translate(-50%, -50%);
  color: #fff;
  background: rgba(0, 191, 255, .92);
  border-radius: 50%;
  box-shadow: 0 13px 35px rgba(0, 191, 255, .28);
}

.sg-home-empty-panel,
.sg-home-shop-empty {
  padding: 45px;
  color: var(--sg-home-muted);
  background: linear-gradient(135deg, rgba(16, 24, 42, .95), rgba(8, 17, 31, .97));
  border: 1px dashed rgba(0, 191, 255, .30);
  border-radius: 20px;
}

.sg-home-shop-empty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.sg-home-shop-empty h3 {
  margin: 8px 0 10px;
  color: var(--sg-home-text);
  font-size: 1.6rem;
}

.sg-home-newsletter {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: 58px;
  margin-top: 100px;
  padding: clamp(38px, 6vw, 68px);
  overflow: hidden;
  border: 1px solid rgba(0, 191, 255, .27);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(0, 191, 255, .20), transparent 32%),
    radial-gradient(circle at 8% 90%, rgba(255, 106, 0, .13), transparent 28%),
    linear-gradient(135deg, #0d1930, #10213e 58%, #08111f);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .30);
}

.sg-home-newsletter-form .wpforms-container {
  margin: 0;
}

.sg-home-newsletter-form .wpforms-field {
  padding: 5px 0;
}

.sg-home-newsletter-form .wpforms-field-label {
  color: var(--sg-home-text) !important;
}

.sg-home-newsletter-form input,
.sg-home-newsletter-form select,
.sg-home-newsletter-form textarea {
  min-height: 48px !important;
  color: var(--sg-home-text) !important;
  background: rgba(7, 11, 22, .72) !important;
  border: 1px solid rgba(124, 145, 190, .34) !important;
  border-radius: 10px !important;
}

.sg-home-newsletter-form button[type=submit] {
  min-height: 48px !important;
  padding: 13px 24px !important;
  color: #fff !important;
  background: linear-gradient(135deg, var(--sg-home-blue), #1877ff) !important;
  border: 0 !important;
  border-radius: 10px !important;
  font-weight: 800 !important;
}

.sg-home-form-notice {
  color: var(--sg-home-muted);
}

@media (max-width: 1050px) {
  .sg-home-hero-slide {
    grid-template-columns: 1fr 400px;
  }

  .sg-home-graphic-grid,
  .sg-home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .sg-dynamic-home {
    padding-inline: 14px;
  }

  .sg-home-dynamic-hero,
  .sg-home-hero-slider {
    min-height: 0;
  }

  .sg-home-hero-slide {
    position: relative;
    display: none;
    grid-template-columns: 1fr;
    padding: 58px 24px 86px;
  }

  .sg-home-hero-slide.is-active {
    display: grid;
  }

  .sg-home-hero-media {
    max-width: 520px;
    width: 100%;
  }

  .sg-home-hero-controls {
    left: 24px;
    bottom: 24px;
  }

  .sg-home-proof {
    grid-template-columns: repeat(2, 1fr);
  }

  .sg-home-story-grid,
  .sg-home-video-grid {
    grid-template-columns: 1fr;
  }

  .sg-home-newsletter {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .sg-home-section {
    margin-top: 68px;
  }

  .sg-home-section-heading {
    display: block;
  }

  .sg-home-section-heading > a {
    display: inline-block;
    margin-top: 14px;
  }

  .sg-home-graphic-grid,
  .sg-home-product-grid {
    grid-template-columns: 1fr;
  }

  .sg-home-proof {
    grid-template-columns: 1fr 1fr;
  }

  .sg-home-proof > div {
    padding: 18px 10px;
  }

  .sg-home-shop-empty {
    display: block;
  }

  .sg-home-shop-empty .sg-home-button {
    margin-top: 20px;
  }

  .sg-home-newsletter {
    padding: 34px 20px;
    border-radius: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sg-home-hero-slide,
  .sg-home-hero-media img,
  .sg-home-graphic-card,
  .sg-home-story-card,
  .sg-home-product-card,
  .sg-home-video-card {
    transition: none !important;
  }
}


/* ==========================================================
   V7 VIDEO HERO AND CONTENT CAROUSELS
   ========================================================== */

.sg-home-dynamic-hero.has-video {
  background: #07101f;
}

.sg-home-hero-video {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sg-home-hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 10, 20, .96) 0%, rgba(5, 10, 20, .79) 48%, rgba(5, 10, 20, .50) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .06), rgba(0, 0, 0, .54));
}

.sg-home-dynamic-hero:not(.has-video) .sg-home-hero-shade {
  background: transparent;
}

.sg-home-carousel {
  position: relative;
}

.sg-home-carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 60px) / 4);
  gap: 20px;
  overflow-x: auto;
  padding: 3px 3px 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.sg-home-carousel-track::-webkit-scrollbar {
  display: none;
}

.sg-carousel-item {
  scroll-snap-align: start;
}

.sg-carousel-arrow {
  position: absolute;
  z-index: 6;
  top: 50%;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  transform: translateY(-50%);
  cursor: pointer;
  color: #eef5ff;
  background: rgba(7, 11, 22, .90);
  border: 1px solid rgba(0, 191, 255, .44);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .30);
  transition: transform .2s, border-color .2s, box-shadow .2s, opacity .2s;
}

.sg-carousel-arrow:hover {
  transform: translateY(-50%) scale(1.06);
  border-color: #00bfff;
  box-shadow: 0 0 24px rgba(0, 191, 255, .24);
}

.sg-carousel-arrow:disabled {
  opacity: .30;
  cursor: default;
}

.sg-carousel-arrow.is-prev {
  left: -20px;
}

.sg-carousel-arrow.is-next {
  right: -20px;
}

.sg-home-embed-plus {
  overflow: hidden;
  padding: 28px;
  background: linear-gradient(180deg, rgba(16, 24, 42, .96), rgba(8, 17, 31, .98));
  border: 1px solid rgba(0, 191, 255, .20);
  border-radius: 22px;
}

.sg-home-embed-plus .epyt-gallery,
.sg-home-embed-plus .epyt-gallery-list,
.sg-home-embed-plus .epyt-gallery-allthumbs {
  max-width: 100% !important;
}

.sg-home-embed-plus .epyt-gallery-list,
.sg-home-embed-plus .epyt-gallery-allthumbs {
  display: flex !important;
  gap: 18px !important;
  overflow-x: auto !important;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.sg-home-embed-plus .epyt-gallery-thumb,
.sg-home-embed-plus .epyt-gallery-list .epyt-gallery-thumb {
  flex: 0 0 min(330px, 82vw) !important;
  scroll-snap-align: start;
}

.sg-home-saved-carousel {
  overflow: hidden;
}

@media (max-width: 1050px) {
  .sg-home-carousel-track {
    grid-auto-columns: calc((100% - 40px) / 3);
  }
}

@media (max-width: 820px) {
  .sg-home-carousel-track {
    grid-auto-columns: calc((100% - 20px) / 2);
  }

  .sg-carousel-arrow.is-prev { left: -8px; }
  .sg-carousel-arrow.is-next { right: -8px; }
}

@media (max-width: 560px) {
  .sg-home-carousel-track {
    grid-auto-columns: 86%;
  }

  .sg-carousel-arrow {
    width: 40px;
    height: 40px;
  }

  .sg-home-hero-media {
    display: none;
  }

  .sg-home-hero-slide {
    min-height: 560px;
  }
}


/* Restored post carousel at the bottom of the homepage. */
.sg-home-saved-carousel {
  width: min(100%, 1240px);
  margin-inline: auto;
}

.sg-restored-post-carousel {
  width: 100%;
}


/* ==========================================================
   V9 INTRO VIDEO AND SQUARE INFOGRAPHIC MEDIA
   ========================================================== */

.sg-home-intro-video {
  position: relative;
  isolation: isolate;
  display: grid;
  width: min(100%, 1380px);
  min-height: min(82vh, 820px);
  margin: 0 auto 34px;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(0, 191, 255, .24);
  border-radius: 30px;
  background:
    radial-gradient(circle at 76% 18%, rgba(0, 191, 255, .20), transparent 30%),
    radial-gradient(circle at 12% 88%, rgba(255, 106, 0, .15), transparent 28%),
    linear-gradient(135deg, #08111f, #10213e 58%, #070b16);
  box-shadow: 0 34px 100px rgba(0, 0, 0, .38);
}

.sg-home-intro-video-media {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sg-home-intro-overlay {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 10, 20, .91), rgba(5, 10, 20, .67) 54%, rgba(5, 10, 20, .50)),
    linear-gradient(180deg, rgba(5, 10, 20, .08), rgba(5, 10, 20, .68));
}

.sg-home-intro-video:not(.has-video) .sg-home-intro-overlay {
  background:
    radial-gradient(circle at 75% 20%, rgba(0, 191, 255, .20), transparent 30%),
    radial-gradient(circle at 14% 88%, rgba(255, 106, 0, .14), transparent 30%);
}

.sg-home-intro-content {
  width: min(100% - 48px, 1020px);
  text-align: center;
}

.sg-home-intro-kicker {
  display: inline-flex;
  margin: 0 0 24px;
  padding: 9px 15px;
  color: #ff8a38;
  background: rgba(7, 11, 22, .58);
  border: 1px solid rgba(0, 191, 255, .52);
  border-radius: 999px;
  font-size: .77rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.sg-home-intro-content h1 {
  max-width: 980px;
  margin: 0 auto 24px;
  color: #f4f8ff;
  font-size: clamp(3.2rem, 8vw, 7.4rem);
  line-height: .94;
  letter-spacing: -.065em;
  text-wrap: balance;
  text-shadow: 0 14px 45px rgba(0, 0, 0, .48);
}

.sg-home-intro-content > p:not(.sg-home-intro-kicker) {
  max-width: 790px;
  margin: 0 auto;
  color: #c2d0e2;
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  line-height: 1.8;
  text-shadow: 0 4px 18px rgba(0, 0, 0, .55);
}

.sg-home-intro-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px;
  margin-top: 32px;
}

.sg-home-intro-scroll {
  position: absolute;
  left: 50%;
  bottom: 24px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  transform: translateX(-50%);
  color: #fff;
  background: rgba(7, 11, 22, .54);
  border: 1px solid rgba(0, 191, 255, .42);
  border-radius: 50%;
  animation: sg-home-intro-bob 2.3s ease-in-out infinite;
}

@keyframes sg-home-intro-bob {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, 7px); }
}

/* Every article-derived infographic is a 1000 × 1000 square. */
.sg-home-graphic-image {
  aspect-ratio: 1 / 1 !important;
}

.sg-home-graphic-image img,
.sg-home-graphic-image picture,
.sg-home-graphic-image picture img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
}

@media (max-width: 720px) {
  .sg-home-intro-video {
    min-height: 680px;
    border-radius: 22px;
  }

  .sg-home-intro-content {
    width: min(100% - 34px, 1020px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sg-home-intro-scroll { animation: none; }
  .sg-home-intro-video-media { display: none; }
}


/* Automatic latest-articles carousel */
.sg-home-auto-carousel .sg-home-carousel-track {
  overscroll-behavior-inline: contain;
}

.sg-home-auto-carousel:hover .sg-carousel-arrow,
.sg-home-auto-carousel:focus-within .sg-carousel-arrow {
  border-color: rgba(0, 191, 255, .72);
}

@media (prefers-reduced-motion: reduce) {
  .sg-home-auto-carousel .sg-home-carousel-track {
    scroll-behavior: auto;
  }
}


/* Homepage shop synchronization status */
.sg-home-shop-admin-note {
  margin-top: 14px !important;
  padding: 12px 14px;
  color: #ffd3b3 !important;
  background: rgba(255, 106, 0, .08);
  border: 1px solid rgba(255, 106, 0, .24);
  border-radius: 10px;
  font-size: .88rem;
}


/* V15: keep homepage carousel navigation fully visible inside the viewport. */
.sg-home-saved-carousel .sg-home-carousel,
.sg-restored-post-carousel .sg-home-carousel {
  padding-inline: 8px;
}

.sg-home-saved-carousel .sg-carousel-arrow,
.sg-restored-post-carousel .sg-carousel-arrow {
  z-index: 20;
  width: 50px;
  height: 50px;
  color: #ffffff;
  opacity: 1;
  background: rgba(5, 10, 20, .96);
  border: 2px solid #00bfff;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, .50),
    0 0 22px rgba(0, 191, 255, .22);
}

.sg-home-saved-carousel .sg-carousel-arrow.is-prev,
.sg-restored-post-carousel .sg-carousel-arrow.is-prev {
  left: 10px;
}

.sg-home-saved-carousel .sg-carousel-arrow.is-next,
.sg-restored-post-carousel .sg-carousel-arrow.is-next {
  right: 10px;
}

.sg-home-saved-carousel .sg-carousel-arrow:disabled,
.sg-restored-post-carousel .sg-carousel-arrow:disabled {
  opacity: .55;
}
