/* ============================================================
   HOME PAGE SCROLL SNAPPING & SECTION TRANSITIONS
   ============================================================ */

@media (min-width: 992px) {

  /* Scroll container */
  #page-home .hero-content-wrapper {
    scroll-snap-type: none !important;
    scroll-behavior: auto !important;
    overflow-y: auto;
    height: 100vh;
  }

  /* The first four sections act as separate full-height screens/slides */
  #page-home .main-heading-section,
  #page-home .services-section,
  #page-home .ethos-section {
    height: 100vh;
    min-height: 100vh;
    scroll-snap-stop: always;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    position: relative;
  }

  /* Override original horizontal transition styles on home page only */
  body.js-enabled #page-home .main-heading-section,
  body.js-enabled #page-home .services-section,
  body.js-enabled #page-home .ethos-section,
  body.js-enabled #page-home .expressions-section,
  body.js-enabled #page-home .architecture-section {
    opacity: 0 !important;
    transform: translateY(40px) scale(0.98) !important;
    filter: blur(4px) !important;
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1),
      transform 1.4s cubic-bezier(0.16, 1, 0.3, 1),
      filter 1.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
    will-change: transform, opacity, filter;
  }

  /* Active state transitions when scrolled into view */
  body.js-enabled #page-home .main-heading-section.section-in-view,
  body.js-enabled #page-home .services-section.section-in-view,
  body.js-enabled #page-home .ethos-section.section-in-view,
  body.js-enabled #page-home .expressions-section.section-in-view,
  body.js-enabled #page-home .architecture-section.section-in-view {
    opacity: 1 !important;
    transform: translateY(0) scale(1) !important;
    filter: blur(0) !important;
  }

  /* Increase padding of content sections for visual separation and alignment */
  #page-home .main-heading-section,
  #page-home .services-section,
  #page-home .ethos-section {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }



  .home-hero-wrapper.active .scroll-heading,
  .home-hero-wrapper .active .scroll-heading,
  .active .home-hero-wrapper .scroll-heading,
  .active.home-hero-wrapper .scroll-heading,
  .ethos-page-wrapper.active .scroll-heading,
  .ethos-page-wrapper .active .scroll-heading,
  .active .ethos-page-wrapper .scroll-heading,
  .active.ethos-page-wrapper .scroll-heading,
  .services-content-wrapper.active .scroll-heading,
  .services-content-wrapper .active .scroll-heading,
  .active .services-content-wrapper .scroll-heading,
  .active.services-content-wrapper .scroll-heading,
  .blog-page-section.active .scroll-heading,
  .blog-page-section .active .scroll-heading,
  .contact-page-wrapper.active .scroll-heading,
  .contact-page-wrapper .active .scroll-heading,
  .active .contact-page-wrapper .scroll-heading,
  .active.contact-page-wrapper .scroll-heading,
  .privacy-policy-wrapper.active .scroll-heading,
  .privacy-policy-wrapper .active .scroll-heading,
  .active .privacy-policy-wrapper .scroll-heading,
  .active.privacy-policy-wrapper .scroll-heading {
    position: fixed !important;
    border-radius: 0 0 100px 100px;
    background: #fff;
    justify-content: center;
    align-items: center;
    right: calc(50% - 163px) !important;
    transition: 0.5s ease;
    z-index: 9999;
  }

  .home-hero-wrapper.active .home.scroll-heading h1,
  .home-hero-wrapper .active .home.scroll-heading h1,
  .active .home-hero-wrapper .home.scroll-heading h1,
  .active.home-hero-wrapper .home.scroll-heading h1,
  .ethos-page-wrapper.active .home.scroll-heading h1,
  .ethos-page-wrapper .active .home.scroll-heading h1,
  .active .ethos-page-wrapper .home.scroll-heading h1,
  .active.ethos-page-wrapper .home.scroll-heading h1,
  .services-content-wrapper.active .home.scroll-heading h1,
  .services-content-wrapper .active .home.scroll-heading h1,
  .active .services-content-wrapper .home.scroll-heading h1,
  .active.services-content-wrapper .home.scroll-heading h1,
  .blog-page-section.active .home.scroll-heading h1,
  .blog-page-section .active .home.scroll-heading h1,
  .active .blog-page-section .home.scroll-heading h1,
  .active.blog-page-section .home.scroll-heading h1,
  .contact-page-wrapper.active .home.scroll-heading h1,
  .contact-page-wrapper .active .home.scroll-heading h1,
  .active .contact-page-wrapper .home.scroll-heading h1,
  .active.contact-page-wrapper .home.scroll-heading h1,
  .privacy-policy-wrapper.active .home.scroll-heading h1,
  .privacy-policy-wrapper .active .home.scroll-heading h1,
  .active .privacy-policy-wrapper .home.scroll-heading h1,
  .active.privacy-policy-wrapper .home.scroll-heading h1 {
    color: var(--primary-pink);
  }

  .home-hero-wrapper.active .home.scroll-heading h2,
  .home-hero-wrapper .active .home.scroll-heading h2,
  .active .home-hero-wrapper .home.scroll-heading h2,
  .active.home-hero-wrapper .home.scroll-heading h2,
  .ethos-page-wrapper.active .home.scroll-heading h2,
  .ethos-page-wrapper .active .home.scroll-heading h2,
  .active .ethos-page-wrapper .home.scroll-heading h2,
  .active.ethos-page-wrapper .home.scroll-heading h2,
  .services-content-wrapper.active .home.scroll-heading h2,
  .services-content-wrapper .active .home.scroll-heading h2,
  .active .services-content-wrapper .home.scroll-heading h2,
  .active.services-content-wrapper .home.scroll-heading h2,
  .blog-page-section.active .home.scroll-heading h2,
  .blog-page-section .active .home.scroll-heading h2,
  .active .blog-page-section .home.scroll-heading h2,
  .active.blog-page-section .home.scroll-heading h2,
  .contact-page-wrapper.active .home.scroll-heading h2,
  .contact-page-wrapper .active .home.scroll-heading h2,
  .active .contact-page-wrapper .home.scroll-heading h2,
  .active.contact-page-wrapper .home.scroll-heading h2,
  .privacy-policy-wrapper.active .home.scroll-heading h2,
  .privacy-policy-wrapper .active .home.scroll-heading h2,
  .active .privacy-policy-wrapper .home.scroll-heading h2,
  .active.privacy-policy-wrapper .home.scroll-heading h2 {
    color: var(--medium-gray);
  }

  .scroll-heading h2::before {
    background: var(--primary-pink) !important;
    content: '' !important;
    display: inline-block !important;
    width: 4px !important;
    height: 24px !important;
    border-radius: 25px !important;
    right: 20px;
    position: relative;
    vertical-align: middle !important;
    opacity: 0;
  }

  .home-hero-wrapper.active .scroll-heading h2::before,
  .home-hero-wrapper .active .scroll-heading h2::before,
  .active .home-hero-wrapper .scroll-heading h2::before,
  .active.home-hero-wrapper .scroll-heading h2::before,
  .ethos-page-wrapper.active .scroll-heading h2::before,
  .ethos-page-wrapper .active .scroll-heading h2::before,
  .active .ethos-page-wrapper .scroll-heading h2::before,
  .active.ethos-page-wrapper .scroll-heading h2::before,
  .services-content-wrapper.active .scroll-heading h2::before,
  .services-content-wrapper .active .scroll-heading h2::before,
  .active .services-content-wrapper .scroll-heading h2::before,
  .active.services-content-wrapper .scroll-heading h2::before,
  .blog-page-section.active .scroll-heading h2::before,
  .blog-page-section .active .scroll-heading h2::before,
  .active .blog-page-section .scroll-heading h2::before,
  .active.blog-page-section .scroll-heading h2::before,
  .contact-page-wrapper.active .scroll-heading h2::before,
  .contact-page-wrapper .active .scroll-heading h2::before,
  .active .contact-page-wrapper .scroll-heading h2::before,
  .active.contact-page-wrapper .scroll-heading h2::before,
  .privacy-policy-wrapper.active .scroll-heading h2::before,
  .privacy-policy-wrapper .active .scroll-heading h2::before,
  .active .privacy-policy-wrapper .scroll-heading h2::before,
  .active.privacy-policy-wrapper .scroll-heading h2::before {
    opacity: 1;
  }

  /* Dedicated active styles for the portfolio page scroll-heading centered in the left sidebar */
  .portfolio-wrapper.active .scroll-heading,
  .portfolio-wrapper .active .scroll-heading {
    position: fixed !important;
    top: 0;
    border-radius: 0 0 100px 100px;
    background: #fff;
    padding: 10px 40px;
    /* left: calc(23vw - 100px) !important; */
    right: auto;
    transition: 0.5s ease;
    gap: 50px;
    z-index: 1000001;
  }

  .portfolio-wrapper.active .home.scroll-heading h1,
  .portfolio-wrapper .active .home.scroll-heading h1,
  .active .portfolio-wrapper .home.scroll-heading h1,
  .active.portfolio-wrapper .home.scroll-heading h1 {
    color: var(--primary-pink);
  }

  .portfolio-wrapper.active .home.scroll-heading h2,
  .portfolio-wrapper .active .home.scroll-heading h2,
  .active .portfolio-wrapper .home.scroll-heading h2,
  .active.portfolio-wrapper .home.scroll-heading h2 {
    color: var(--medium-gray);
  }

  .portfolio-wrapper.active .scroll-heading h2::before {
    opacity: 1;
  }

  .services-content-wrapper.active .scroll-heading {
    right: calc(50% - 253px) !important;
  }

  .blog-page-section.active .scroll-heading {
    right: calc(50% - 190px) !important;
  }

  .contact-page-wrapper.active .scroll-heading {
    right: calc(50% - 190px) !important;
  }

  /* Refined typography and max-width constraints for Services, Contact, and Blog pages to prevent large text overlap */
  /* .services-content-wrapper.active .scroll-heading,
  .services-content-wrapper .active .scroll-heading,
  .active .services-content-wrapper .scroll-heading,
  .active.services-content-wrapper .scroll-heading,
  .contact-page-wrapper.active .scroll-heading,
  .contact-page-wrapper .active .scroll-heading,
  .active .contact-page-wrapper .scroll-heading,
  .active.contact-page-wrapper .scroll-heading,
  .blog-page-section.active .scroll-heading,
  .blog-page-section .active .scroll-heading,
  .active .blog-page-section .scroll-heading,
  .active.blog-page-section .scroll-heading {
    max-width: 380px !important;
    width: max-content !important;
  }

  .services-content-wrapper.active .scroll-heading h1.heading-one,
  .services-content-wrapper .active .scroll-heading h1.heading-one,
  .active .services-content-wrapper .scroll-heading h1.heading-one,
  .active.services-content-wrapper .scroll-heading h1.heading-one,
  .contact-page-wrapper.active .scroll-heading h1.heading-one,
  .contact-page-wrapper .active .scroll-heading h1.heading-one,
  .active .contact-page-wrapper .scroll-heading h1.heading-one,
  .active.contact-page-wrapper .scroll-heading h1.heading-one,
  .blog-page-section.active .scroll-heading h1.heading-one,
  .blog-page-section .active .scroll-heading h1.heading-one,
  .active .blog-page-section .scroll-heading h1.heading-one,
  .active.blog-page-section .scroll-heading h1.heading-one {
    font-size: 20px !important;
    line-height: 1.2 !important;
  }

  .services-content-wrapper.active .scroll-heading h2.heading-two,
  .services-content-wrapper .active .scroll-heading h2.heading-two,
  .active .services-content-wrapper .scroll-heading h2.heading-two,
  .active.services-content-wrapper .scroll-heading h2.heading-two,
  .contact-page-wrapper.active .scroll-heading h2.heading-two,
  .contact-page-wrapper .active .scroll-heading h2.heading-two,
  .active .contact-page-wrapper .scroll-heading h2.heading-two,
  .active.contact-page-wrapper .scroll-heading h2.heading-two,
  .blog-page-section.active .scroll-heading h2.heading-two,
  .blog-page-section .active .scroll-heading h2.heading-two,
  .active .blog-page-section .scroll-heading h2.heading-two,
  .active.blog-page-section .scroll-heading h2.heading-two {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }

  .services-content-wrapper.active .scroll-heading h2::before,
  .services-content-wrapper .active .scroll-heading h2::before,
  .active .services-content-wrapper .scroll-heading h2::before,
  .active.services-content-wrapper .scroll-heading h2::before,
  .contact-page-wrapper.active .scroll-heading h2::before,
  .contact-page-wrapper .active .scroll-heading h2::before,
  .active .contact-page-wrapper .scroll-heading h2::before,
  .active.contact-page-wrapper .scroll-heading h2::before,
  .blog-page-section.active .scroll-heading h2::before,
  .blog-page-section .active .scroll-heading h2::before,
  .active .blog-page-section .scroll-heading h2::before,
  .active.blog-page-section .scroll-heading h2::before {
    height: 20px !important;
  } */
}

