.timetodive_wrap {
  padding-bottom: 6.25rem;
}

.wiki_grid {
  padding: 1.5rem 0;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  -moz-column-fill: balance;
       column-fill: balance;
}
@media (min-width: 769px) {
  .wiki_grid {
    padding: 3rem 0;
    -moz-column-count: 4;
         column-count: 4;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}

.wiki_card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  height: auto;
  margin-bottom: 0.5rem;
  border: 2px solid #ffffff;
  border-radius: 1rem;
  color: white;
  transition: opacity 0.3s ease, transform 0.3s ease;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.wiki_card.hidden {
  display: none;
}
.wiki_card.reverse .feature-title {
  color: #000000;
}
.wiki_card:focus-visible {
  outline-color: #000000;
}
.wiki_card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wiki_card .feature-title {
  position: absolute;
  bottom: 1.25rem;
  width: 100%;
  padding: 0 1rem;
  font-family: "LGEI Headline", "Segoe UI", "Microsoft Sans Serif", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.wiki_card .feature-desc {
  display: block;
  margin-top: 0.25rem;
  font-family: "LGEI Headline", "Segoe UI", "Microsoft Sans Serif", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
}
@media (min-width: 1280px) {
  .wiki_card {
    margin-bottom: 1.5rem;
    border-width: 4px;
    border-radius: 1.5rem;
  }
  .wiki_card .feature-title {
    font-size: 1.5rem;
  }
  .wiki_card .feature-desc {
    margin-top: 0.5rem;
    font-size: 1.25rem;
  }
}

.wiki_filter-wrap {
  max-width: 77rem;
  margin: 1.5rem auto;
  padding: 0 1rem;
}
.wiki_filter-wrap .wiki_filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 0.5rem;
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}
.wiki_filter-wrap .wiki_filter {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.375rem;
  padding: 0 0.75rem;
  border: 1px solid #cbc8c2;
  border-radius: 6.1875rem;
  background: #e6e1d6;
  color: #000000;
  font-size: 0.75rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.wiki_filter-wrap .wiki_filter .count {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 1rem;
  margin-left: 0.25rem;
  padding: 0 0.25rem;
  border-radius: 0.25rem;
  background-color: #f0ece4;
  color: #333333;
  font-weight: 600;
}
.wiki_filter-wrap .wiki_filter.active {
  background-color: #000000;
  color: #ffffff;
  font-weight: 600;
}
.wiki_filter-wrap .wiki_filter.active .count {
  background-color: #4a4946;
  color: inherit;
}
.wiki_filter-wrap .view_more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}
.wiki_filter-wrap .view_more .view_more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 2.25rem;
  padding: 0 1rem;
  border: 1px solid #646464;
  border-radius: 6.25rem;
  background-color: #ffffff;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
.wiki_filter-wrap .view_more .view_more-btn:hover {
  border-color: #ea1917;
  background: #ea1917;
  color: #ffffff;
}
.wiki_filter-wrap .view_more .view_more-btn:focus {
  outline-offset: -0.25rem;
}
.wiki_filter-wrap .disclaimer {
  margin-bottom: 0;
  padding: 0.5rem 0;
  color: #4a4946;
  font-size: 0.75rem;
  letter-spacing: -0.02em;
  list-style: none;
}
@media (min-width: 769px) {
  .wiki_filter-wrap {
    margin: 3rem auto;
  }
  .wiki_filter-wrap .wiki_filters {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
  .wiki_filter-wrap .wiki_filter {
    height: 3rem;
    padding: 0 1.25rem;
    font-size: 1rem;
  }
  .wiki_filter-wrap .wiki_filter .count {
    height: 1.5rem;
    padding: 0 0.5rem;
    font-size: 0.875rem;
  }
  .wiki_filter-wrap .view_more {
    margin-bottom: 3rem;
  }
  .wiki_filter-wrap .view_more .view_more-btn {
    height: 2.75rem;
    padding: 0 1.25rem;
    font-size: 1rem;
  }
  .wiki_filter-wrap .disclaimer {
    padding: 1rem 0;
    font-size: 1rem;
  }
}

.fitsyourlife_wrap .theme_tabs .inner {
  display: flex;
  gap: 1.5rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.fitsyourlife_wrap .theme_tabs button {
  position: relative;
  height: 3rem;
  padding: 0;
  border: none;
  background: #f0ece4;
  font-size: 0.875rem;
  cursor: pointer;
  outline-offset: -0.125rem;
  text-underline-offset: 0.125rem;
}
.fitsyourlife_wrap .theme_tabs button.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #ea1917;
}
@media (min-width: 769px) {
  .fitsyourlife_wrap .theme_tabs .inner {
    gap: 0;
    max-width: 90rem;
    padding: 0 2rem;
  }
  .fitsyourlife_wrap .theme_tabs button {
    flex: 1;
    height: 6rem;
    font-size: 1.5rem;
  }
  .fitsyourlife_wrap .theme_tabs button.active::after {
    height: 0.25rem;
  }
}
.fitsyourlife_wrap .theme_panel {
  display: none;
  padding-bottom: 4rem;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 15rem;
}
.fitsyourlife_wrap .theme_panel.active {
  display: block;
}
.fitsyourlife_wrap .theme_panel .theme_tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  font-family: "LGEI Headline", "Segoe UI", "Microsoft Sans Serif", sans-serif;
  font-weight: 600;
  text-align: center;
}
.fitsyourlife_wrap .theme_panel .theme_tit img {
  height: 1.75rem;
  vertical-align: top;
}
.fitsyourlife_wrap .theme_panel#theme_movie .wiki_card {
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(93.23deg, #d88c45 0%, #fff3e0 40%, #d88c45 70%, #fff3e0 100%);
}
.fitsyourlife_wrap .theme_panel#theme_game .wiki_card {
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(93.23deg, #8052ff 0%, #e0e4ff 40%, #8052ff 70%, #e0e4ff 100%);
}
.fitsyourlife_wrap .theme_panel#theme_sports .wiki_card {
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(93.23deg, #15d32f 0%, #e4ffda 40%, #15d32f 70%, #e4ffda 100%);
}
.fitsyourlife_wrap .theme_panel#theme_smart .wiki_card {
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(93.23deg, #ce3b24 0%, #ffddbf 40%, #ce3b24 70%, #ffddbf 100%);
}
@media (min-width: 769px) {
  .fitsyourlife_wrap .theme_panel {
    padding-bottom: 8rem;
  }
  .fitsyourlife_wrap .theme_panel .theme_tit {
    font-size: 2rem;
  }
  .fitsyourlife_wrap .theme_panel .theme_tit img {
    height: 3.5rem;
  }
}
.fitsyourlife_wrap .theme_kv {
  text-align: center;
}
.fitsyourlife_wrap .theme_kv img {
  width: 100%;
  min-height: 8.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  .fitsyourlife_wrap .theme_kv img {
    min-height: 15rem;
  }
}
.fitsyourlife_wrap .wiki-theme_wrap {
  max-width: 77rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.fitsyourlife_wrap .wiki-theme_wrap .wiki_card {
  border-color: transparent;
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.fitsyourlife_wrap .wiki-theme_wrap .wiki_card:focus-visible {
  outline-color: #ffffff;
}
@media (min-width: 769px) {
  .fitsyourlife_wrap .wiki-theme_wrap {
    margin-top: -6.25rem;
  }
}
.fitsyourlife_wrap .prd-theme_wrap {
  max-width: 77rem;
  margin: 0 auto;
}
.fitsyourlife_wrap .prd-theme_wrap .theme_tit {
  padding: 1rem;
}
.fitsyourlife_wrap .prd-theme_wrap .swiper-slide {
  height: auto;
  border: 1px solid transparent;
  border-radius: 1rem;
  background-image: linear-gradient(#292929, #292929), linear-gradient(180deg, #999999 0%, #555555 50%);
  color: #ffffff;
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.fitsyourlife_wrap .prd-theme_wrap .swiper-slide .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  height: 100%;
  padding: 1.375rem;
  text-align: center;
}
.fitsyourlife_wrap .prd-theme_wrap .prd_content {
  padding: 0 1rem;
}
.fitsyourlife_wrap .prd-theme_wrap .prd_thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0.75rem;
  background-color: #ffffff;
}
.fitsyourlife_wrap .prd-theme_wrap .prd_thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: calc(100% - 0.375rem);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.fitsyourlife_wrap .prd-theme_wrap .prd_name {
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2;
}
.fitsyourlife_wrap .prd-theme_wrap .prd_name span {
  display: block;
  margin-bottom: 0.5rem;
  color: #969490;
  font-size: 0.75rem;
  font-weight: 400;
}
@media (min-width: 769px) {
  .fitsyourlife_wrap .prd-theme_wrap .theme_tit {
    padding: 2rem;
  }
  .fitsyourlife_wrap .prd-theme_wrap .swiper-wrapper {
    gap: 1.5rem;
  }
  .fitsyourlife_wrap .prd-theme_wrap .swiper-slide {
    flex: 1;
    border-radius: 1.75rem;
  }
  .fitsyourlife_wrap .prd-theme_wrap .swiper-slide .inner {
    gap: 1.5rem;
    padding: 2rem;
  }
  .fitsyourlife_wrap .prd-theme_wrap .prd_thumb img {
    max-width: calc(100% - 0.75rem);
  }
  .fitsyourlife_wrap .prd-theme_wrap .prd_name span {
    font-size: 0.875rem;
  }
}

.btn_more {
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.25rem;
  margin-top: auto;
  padding: 0 1rem;
  border: 1px solid #646464;
  border-radius: 6.25rem;
  background-color: #ffffff;
  color: #000000;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
}
.btn_more:hover {
  border-color: #ea1917;
  background: #ea1917;
  color: #ffffff;
}
.btn_more:focus {
  outline-offset: -0.25rem;
}
@media (min-width: 769px) {
  .btn_more {
    height: 2.75rem;
    padding: 0 1.25rem;
    font-size: 1rem;
  }
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup-overlay.active {
  display: block;
}
.popup-overlay .popup-close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: none;
  background: url("/content/dam/channel/wcms/de/2025_ms_lg-com/tv/microsite/lineup-guide/wiki/btn-close.svg") no-repeat center center/0.75rem 0.75rem;
  cursor: pointer;
}
.popup-overlay .popup-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 2rem);
  max-width: 48.75rem;
  height: auto;
  border-radius: 1rem;
  background-color: #f0ece4;
  transform: translate(-50%, -50%);
}
.popup-overlay .popup-container .inner {
  overflow-y: auto;
  height: 100%;
  max-height: 95vh;
  padding: 2.5rem 1.875rem;
  color: #333333;
  font-size: 0.875rem;
}
.popup-overlay .popup-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}
.popup-overlay .popup-thumb video,
.popup-overlay .popup-thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.popup-overlay .popup-thumb .play-btn {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  background: url("/content/dam/channel/wcms/de/2025_ms_lg-com/tv/microsite/lineup-guide/wiki/ico-play.svg") no-repeat center center/contain;
  cursor: pointer;
  transform: translate(-50%);
}
.popup-overlay .popup-thumb .play-btn.active {
  background: url("/content/dam/channel/wcms/de/2025_ms_lg-com/tv/microsite/lineup-guide/wiki/ico-pause.svg") no-repeat center center/contain;
}
.popup-overlay .popup-title {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: #000000;
  font-family: "LGEI Headline", "Segoe UI", "Microsoft Sans Serif", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}
