.content-box {
  padding: 0 !important;
  display: flex;
}

.recommended-slider {
  width: 100%;
  max-width: 37.5rem;
  position: relative;
}

.recommended-slider .swiper {
  width: 100%;
}

.recommended-slider .swiper-slide {
  width: 100%;
  flex-shrink: 0;
  cursor: pointer;
}

.recommended-slider img {
  width: 100%;
  display: block;
  border-radius: 0.375rem;
  pointer-events: none;
}

.slider-title-box {
  text-align: center;
  margin-top: 0.3125rem;
}

.slider-title {
  font-size: 0.875rem;
  font-weight: 600;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  border-radius: 50%;
  padding: 0.375rem;
  cursor: pointer;
  font-size: 1.125rem;
}

.swiper-button-prev {
  left: -0.3125rem;
}

.swiper-button-next {
  right: -0.3125rem;
}

.article-detail {
  position: relative;
  width: 80%;
  margin: 0 auto;
  border-radius: 0.4375rem;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.article-header-image {
  position: relative;
  width: 100%;
  height: 25rem;
  border-radius: 0.4375rem 0.4375rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem;
  color: white;
  font-family: 'Inter', sans-serif;
}

.article-header-image h1 {
  text-shadow: 0 0.125rem 0.4375rem rgba(0, 0, 0, 0.8);
  margin: 0.625rem 0;
  font-size: 2.375rem;
  font-weight: bold;
}

.article-header-image .meta {
  font-size: 0.9375rem;
  font-weight: bold;
  background: linear-gradient(90deg, rgba(113, 51, 125, 1) 0%, rgba(94, 65, 133, 1) 50%, rgba(87, 73, 158, 1) 100%);
  width: fit-content;
  padding: 0.375rem;
  border-radius: 0.4375rem;
}

.article-header-image span {
  padding: 0.375rem;
  border-radius: 0.4375rem;
  font-weight: bold;
  margin-left: 0.3125rem;
}

.article-header-image .tag-box {
  padding: 0.5rem 0;
}

.meta-box:has(.tag-box) {
  flex-direction: column;
  margin: 0.625rem 0;
}

.tag-box > span {
  margin: 0.625rem 0;
  padding: 0.5rem;
}

.article-header-image .exit-scammed,
.article-header-image .shut-down,
.article-header-image .seized {
  margin-left: 0.1875rem;
}

.article-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  background: #000;
}

.article-content-wrapper .content {
  flex: 1 1 0;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #fff;
  font-family: 'Inter', sans-serif;
  margin: auto;
  padding: 1.25rem;
}

.intropar {
  background: #74538e;
  color: #f4e9fb !important;
  font-weight: 700;
  border-radius: 0 0 0.4375rem 0.4375rem;
}

.content p {
  margin-bottom: 0.9375rem;
}

.recommended-slider {
  width: 20.625rem;
  padding: 0;
  margin: 0 0 0.625rem 0.625rem;
  background: #131313;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0.3125rem;
  overflow: hidden;
  font-family: Arial, sans-serif;
  height: fit-content;
  float: right;
}

.recommended-slider h3 {
  font-size: 1rem;
  padding: 0.375rem 0 0.375rem 0.625rem;
  color: white;
}

.recommended-slider .slider {
  position: relative;
  height: 11.25rem;
  overflow: hidden;
}

.recommended-slider .slide {
  opacity: 0;
  transition: opacity 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.recommended-slider .slide.active {
  opacity: 1;
  position: relative;
  pointer-events: auto;
}

.recommended-slider .slide img {
  width: 100%;
  height: 11.25rem;
  object-fit: cover;
  display: block;
  border-radius: 0 0 0.4375rem 0.4375rem;
}

.recommended-slider .slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0.5rem 0.75rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: 0 0 0.4375rem 0.4375rem;
  max-height: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.recommended-slider .slide:hover p {
  background: rgba(19, 19, 19, 0.6);
}

.swiper-button-next,
.swiper-button-prev {
  color: white !important;
  background: none;
  border: none;
  top: 60%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease;
  filter: drop-shadow(0 0 0.0625rem rgba(0, 0, 0, 0.3));
}

.slider-container:hover .swiper-button-next,
.slider-container:hover .swiper-button-prev {
  opacity: 1 !important;
}

.swiper-button-next {
  right: 0.625rem;
}

.swiper-button-prev {
  left: 0.625rem;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1.25rem;
  font-weight: 600;
}

.slide-image-container {
  position: relative;
  display: block;
}

.slider-title-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  padding: 0.3125rem;
  text-align: center;
  border-radius: 0 0 0.375rem 0.375rem;
  transition: all 0.1s ease;
}

.slider-container:hover .slider-title-box {
  background: rgba(0, 0, 0, 0.5);
}

.slider-title {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
}

.trending-article-card span {
  padding: 0.3125rem 0.4375rem;
  border-radius: 0.4375rem;
  color: white;
}

.article-header-image .article-meta {
  margin: 1.125rem 0 1rem 0;
}

.site-footer {
  margin-top: 0 !important;
}

.content h2 {
  font-size: 1.5625rem;
  margin: 0.625rem 0;
}

.meta-box {
  display: flex;
}

@media (max-width: 48rem) {
  #article-side {
    display: none !important;
  }

  .recommended-slider,
  .article-detail {
    width: 100%;
    max-width: none;
  }

  .recommended-slider h3 {
    font-size: 1.3rem !important;
  }

  .article-detail,
  .article-header-image,
  .intropar {
    border-radius: 0 !important;
  }
}

@media (max-width: 23.75rem) {
  .img-description-span {
    display: none;
  }

  .article-img {
    border-radius: 0.4375rem;
  }
}

.thumb {
  object-fit: cover;
  cursor: pointer;
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 2rem;
  z-index: 999;
}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
  object-fit: contain;
  margin-bottom: 1rem;
  border-radius: 0.4375rem;
}

.lightbox .description {
  color: #fff;
  font-size: 1.25rem;
}

.lightbox:target {
  display: flex;
}

.close {
  position: absolute;
  top: 0.0625rem;
  right: 0.125rem;
  color: #fff;
  font-size: 4rem;
  text-decoration: none;
}

.article-img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 0.4375rem 0.4375rem 0.4375rem 0;
  transition: opacity 0.5s ease;
  width: 100%;
}

.article-img:hover {
  opacity: 0.8;
}

.img-description-span {
  background: #74538e;
  color: #f4e9fb;
  padding: 0.625rem;
  border-radius: 0 0 0.4375rem 0.4375rem;
  white-space: nowrap;
  overflow: hidden;
}

.thumb-wrapper {
  float: left;
  margin: 0 1rem 1rem 0;
  max-width: 55%;
  display: block;
}

.thumb-wrapper.right {
  float: right;
  margin: 1rem 0 0 1rem;
}

@media (max-width: 75rem) {
  .thumb-wrapper {
    max-width: 100% !important;
    width: 100%;
  }
}