/* ============================================================
   RESPONSIVE OPTIMIZATION FOR HOME PAGE SNAP SCROLL SECTIONS
   ============================================================ */

/* Optimization for medium screens (1024px, 1100px, 1200px) to prevent layout overflow and overlap */
@media (min-width: 992px) and (max-width: 1250px) {

  #page-home .main-heading-section,
  #page-home .services-section,
  #page-home .ethos-section {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  #page-home .main-heading-section,
  #page-home .services-section,
  #page-home .ethos-section {
    height: 100vh !important;
    min-height: 100vh !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    overflow: visible !important;
  }

  /* Main Heading Section Reductions */
  #page-home .main-heading-section .site-logo {
    width: 160px !important;
    margin-bottom: 15px !important;
  }

  #page-home .main-heading-section .main-grid {
    gap: 15px !important;
  }

  #page-home .main-heading-section .right-editor h1,
  #page-home .main-heading-section .right-editor h2 {
    font-size: 32px !important;
    line-height: 1.2 !important;
    margin-bottom: 15px !important;
  }

  #page-home .main-heading-section .right-editor p {
    font-size: 15px !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
  }

  /* Services Section Reductions */
  #page-home .services-section .section-title h2 {
    font-size: 32px !important;
    line-height: 1.2 !important;
    margin-bottom: 15px !important;
  }

  #page-home .services-section .services-text p {
    font-size: 15px !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
  }

  #page-home .services-section .service-item {
    padding-bottom: 10px !important;
  }

  /* #page-home .services-section .sub-title .section-sub-title {
    padding: 15px 0px 20px 5px !important;
    height: 90px !important;
    width: 35px !important;
  } */

  /* Ethos Section Reductions */
  #page-home .ethos-section .section-title h2 {
    font-size: 32px !important;
    line-height: 1.2 !important;
    margin-bottom: 15px !important;
  }

  #page-home .ethos-section .section-content p {
    font-size: 15px !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
  }

  /* 
  #page-home .ethos-section .sub-title .section-sub-title {
    padding: 15px 0px 0px 5px !important;
    height: 90px !important;
    width: 35px !important;
  } */


}

