.longwang-home-s5 {
  --longwang-s5-wave-height: clamp(500px, 30vw, 560px);
  --longwang-s5-wave-spacer: clamp(100px, 6vw, 140px);
  --longwang-s5-content-top: clamp(280px, 18vw, 315px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  min-height: 1040px;
  margin-top: -246px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #f4e6ca;
  background-image: none;
  padding: var(--longwang-s5-content-top) 0 96px;
}

.longwang-home-s5::before,
.longwang-home-s5::after {
  content: none;
}

.longwang-home-s5-wave {
  position: absolute;
  inset: 0 0 auto;
  z-index: 0;
  width: 100%;
  height: min(var(--longwang-s5-wave-height), 100%);
  overflow: hidden;
  background: unset;
  pointer-events: none;
  user-select: none;
}

.longwang-home-s5-wave-spacer {
  width: 100%;
  min-height: 40px;
  height: 40px;
  background: #07503d;
}

.longwang-home-s5-wave-image {
  display: block;
  width: 100%;
  height: calc(var(--longwang-s5-wave-height) - var(--longwang-s5-wave-spacer));
  min-height: 110px;
  background-image: url("../images/framewave.svg");
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto;
}

.longwang-home-s5-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0;
}

.longwang-home-s5-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: min(1144px, 100%);
  margin: 0 auto;
}