.popup-overlay .popup-list {
  margin-bottom: 0;
  padding-left: 0;
}
.popup-overlay .popup-list li {
  position: relative;
  padding-left: 1.25rem;
  line-height: 1.2;
  word-break: keep-all;
  list-style: none;
  text-indent: -1.25rem;
}
.popup-overlay .popup-list li:not(:first-child) {
  margin-top: 0.25rem;
}
.popup-overlay .popup-list li::before {
  content: "";
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  border-radius: 50%;
  background-color: #000000;
  vertical-align: middle;
}
.popup-overlay .popup-disclaimer {
  margin-top: 0.75rem;
  color: #4a4946;
  font-size: 0.75rem;
}
@media (min-width: 769px) {
  .popup-overlay .popup-container .inner {
    padding: 3.35rem;
    font-size: 1.25rem;
  }
  .popup-overlay .popup-close {
    top: 1.875rem;
    right: 1.875rem;
    background-size: contain;
  }
  .popup-overlay .popup-thumb {
    border-radius: 1.75rem;
  }
  .popup-overlay .popup-thumb .play-btn {
    width: 2rem;
    height: 2rem;
  }
  .popup-overlay .popup-title {
    margin-bottom: 1rem;
    font-size: 2.25rem;
  }
  .popup-overlay .popup-list li {
    padding-left: 1.875rem;
    text-indent: -1.875rem;
  }
  .popup-overlay .popup-list li::before {
    margin-right: 13px;
    margin-left: 12px;
  }
  .popup-overlay .popup-disclaimer {
    margin-top: 1rem;
    font-size: 1rem;
  }
}