/* Expressions Section scaled layout to preserve design and fit inside 100vh */
/* @media (min-width: 992px) and (max-width: 1340px) {
  #page-home .expressions-wrapper {
    height: 60vh !important;
    width: 100% !important;
    position: relative !important;
    display: block !important;
  }

  #page-home .portfolio-box {
    position: absolute !important;
    transform: none !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08) !important;
  }

  #page-home .portfolio-1 {
    width: 130px !important;
    height: 195px !important;
    top: 0 !important;
    left: 40% !important;
    transform: translateX(-50%) !important;
    z-index: 3 !important;
  }

  #page-home .portfolio-2 {
    width: 170px !important;
    height: 120px !important;
    top: 30% !important;
    right: 0 !important;
    z-index: 4 !important;
  }

  #page-home .portfolio-3 {
    width: 220px !important;
    height: 140px !important;
    left: 10px !important;
    top: 50% !important;
    z-index: 1 !important;
  }

  #page-home .portfolio-box img,
  #page-home .portfolio-1 img {
    aspect-ratio: auto !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
} */


/* ============================================================
   PRIVACY POLICY PAGE SPLIT-SCREEN LAYOUT
   ============================================================ */
.grecaptcha-badge{
  display: none !important;
}
.privacy-policy .page-nav-arrows {
    display: none;
}

