.site-content > .ast-container,
.ast-separate-container .site-content > .ast-container {
  display: block;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

#primary.ply-news-single,
.ast-right-sidebar #primary.ply-news-single,
.ast-left-sidebar #primary.ply-news-single,
.ast-separate-container #primary.ply-news-single,
.site-content #primary.ply-news-single {
  float: none;
  width: 100%;
  max-width: none;
  flex: 0 0 100%;
  margin: 0 0 56px;
  padding: 0;
}

.ast-right-sidebar #secondary,
.ast-left-sidebar #secondary {
  display: none;
}

.ply-news-single {
  background: radial-gradient(circle at top, #13243e 0%, #07111f 45%, #040913 100%);
  color: #f8fafc;
  padding: 24px 0 0;
}

.ply-news-single__shell {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 0 24px 48px;
}

.ply-news-single__hero {
  margin-bottom: 36px;
}

.ply-news-single__hero-copy {
  max-width: 980px;
  padding-top: 18px;
}

.ply-news-single__meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: rgba(203, 213, 225, 0.88);
  font-size: 0.94rem;
}

.ply-news-single__type {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #e2e8f0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.ply-news-single__type--subscription-catalog {
  border-color: rgba(34, 211, 238, 0.34);
  background: rgba(6, 182, 212, 0.14);
  color: #cffafe;
}

.ply-news-single__type--game-announcement {
  border-color: rgba(217, 70, 239, 0.3);
  background: rgba(168, 85, 247, 0.14);
  color: #f5d0fe;
}

.ply-news-single__type--game-date-announcement {
  border-color: rgba(251, 191, 36, 0.36);
  background: rgba(251, 191, 36, 0.14);
  color: #fde68a;
}

.ply-news-single__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2.6rem, 5vw, 4.9rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  max-width: 1040px;
}

.ply-news-single__hero-submeta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: rgba(203, 213, 225, 0.86);
  font-size: 0.98rem;
}

.ply-news-single__hero-submeta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ply-news-single__hero-submeta a {
  color: #67e8f9;
  text-decoration: none;
}

.ply-news-single__hero-submeta a:hover,
.ply-news-single__hero-submeta a:focus-visible {
  color: #a5f3fc;
}

.ply-news-single__hero-submeta-sep {
  color: rgba(148, 163, 184, 0.9);
}

.ply-news-single__hero-media {
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: rgba(15, 23, 42, 0.82);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
  aspect-ratio: 2.75 / 1;
}

.ply-news-single__hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ply-news-single__body {
  display: grid;
  grid-template-columns: 80px minmax(0, 920px);
  gap: 28px;
  align-items: start;
}

.ply-news-single__share {
  position: sticky;
  top: 112px;
}

.ply-news-single__share-label {
  width: 100%;
  margin-bottom: 12px;
  color: rgba(203, 213, 225, 0.88);
  font-size: 0.88rem;
  font-weight: 600;
  text-align: center;
}

.ply-news-single__share-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.ply-news-single__share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: #f8fafc;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.ply-news-single__share-btn svg {
  width: 18px;
  height: 18px;
  display: block;
  flex: 0 0 auto;
}

.ply-news-single__share-btn:hover,
.ply-news-single__share-btn:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.22);
  text-decoration: none;
  transform: translateY(-1px);
}

.ply-news-single__content-wrap {
  width: 100%;
  min-width: 0;
}

.ply-news-single__content {
  color: rgba(226, 232, 240, 0.96);
  font-size: 1.05rem;
  line-height: 1.84;
}

.ply-news-single__content > *:first-child {
  margin-top: 0;
}

.ply-news-single__content p,
.ply-news-single__content ul,
.ply-news-single__content ol,
.ply-news-single__content figure,
.ply-news-single__content .wp-block-embed,
.ply-news-single__content iframe {
  margin: 0 0 24px;
}

.ply-news-single__content h2,
.ply-news-single__content h3 {
  color: #fff;
  margin: 36px 0 16px;
  line-height: 1.1;
}

.ply-news-single__content a {
  color: #67e8f9;
}

.ply-news-single__content img,
.ply-news-single__content iframe,
.ply-news-single__content video {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 22px;
  overflow: hidden;
}

.ply-news-single__content figure img,
.ply-news-single__content .wp-block-image img {
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ply-news-single__game-card {
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr) minmax(216px, 256px);
  gap: 16px;
  align-items: center;
  margin: 14px 0 24px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(15, 23, 42, 0.8);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18);
}

.ply-news-single__game-card-cover {
  width: 100%;
}

.ply-news-single__game-card-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 16px;
}

.ply-news-single__game-card-main {
  min-width: 0;
}