.longwang-home-s5-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(1200px, 100%);
  min-height: 53px;
  margin: 0;
  color: #ffffff;
  font-family: var(--longwang-font-display, "Long Wang VIP-MOLLIE-GLASTON", "Long Wang SVN-Gilroy", sans-serif);
  font-size: 42px;
  line-height: 53px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.longwang-home-s5-more {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 117px;
  height: 26px;
  border: 0;
  background: transparent url("../images/borderxemthem.svg") center / 100% 100% no-repeat;
  color: #ffffff;
  font-family: "Long Wang SVN-Gilroy", sans-serif;
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.longwang-home-s5-more:hover,
.longwang-home-s5-more:focus-visible {
  transform: translateY(-1px);
}

.longwang-home-s5-carousel-wrap {
  position: relative;
  z-index: 2;
  width: min(1202px, 100%);
  margin: 90px auto 0;
}

.longwang-home-s5-carousel {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.longwang-home-s5-carousel::-webkit-scrollbar {
  display: none;
}

.longwang-home-s5-carousel[hidden] {
  display: none;
}

.longwang-home-s5-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: min(520px, 100%);
  min-height: clamp(180px, 22vw, 280px);
  margin: 0 auto;
  color: #005841;
  font-family: "Long Wang SVN-Gilroy", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.longwang-home-s5-empty[hidden] {
  display: none;
}

.longwang-home-s5-empty::before,
.longwang-home-s5-empty::after {
  content: "";
  flex: 1 1 72px;
  max-width: 96px;
  height: 1px;
  background: rgba(0, 88, 65, 0.3);
}

.longwang-home-s5.is-empty-region {
  min-height: clamp(700px, 55vw, 820px);
}

.longwang-home-s5-card {
  position: relative;
  flex: 0 0 calc((100% - 32px) / 3);
  max-width: calc((100% - 32px) / 3);
  height: 492px;
  aspect-ratio: 390 / 492;
  min-width: 0;
  overflow: hidden;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  background: #005841;
  perspective: 1200px;
  -webkit-mask-image: url("../images/framemark3.svg");
  mask-image: url("../images/framemark3.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.longwang-home-s5-card-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
  background: transparent;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.longwang-home-s5-card--flippable .longwang-home-s5-card-link {
  cursor: pointer;
  touch-action: manipulation;
}

.longwang-home-s5-card-link:focus-visible {
  outline: 2px solid #ffe6a8;
  outline-offset: -8px;
}

.longwang-home-s5-card-flip {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 680ms cubic-bezier(0.2, 0.75, 0.24, 1);
  transition: transform 680ms cubic-bezier(0.2, 0.75, 0.24, 1);
  will-change: transform;
}

.longwang-home-s5-card--flippable.is-flipped .longwang-home-s5-card-flip {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.longwang-home-s5-card-face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.longwang-home-s5-card-face--front {
  background: #005841;
}

.longwang-home-s5-card-face--back {
  z-index: 2;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background: linear-gradient(180deg, #e1bf61 -19.72%, #ffeed6 60.26%, #e1bf61 117.67%);
  color: #4e3713;
  pointer-events: none;
}

.longwang-home-s5-card--flippable.is-flipped .longwang-home-s5-card-face--back {
  pointer-events: auto;
}

@media (hover: hover) and (pointer: fine) {
  .longwang-home-s5-card--flippable:hover .longwang-home-s5-card-flip,
  .longwang-home-s5-card--flippable .longwang-home-s5-card-link:focus-visible .longwang-home-s5-card-flip,
  .longwang-home-s5-card--flippable .longwang-home-s5-card-link:focus-within .longwang-home-s5-card-flip {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  .longwang-home-s5-card--flippable:hover .longwang-home-s5-card-face--back,
  .longwang-home-s5-card--flippable .longwang-home-s5-card-link:focus-visible .longwang-home-s5-card-face--back,
  .longwang-home-s5-card--flippable .longwang-home-s5-card-link:focus-within .longwang-home-s5-card-face--back {
    pointer-events: auto;
  }
}

@media (max-width: 1024px) {
  .longwang-home-s5-card,
  .longwang-home-s5-card-link {
    -webkit-perspective: none;
    perspective: none;
  }

  .longwang-home-s5-card-flip,
  .longwang-home-s5-card--flippable.is-flipped .longwang-home-s5-card-flip,
  .longwang-home-s5-card--flippable:hover .longwang-home-s5-card-flip,
  .longwang-home-s5-card--flippable .longwang-home-s5-card-link:focus-visible .longwang-home-s5-card-flip,
  .longwang-home-s5-card--flippable .longwang-home-s5-card-link:focus-within .longwang-home-s5-card-flip {
    -webkit-transform: none;
    transform: none;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transition: none;
    transition: none;
    will-change: auto;
  }

  .longwang-home-s5-card-face {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }

  .longwang-home-s5-card-face--front {
    z-index: 1;
  }

  .longwang-home-s5-card-face--back {
    z-index: 3;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 480ms cubic-bezier(0.2, 0.78, 0.2, 1);
    transition: transform 480ms cubic-bezier(0.2, 0.78, 0.2, 1);
    will-change: transform;
  }

  .longwang-home-s5-card--flippable:hover .longwang-home-s5-card-face--back,
  .longwang-home-s5-card--flippable .longwang-home-s5-card-link:focus-visible .longwang-home-s5-card-face--back,
  .longwang-home-s5-card--flippable .longwang-home-s5-card-link:focus-within .longwang-home-s5-card-face--back {
    pointer-events: none;
  }

  .longwang-home-s5-card--flippable.is-flipped .longwang-home-s5-card-face--back {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
  }

  .longwang-home-s5-card--flippable.is-flipped .longwang-home-s5-card-face--front {
    pointer-events: none;
  }

  .longwang-home-s5-card--flippable.is-flipped .longwang-home-s5-card-detail {
    z-index: 10;
    pointer-events: auto;
    touch-action: manipulation;
  }
}

.longwang-home-s5-card-back-title {
  position: absolute;
  top: 23%;
  right: 21px;
  left: 21px;
  margin: 0;
  color: #4e3713;
  font-family: "UTM Americana", var(--longwang-font-display, "Long Wang VIP-MOLLIE-GLASTON", "Long Wang SVN-Gilroy", sans-serif);
  display: -webkit-box;
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #4e3713;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  text-transform: capitalize;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.longwang-home-s5-card-back-content {
  position: absolute;
  top: 36%;
  right: 21px;
  left: 21px;
  display: flex;
  bottom: 76px;
  max-height: none;
  flex-direction: column;
  gap: 8px;
  overflow-y: scroll;
  overscroll-behavior: contain;
  padding-right: 4px;
  scrollbar-width: thin;
  scrollbar-color: rgba(78, 55, 19, 0.42) transparent;
}

.longwang-home-s5-card-back-content::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.longwang-home-s5-card-back-content .longwang-promo-meta-entry {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.longwang-home-s5-card-back-content .longwang-promo-meta-label {
  margin: 0;
  color: #4e3713;
  font-family: "Long Wang SVN-Gilroy", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
}

.longwang-home-s5-card-back-content .longwang-promo-meta-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}

.longwang-home-s5-card-back-content .longwang-promo-meta-body > * {
  margin: 0;
}

.longwang-home-s5-card-back-content .longwang-promo-meta-body ul,
.longwang-home-s5-card-back-content .longwang-promo-meta-body ol {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 0;
}

.longwang-home-s5-card-back-content .longwang-promo-meta-body ul {
  list-style: none;
}

.longwang-home-s5-card-back-content .longwang-promo-meta-body ol {
  padding-left: 22px;
  list-style: decimal;
}

.longwang-home-s5-card-back-content .longwang-promo-meta-body li {
  margin: 0;
  color: #4e3713;
  font-family: "Long Wang SVN-Gilroy", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.longwang-home-s5-card-back-content .longwang-promo-meta-body ul:not(.longwang-promo-location-list) li {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  column-gap: 8px;
}

.longwang-home-s5-card-back-content .longwang-promo-meta-body ul:not(.longwang-promo-location-list) li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin-top: 7px;
  background: #4e3713;
  -webkit-mask: url("../images/fill-dot.svg") center / contain no-repeat;
  mask: url("../images/fill-dot.svg") center / contain no-repeat;
}

.longwang-home-s5-card-back-content .longwang-promo-meta-body ol li {
  display: list-item;
  padding-left: 2px;
}

.longwang-home-s5-card-back-content .longwang-promo-location-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.longwang-home-s5-card-back-content .longwang-promo-location-branch {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  color: #4e3713;
}

.longwang-home-s5-card-back-content .longwang-promo-location-branch-title {
  color: #4e3713;
  font-family: "Long Wang SVN-Gilroy", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: none;
}

.longwang-home-s5-card-back-label {
  margin: 0;
  color: #4e3713;
  font-family: "Long Wang SVN-Gilroy", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
}

.longwang-home-s5-card-back-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  min-height: auto;
}

.longwang-home-s5-card-back-body > * {
  margin: 0;
}

.longwang-home-s5-card-back-body ul,
.longwang-home-s5-card-back-body ol {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0;
}

.longwang-home-s5-card-back-body ul {
  list-style: none;
}

.longwang-home-s5-card-back-body ol {
  padding-left: 22px;
  list-style: decimal;
}

.longwang-home-s5-card-back-body li {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  column-gap: 8px;
  margin: 0;
  color: #4e3713;
  font-family: "Long Wang SVN-Gilroy", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.longwang-home-s5-card-back-body ol li {
  display: list-item;
  padding-left: 2px;
}

.longwang-home-s5-card-back-body ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin-top: 7px;
  background: #4e3713;
  -webkit-mask: url("../images/fill-dot.svg") center / contain no-repeat;
  mask: url("../images/fill-dot.svg") center / contain no-repeat;
}

.longwang-home-s5-card-back-body a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.longwang-home-s5-card-back-body li.longwang-promo-location-branch::before {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.longwang-home-s5-card-back-body li.longwang-promo-location-branch strong {
  display: block;
  min-width: 0;
  line-height: 1.4;
}

.longwang-home-s5-card-back-body .longwang-promo-location-branch-title {
  grid-column: 2;
  min-width: 0;
  font-weight: 700;
}

.longwang-home-s5-card-back-body .longwang-promo-location-branch-address {
  grid-column: 2;
  min-width: 0;
  margin-top: 2px;
  word-break: normal;
  overflow-wrap: anywhere;
}

.longwang-home-s5-card-back-body strong,
.longwang-home-s5-card-back-body b {
  font-weight: 700;
}

.longwang-home-s5-card-detail {
  position: absolute;
  bottom: 32px;
  left: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: fit-content;
  margin: 0;
  color: #4e3713;
  font-family: "Long Wang SVN-Gilroy", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  transform: translateX(-50%);
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.longwang-home-s5-card-detail svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  stroke-width: 2;
}

.longwang-home-s5-card-detail:hover,
.longwang-home-s5-card-detail:focus-visible {
  color: #8a621e;
  text-decoration-color: currentColor;
}

.longwang-home-s5-card-detail:focus-visible {
  outline: 2px solid rgba(78, 55, 19, 0.72);
  outline-offset: 4px;
}

.longwang-home-s5-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 420ms ease;
}

.longwang-home-s5-card-link:hover .longwang-home-s5-image,
.longwang-home-s5-card-link:focus-visible .longwang-home-s5-image {
  transform: scale(1.035);
}

.longwang-home-s5-card-overlay {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 196px;
  padding: 72px 30px 32px;
  background: linear-gradient(180deg, rgba(0, 88, 65, 0) 0%, rgba(0, 33, 24, 0.72) 72%, rgba(0, 24, 18, 0.86) 100%);
}

.longwang-home-s5-card-title {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: var(--longwang-font-display, "Long Wang VIP-MOLLIE-GLASTON", "Long Wang SVN-Gilroy", sans-serif);
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-transform: capitalize;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.34);
}

.longwang-home-s5-card-date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 37px;
  padding: 6px 14px;
  border-radius: 5px;
  background: #bd8d4b;
  color: #ffffff;
  font-family: "Long Wang SVN-Gilroy", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

@media (prefers-reduced-motion: reduce) {
  .longwang-home-s5-card-flip,
  .longwang-home-s5-image {
    transition-duration: 1ms;
  }
}

.longwang-home-s5-nav,
.longwang-home-s5-dots {
  display: none !important;
}

.longwang-home-s5-dots {
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 32px;
}

.longwang-home-s5-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16.8px;
  height: 16.8px;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 0;
  cursor: pointer;
}

.longwang-home-s5-dot-icon {
  display: block;
  width: 16.8px;
  height: 16.8px;
}

.longwang-home-s5.longwang-home-s5--promotion-archive {
  min-height: 0;
  margin-top: 0;
  padding: 110px 0;
  background-color: #FFF6E8!important;
}

.longwang-home-s5.longwang-home-s5--promotion-archive .longwang-home-s5-carousel-wrap {
  margin: 0 auto;
}

.longwang-footer-location-tabs-wrap {
  position: relative;
  padding-inline: 0;
}

.longwang-footer-location-tabs {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.longwang-footer-location-tabs::-webkit-scrollbar {
  display: none;
}

.dsnhahang {
  text-transform: capitalize;
  color: #EED4B1 !important;
}

.longwang-footer-location-title {
  color: inherit;
}

.longwang-footer-location-tab[data-selected="1"] .longwang-footer-location-title {
  color: #EED4B1;
}

.longwang-footer-location-nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 9999px;
  background: rgba(0, 88, 65, 0.35);
  color: #ffffff;
  transform: translateY(-50%);
  transition: opacity 180ms ease, background-color 180ms ease;
}

.longwang-footer-location-nav:hover {
  background: rgba(0, 88, 65, 0.56);
}

.longwang-footer-location-nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.longwang-footer-location-nav svg {
  width: 15px;
  height: 15px;
}

.longwang-footer-location-nav-prev {
  left: 4px;
}

.longwang-footer-location-nav-next {
  right: 4px;
}

@media (max-width: 1359px) {
  .longwang-home-s5-inner {
    padding: 0 20px;
  }
}

@media (min-width: 1025px) and (max-width: 1180px) {
  .longwang-home-s5 {
    --longwang-s5-wave-height: 405px;
    --longwang-s5-wave-spacer: 100px;
    --longwang-s5-content-top: 210px;
    min-height: 900px;
    margin-top: -132px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .longwang-home-s5 {
    --longwang-s5-wave-height: 385px;
    --longwang-s5-wave-spacer: 100px;
    --longwang-s5-content-top: 190px;
    min-height: 820px;
    margin-top: -128px;
  }
  .longwang-home-s5-wave-image{
    background-size: cover;
  }

  .longwang-home-s5-card {
    flex-basis: calc((100% - 32px) / 2.2);
    max-width: calc((100% - 32px) / 2.2);
    height: auto;
  }

  .longwang-home-s5-card-back-title {
    font-size: 24px;
    line-height: 1.4;
  }

  .longwang-home-s5-card-back-content {
    top: 41%;
    bottom: 72px;
    max-height: none;
  }

  .longwang-home-s5-card-detail {
    bottom: 28px;
  }
}

@media (max-width: 767px) {
  .longwang-home-s5 {
    --longwang-s5-wave-height: 230px;
    --longwang-s5-wave-spacer: 100px;
    --longwang-s5-content-top: 78px;
    min-height: 0;
    margin-top: 0;
    padding: var(--longwang-s5-content-top) 0 48px;
  }

  .longwang-home-s5-wave {
    height: var(--longwang-s5-wave-height);
  }

  .longwang-home-s5-inner {
    padding-right: 16px;
    padding-left: 16px;
  }

  .longwang-home-s5-heading {
    min-height: 0;
    font-size: 34px;
    line-height: 42px;
  }

  .longwang-home-s5-carousel-wrap {
    width: 100%;
  }

  .longwang-home-s5.longwang-home-s5--promotion-archive {
    padding: 48px 0;
  }

  .longwang-home-s5.is-empty-region {
    min-height: 0;
  }

  .longwang-home-s5-empty {
    min-height: 180px;
    font-size: 16px;
    line-height: 22px;
  }

  .longwang-home-s5-dots.longwang-home-s4-dots:not(:empty) {
    display: inline-flex !important;
    visibility: visible;
  }
  .longwang-home-s5-dots.longwang-home-s4-dots {
    margin-bottom: 0;
  }

  .longwang-home-s5-card {
    flex-basis: calc((100% - 16px) / 1.2);
    max-width: calc((100% - 16px) / 1.2);
    height: auto;
  }

  .longwang-home-s5-card-back-title {
    top: 20%;
    right: 18px;
    left: 18px;
    font-size: 24px;
    line-height: 1.4;
  }

  .longwang-home-s5-card-back-content {
    top: 34%;
    right: 18px;
    left: 18px;
    bottom: 58px;
    max-height: none;
  }

  .longwang-home-s5-card-back-label,
  .longwang-home-s5-card-back-content .longwang-promo-meta-label {
    font-size: 14px;
    line-height: 1.5;
  }

  .longwang-home-s5-card-back-body li,
  .longwang-home-s5-card-back-content .longwang-promo-meta-body li,
  .longwang-home-s5-card-back-content .longwang-promo-location-branch-title {
    grid-template-columns: 12px minmax(0, 1fr);
    column-gap: 7px;
    font-size: 13px;
    line-height: 17px;
  }

  .longwang-home-s5-card-back-body ul li::before,
  .longwang-home-s5-card-back-content .longwang-promo-meta-body ul:not(.longwang-promo-location-list) li::before {
    margin-top: 6px;
  }

  .longwang-home-s5-card-detail {
    bottom: 22px;
    font-size: 13px;
    line-height: 17px;
  }

  .longwang-home-s5-card-detail svg {
    width: 15px;
    height: 15px;
  }

  .longwang-home-s5-card-overlay {
    padding-right: 22px;
    padding-left: 22px;
  }

  .longwang-home-s5-card-title {
    font-size: 28px;
    line-height: 35px;
  }

  .longwang-home-s5-card-date {
    font-size: 14px;
    line-height: 21px;
  }

  .longwang-footer-location-nav {
    width: 26px;
    height: 26px;
  }
  .longwang-home-s5-wave-image {
    height: 150px;
    background-size: cover;
  } 
  .longwang-home-s5-wave-spacer{
    background: #094c3b;
  }
}