.privacy-policy-wrapper .scroll-heading h1 {
  color: var(--primary-pink);
}

.privacy-policy-wrapper {
  position: relative;
  display: flex;
  padding-left: var(--sidebar-width, 300px);
  min-height: 100vh;
  box-sizing: border-box;
  background: #fff;
}


/* Left Side: content panel (scrolling) */
.privacy-policy-wrapper .privacy-left {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  align-self: start;
  height: 100vh;
  width: 50%;
  padding: 0;
  /* background: var(--selection, #f3ede4); */
  /* box-sizing: border-box; */
  /* border-right: 3px solid var(--light-gray, #e5e5e5); */
}

.privacy-policy-wrapper .privacy-sidebar {
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  /* padding: 60px 40px; */
  overflow-y: auto;
  overflow-x: hidden;
}

.privacy-policy-wrapper .privacy-sidebar .privacy-content-panel {
  padding: 60px 40px;
  padding-bottom: 20px;
}

.privacy-policy-wrapper .privacy-sidebar .site-footer {
  padding: 10px 0px;
}

.privacy-policy-wrapper .privacy-sidebar .site-footer .footer-copyright {
  padding-right: 0px;
}

.privacy-policy-wrapper .privacy-right {
  width: 50%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.privacy-policy-wrapper .privacy-image-holder {
  width: 100%;
  height: 100%;
  position: relative;
}

.privacy-policy-wrapper .privacy-featured-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.privacy-desc h3 {
  margin-top: 40px;
}

.privacy-desc .top-heading {
  margin-top: 0px;
}

.privacy-policy-wrapper .scroll-heading h2.heading-two {
  color: var(--white);
}

@media (max-width: 991px) {
  .privacy-policy-wrapper {
    flex-direction: column;
    padding-left: 0 !important;
    overflow-x: hidden !important;
  }

  .privacy-policy-wrapper .privacy-left {
    width: 100%;
    order: 2;
    height: auto !important;
    position: relative !important;
    top: auto !important;
    align-self: stretch;
  }

  .privacy-policy-wrapper .privacy-sidebar {
    height: auto !important;
    min-height: auto !important;
    overflow-y: visible !important;
    overflow-x: hidden !important;
  }

  .privacy-policy-wrapper .privacy-sidebar .privacy-content-panel {
    padding: 40px 20px !important;
  }

  .privacy-policy-wrapper .privacy-sidebar .site-footer {
    padding: 20px 20px !important;
  }

  .privacy-policy-wrapper .privacy-right {
    width: 100%;
    position: relative;
    height: 50vh;
    margin-top: 60px !important;
    order: 1;
  }

  .privacy-policy-wrapper .privacy-image-holder::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.15));
    z-index: 1;
  }

  .privacy-policy-wrapper .scroll-heading h1,
  .privacy-policy-wrapper .scroll-heading h2 {
    color: var(--white) !important;
  }

  .privacy-policy-wrapper .scroll-heading h2.heading-two::before {
    background: var(--white) !important;
  }
}