.ply-news-single__game-card-title {
  margin: 0;
  color: #fff;
  font-size: 1.42rem;
  line-height: 1.08;
  font-weight: 700;
}

.ply-news-single__game-card-release {
  margin-top: 6px;
  color: rgba(203, 213, 225, 0.84);
  font-size: 0.92rem;
  font-weight: 500;
}

.ply-news-single__game-card-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.ply-news-single__game-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #e2e8f0;
  font-size: 0.8rem;
  font-weight: 600;
}

.ply-news-single__game-card-actions {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 8px;
  min-width: 0;
}

.ply-news-single__wishlist-wrap {
  position: relative;
  width: 100%;
}

.ply-news-single__game-btn,
.ply-news-single__wishlist-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  color: #fff;
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.ply-news-single__game-btn:hover,
.ply-news-single__game-btn:focus-visible,
.ply-news-single__wishlist-option:hover,
.ply-news-single__wishlist-option:focus-visible {
  transform: translateY(-1px);
  text-decoration: none;
}

.ply-news-single__game-btn--primary {
  width: 100%;
  border-color: rgba(56, 189, 248, 0.45);
  background: linear-gradient(135deg, #42bdf6 0%, #6d6cff 100%);
  box-shadow: 0 14px 28px rgba(59, 130, 246, 0.22);
}

.ply-news-single__wishlist-toggle.is-active {
  border-color: rgba(34, 211, 238, 0.38);
  background: rgba(34, 211, 238, 0.18);
  color: #cffafe;
  box-shadow: none;
}

.ply-news-single__game-btn--secondary {
  border-color: transparent;
  background: transparent;
  color: #67e8f9;
  justify-content: flex-start;
  align-self: flex-start;
  padding: 0;
  min-height: 24px;
}

.ply-news-single__game-btn--secondary::after {
  content: '→';
  margin-left: 8px;
}

.ply-news-single__wishlist-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 20;
  display: grid;
  gap: 10px;
  width: 100%;
  min-width: 224px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: #0c1727;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.24);
}

.ply-news-single__wishlist-platform-select {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: #0f1a2d;
  color: #fff;
  color-scheme: dark;
  outline: none;
}

.ply-news-single__wishlist-platform-select:focus,
.ply-news-single__wishlist-platform-select:active {
  border-color: rgba(103, 232, 249, 0.34);
  background: #0f1a2d;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(103, 232, 249, 0.12);
}

.ply-news-single__wishlist-platform-select option {
  background: #0c1727;
  color: #fff;
}

.ply-news-single__wishlist-type-select {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.ply-news-single__wishlist-option {
  border-color: rgba(56, 189, 248, 0.22);
  background: rgba(255, 255, 255, 0.06);
  justify-content: center;
}

.ply-news-single__wishlist-menu[hidden] {
  display: none !important;
}

.ply-news-single__video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  overflow: hidden;
  background: #081426;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18);
}

.ply-news-single__video-embed > iframe,
.ply-news-single__video-embed > video,
.ply-news-single__video-embed > figure,
.ply-news-single__video-embed > div,
.ply-news-single__video-embed .wp-block-embed,
.ply-news-single__video-embed .wp-video,
.ply-news-single__video-embed .wp-video-shortcode,
.ply-news-single__video-embed .wp-block-embed__wrapper {
  width: 100%;
  height: 100%;
  margin: 0;
}

.ply-news-single__video-embed iframe,
.ply-news-single__video-embed video,
.ply-news-single__video-embed .wp-video video,
.ply-news-single__video-embed .wp-video-shortcode video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.ply-news-single__video-embed figure {
  height: 100%;
}

.ply-news-single__video-embed .wp-block-embed__wrapper,
.ply-news-single__video-embed .wp-video,
.ply-news-single__video-embed .wp-video-shortcode {
  position: static;
}

.ply-news-single__video-embed .wp-block-embed__wrapper iframe,
.ply-news-single__video-embed .wp-block-embed__wrapper video,
.ply-news-single__video-embed .wp-video iframe,
.ply-news-single__video-embed .wp-video video,
.ply-news-single__video-embed .wp-video-shortcode video {
  width: 100%;
  height: 100%;
}

.ply-news-single__video-embed .wp-block-embed__wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #67e8f9;
}

.ply-news-single__gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 4px 0 0;
}

.ply-news-single__gallery-item {
  margin: 0;
  min-width: 0;
}

.ply-news-single__gallery-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.ply-news-single__gallery-trigger img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.ply-news-single__gallery-trigger:hover img,
.ply-news-single__gallery-trigger:focus-visible img {
  transform: translateY(-2px);
  border-color: rgba(103, 232, 249, 0.26);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.ply-news-single__lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
}

