.narrative-pulse {
  aspect-ratio: 1.8;
  background-image: url(../../images/Clock_1.5c27213.png);
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  position: relative;
}

.section-label {
  position: absolute;
  font-weight: 600;
  font-size: 20px;
}

.section-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: relative;
  -webkit-animation: pulse 2s infinite ease-out;
          animation: pulse 2s infinite ease-out;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 3px;
}

.explore-more--absolute {
  position: absolute;
  right: 0;
  margin: 0;
  bottom: 0;
  color: white;
  text-decoration: underline;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(124, 58, 237, 0.7);
  }

  70% {
    box-shadow: 0 0 0 12px rgba(124, 58, 237, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(124, 58, 237, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(124, 58, 237, 0.7);
  }

  70% {
    box-shadow: 0 0 0 12px rgba(124, 58, 237, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(124, 58, 237, 0);
  }
}

.top-section {
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.right-section {
  top: 50%;
  left: 25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.left-section {
  top: 50%;
  right: 25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bottom-section {
  bottom: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.narrative-list .category-deco,
.visual-stream-content .category-deco {
  display: none;
}

.narrative-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.narrative-list .gateway-narrative-entity {
  position: absolute;
  width: 40%;
  height: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 10px;
}

.narrative-list .narrative-panel {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.narrative-list .narrative-panel .title-header {
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
  width: 90%;
}

.narrative-list .genre-badge {
  display: inline-block;
  padding: 3px 10px;
  /* background-color: #9769fd; */
  text-transform: uppercase;
  margin-top: 10px;
}

.narrative-list .gateway-narrative-entity:nth-child(1) {
  top: 20px;
  left: 20px;
}

.narrative-list .gateway-narrative-entity:nth-child(2) {
  top: 20px;
  right: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
          flex-direction: row-reverse;
  text-align: right;
}

.narrative-list .gateway-narrative-entity:nth-child(3) {
  bottom: 20px;
  left: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}

.narrative-list .gateway-narrative-entity:nth-child(4) {
  bottom: 20px;
  right: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
          flex-direction: row-reverse;
}

.narrative-list .gateway-narrative-entity:nth-child(2) .narrative-panel {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}

.narrative-list .gateway-narrative-entity:nth-child(3) .narrative-panel {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
          flex-direction: column-reverse;
}

.narrative-list .gateway-narrative-entity:nth-child(4) .narrative-panel {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
          flex-direction: column-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  text-align: right;
}

.narrative-list .gateway-narrative-entity .visual-frame {
  width: 40%;
  aspect-ratio: 1;
}

.narrative-list .gateway-narrative-entity .visual-frame .violet-info-carrier {
  display: none;
}

.narrative-list .gateway-narrative-entity .visual-frame img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.narrative-list .gateway-narrative-entity .content-text {
  height: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
}

.narrative-list .gateway-narrative-entity .title {
  font-weight: 600;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.narrative-list .gateway-narrative-entity .description {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.narrative-list .gateway-narrative-entity .tag {
  display: inline-block;
  background: #7c3aed;
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 3px;
  margin-top: 4px;
}

.section-step-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}

.latest-step{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
    padding-top: 50px;
}

.right0title p {
  width: 30%;
}

.right0title .theme-color-pattern,
.theme-color-pattern .stair-step {
  color: #000;
}

.quick-left-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  padding: 20px;
}

.quick-garden {
  position: relative;
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 20px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.quick-pulse {
  position: absolute;
  left: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  top: 0;
  aspect-ratio: 1;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../../images/Clock_3.eadca65.png);
}

.quick-bite-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 20px;
  width: 30%;
  margin: 40px 20px;
}

.fun-garden {
  background-color: #000;
  color: #fff;
  padding: 20px;
}

.fun-garden .gateway-visual-entity .visual-frame {
  aspect-ratio: 0.8;
}

.fun-garden .category-deco {
  display: inline-block;
}

.fun-garden .deco-date {
  display: none;
}

.fun-garden .title-header {
  line-height: 25px;
  max-height: 75px;
  white-space: wrap;
}

.fun-garden .visual-stream-content {
  padding-bottom: 50px;
}

.fun-garden .visual-stream-nav {
  top: -webkit-calc(100% - 50px);
  top: calc(100% - 50px);
}

.fun-garden .visual-stream-nav-right {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.fun-garden .visual-stream-nav-left {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.latest-garden {
  background-color: #000;
  color: #fff;
}

.latest-garden .gateway-visual-entity {
  border-top: 1px solid #fff;
}

.latest-garden .gateway-visual-entity:nth-child(3n)::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background-color: #fff;
  z-index: 1;
}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 480px) {
  .violet-list .gateway-narrative-entity{
    width: 100%;
  }

  .fun-garden{
    padding-bottom: 0px;
  }

  .section-label {
    font-size: 16px;
    color: #0000006e;
  }



  .portal-display-metadata::before {
    top: 25px;
  }

  .narrative-pulse {
    height: auto;
    aspect-ratio: 0.9;
  }

  .narrative-list .gateway-narrative-entity {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }

  .narrative-pulse {
    width: 100%;
    height: 520px;
  }

  .narrative-list .gateway-narrative-entity:nth-child(1) {
    top: 20px;
    left: 20px;
  }

  .narrative-list .gateway-narrative-entity:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
  }

  .narrative-list .gateway-narrative-entity:nth-child(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  .narrative-list .gateway-narrative-entity:nth-child(4) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .right0title p {
    width: 70%;
    max-height: 52px;
    overflow: hidden;
  }

  .quick-pulse {
    top: -40px;
    left: 0;
    right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .quick-bite-list {
    width: 100%;
    padding: 20px;
    margin: 0;
  }

  .gateway-quick-bite-entity {
    height: 105px;
  }

  .gateway-quick-bite-entity .title-header {
    max-height: 69px;
    overflow: hidden;
  }

  .fun-garden .gateway-visual-entity .visual-frame {
    height: 125px;
    aspect-ratio: auto;
  }

  .latest-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