/* ============================================================
   GLOBAL TOOLTIPS (mrtnz-tooltip)
   ============================================================ */
.mrtnz-tooltip {
  position: fixed;
  pointer-events: none;
  background-color: var(--primary-pink);
  color: var(--white);
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 10px;
  line-height: 18px;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform-origin: bottom center;
  transition: opacity 0.35s cubic-bezier(0.25, 1, 0.5, 1),
    transform 0.35s cubic-bezier(0.25, 1, 0.5, 1),
    visibility 0.35s;
  will-change: transform, opacity;
  z-index: 999999;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

/* Tooltip Arrow */
.mrtnz-tooltip::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px 5px 0;
  border-style: solid;
  border-color: var(--primary-pink) transparent transparent;
}

/* Cursor Follower (Portfolio) Tooltip */
.mrtnz-tooltip.type-cursor {
  top: -9999px;
  left: -9999px;
  transform: translate(-50%, calc(-100% - 10px)) scale(0.7);
}

.mrtnz-tooltip.type-cursor.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, calc(-100% - 10px)) scale(1);
}

/* Static Navigation Tooltip */
.mrtnz-tooltip.type-static {
  transform: scale(0.7);
}

.mrtnz-tooltip.type-static.is-visible {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/* ============================================================
   MOBILE RESPONSIVE VERTICAL SCROLL PERFORMANCE OPTIMIZATIONS (< 768px)
   ============================================================ */
@media (max-width: 991px) {

  /* Native touch momentum scroll for smooth gesture physics */
  html,
  body,
  .privacy-sidebar,
  .portfolio-left,
  .portfolio-right,
  .blog-sidebar-wrapper,
  .blog-main-content,
  .hero-content-wrapper,
  .panel-left {
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth !important;
  }

  /* Hardware acceleration promotion for scroll tracks and heavy components */
  /* .pages-track,
  .page,
  .home-left-slideshow,
  .ethos-left-slideshow,
  .lightbox-carousel-wrap,
  .lightbox-slide,
  .transition-wipe,
  .transition-overlay {
    will-change: transform;
    transform: translate3d(0, 0, 0) !important;
    backface-visibility: hidden !important;
    perspective: 1000px !important;
  } */

  /* Content containment optimization disabled to prevent disappearing sections */

  /* GPU-backed hardware rendering for scrollable images */
  .page img,
  .portfolio-box img,
  .lightbox-slide img,
  .site-logo img {
    will-change: transform;
    transform: translate3d(0, 0, 0) !important;
    backface-visibility: hidden !important;
  }

  /* Disable expensive effects, shadows, filters and animations during scrolls */
  body.is-scrolling *,
  body.is-scrolling ::before,
  body.is-scrolling ::after {
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    backdrop-filter: none !important;
    transition: none !important;
  }

  /* Optimize and simplify CSS transitions on mobile */
  .page-inner,
  .main-heading-section,
  .services-section,
  .ethos-section,
  .expressions-section,
  .architecture-section {
    transition: opacity 0.25s ease-out, transform 0.25s ease-out !important;
  }
}

/* ============================================================
   BLOG PAGE LOADING SKELETON
   ============================================================ */
.blog-skeleton {
  width: 100%;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.skeleton-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.skeleton-title {
  width: 65%;
  height: 35px;
  border-radius: 4px;
}

.skeleton-year {
  width: 15%;
  height: 22px;
  border-radius: 4px;
}

.skeleton-author {
  width: 25%;
  height: 18px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.skeleton-body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.skeleton-line {
  width: 100%;
  height: 16px;
  border-radius: 4px;
}

.skeleton-shimmer {
  background: linear-gradient(90deg,
      #f2f2f2 0%,
      #e8e8e8 25%,
      #f8f8f8 50%,
      #e8e8e8 75%,
      #f2f2f2 100%);
  background-size: 200% 100%;
  animation: skeleton-shimmer-anim 1.5s infinite linear;
}

@keyframes skeleton-shimmer-anim {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}