.ply-news-single__lightbox[hidden] {
  display: none !important;
}

.ply-news-single__lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.84);
  backdrop-filter: blur(8px);
}

.ply-news-single__lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 1220px);
  max-height: calc(100vh - 56px);
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(7, 17, 31, 0.96);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

.ply-news-single__lightbox-image {
  display: block;
  width: 100%;
  max-height: calc(100vh - 112px);
  object-fit: contain;
  border-radius: 18px;
}

.ply-news-single__lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.88);
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
}

body.ply-news-single--lightbox-open {
  overflow: hidden;
}

.ply-news-single__related {
  margin-top: 56px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ply-news-single__related-eyebrow {
  margin-bottom: 10px;
  color: #67e8f9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.ply-news-single__related-title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1;
}

.ply-news-single__related-grid {
  display: grid;
  gap: 18px;
  margin-top: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ply-news-single__related-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(15, 23, 42, 0.82);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18);
}

.ply-news-single__related-card-media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.ply-news-single__related-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.24s ease;
}

.ply-news-single__related-card:hover .ply-news-single__related-card-media img,
.ply-news-single__related-card:focus-within .ply-news-single__related-card-media img {
  transform: scale(1.03);
}

.ply-news-single__related-card-content {
  padding: 18px 20px 20px;
}

.ply-news-single__related-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: rgba(203, 213, 225, 0.88);
  font-size: 0.84rem;
  margin-bottom: 12px;
}

.ply-news-single__related-card-title {
  margin: 0 0 14px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.1;
}

.ply-news-single__related-card-title a,
.ply-news-single__related-link {
  color: #fff;
  text-decoration: none;
}

.ply-news-single__related-link {
  color: #67e8f9;
  font-weight: 700;
}

.ply-news-single__related-link::after {
  content: '›';
  margin-left: 8px;
}

@media (min-width: 1025px) {
  .ply-news-single__content {
    font-size: 1rem;
    line-height: 1.85;
  }

  .ply-news-single__content > p:first-child {
    font-size: 1.08rem;
  }
}

@media (max-width: 980px) {
  .ply-news-single__game-card {
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .ply-news-single__game-card-actions {
    grid-column: 1 / -1;
    align-items: flex-start;
    max-width: 320px;
  }
}

@media (max-width: 1024px) {
  #primary.ply-news-single {
    margin-bottom: 40px;
  }

  .ply-news-single__shell {
    padding: 0 24px 34px;
  }

  .ply-news-single__body {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ply-news-single__share {
    position: static;
    order: 2;
  }

  .ply-news-single__share-list {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .ply-news-single__content-wrap {
    order: 1;
  }

  .ply-news-single__related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  #primary.ply-news-single {
    margin-bottom: 28px;
  }

  .ply-news-single {
    padding-top: 12px;
  }

  .ply-news-single__shell {
    padding: 0 14px 26px;
  }

  .ply-news-single__meta-row {
    gap: 10px;
    font-size: 0.84rem;
    margin-bottom: 14px;
  }

  .ply-news-single__title {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .ply-news-single__hero-submeta {
    gap: 8px;
    font-size: 0.9rem;
  }

  .ply-news-single__hero-media {
    margin-top: 22px;
    border-radius: 22px;
    aspect-ratio: 2.05 / 1;
  }

  .ply-news-single__content {
    font-size: 1rem;
    line-height: 1.76;
  }

  .ply-news-single__game-card {
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 12px 14px;
    align-items: start;
    padding: 14px;
  }

  .ply-news-single__game-card-cover img {
    aspect-ratio: 16 / 10;
  }

  .ply-news-single__game-card-title {
    font-size: 1.22rem;
  }

  .ply-news-single__game-card-release {
    margin-top: 4px;
    font-size: 0.9rem;
  }

  .ply-news-single__game-card-platforms {
    margin-top: 10px;
  }

  .ply-news-single__game-card-actions {
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .ply-news-single__wishlist-menu {
    position: static;
    min-width: 0;
    margin-top: 10px;
  }

  .ply-news-single__game-btn--secondary {
    justify-content: flex-start;
  }

  .ply-news-single__gallery-grid {
    grid-template-columns: 1fr;
  }

  .ply-news-single__gallery-trigger img {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .ply-news-single__lightbox {
    padding: 14px;
  }

  .ply-news-single__lightbox-dialog {
    width: 100%;
    padding: 10px;
    border-radius: 18px;
  }

  .ply-news-single__lightbox-image {
    max-height: calc(100vh - 92px);
    border-radius: 14px;
  }

  .ply-news-single__lightbox-close {
    top: 14px;
    right: 14px;
  }

  .ply-news-single__share-label {
    margin-bottom: 10px;
  }
}
