/* Exact DESIGN/blog fonts + spacing, scoped under .playnet-blog-wrap */

.playnet-blog-wrap {
  background: #fff;
  color: #1e1e1e;
  font-family: 'Poppins', sans-serif !important;
  padding-bottom: 0;
}

.playnet-blog-wrap,
.playnet-blog-wrap h1,
.playnet-blog-wrap h2,
.playnet-blog-wrap h3,
.playnet-blog-wrap h4,
.playnet-blog-wrap h5,
.playnet-blog-wrap h6,
.playnet-blog-wrap p,
.playnet-blog-wrap a,
.playnet-blog-wrap li,
.playnet-blog-wrap span,
.playnet-blog-wrap input,
.playnet-blog-wrap button {
  font-family: 'Poppins', sans-serif !important;
}

/* Keep FA glyphs from being forced to Poppins (same bug Material Icons hit under AMP) */
.playnet-blog-wrap .fa,
.playnet-blog-wrap .fas,
.playnet-blog-wrap .far,
.playnet-blog-wrap .fab {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
}
.playnet-blog-wrap .far {
  font-weight: 400;
}
.playnet-blog-wrap .fab {
  font-family: 'Font Awesome 5 Brands' !important;
  font-weight: 400;
}

.playnet-blog-wrap a {
  text-decoration: none;
}

.playnet-blog-wrap .container {
  max-width: 1140px;
}

/* ===== Banner (Figma iMac-13 + DESIGN/blog) ===== */
.playnet-blog-wrap .blog-banner {
  margin-bottom: 60px;
}

.playnet-blog-wrap .blog-banner .carousel-inner {
  height: 460px;
}

/* Match DESIGN/blog — fixed banner height, not viewport */
.playnet-blog-wrap .blog-banner #carouselPlaynetBlog {
  touch-action: pan-y;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
  height: 460px;
  min-height: 0;
}

.playnet-blog-wrap .blog-banner #carouselPlaynetBlog .carousel-inner {
  height: 100%;
  background: #1e1e1e;
}

.playnet-blog-wrap .blog-banner .carousel-item {
  height: 100%;
  min-height: 100%;
  background: #1e1e1e;
  position: relative;
  overflow: hidden;
}

.playnet-blog-wrap .blog-banner #carouselPlaynetBlog .carousel-item-next,
.playnet-blog-wrap .blog-banner #carouselPlaynetBlog .carousel-item-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.playnet-blog-wrap .blog-banner .carousel-item::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.82) 100%);
  z-index: 1;
  pointer-events: none;
}

.playnet-blog-wrap .blog-banner .carousel-item > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Keep heads / top of the photo visible (default center crops the top) */
  object-position: top center;
  display: block;
  pointer-events: none;
}

.playnet-blog-wrap .blog-banner-content {
  position: absolute;
  bottom: 15px;
  left: 30px;
  right: 80px;
  z-index: 2;
  overflow: visible;
}

.playnet-blog-wrap .blog-banner-content h1,
.playnet-blog-wrap .blog-banner-content h1 a,
.playnet-blog-wrap .blog-banner-content p {
  color: #ffffff !important;
}

.playnet-blog-wrap .blog-banner-content h1 {
  font-size: 56px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  overflow: visible;
  padding-bottom: 0.08em;
}

.playnet-blog-wrap .blog-banner-content p {
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  margin: 8px 0 0 !important;
  max-width: 992px;
}

.playnet-blog-wrap .update-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 30px;
  padding: 0 8px 0 13px;
  border-radius: 17px;
  background-color: #ffffff;
  color: #393939 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1;
  margin-bottom: 10px;
}

.playnet-blog-wrap .update-wrap .update-dot {
  width: 17px !important;
  height: 17px !important;
  flex: 0 0 17px;
  display: block;
  object-fit: contain !important;
  margin: 0;
}

.playnet-blog-wrap .blog-banner .carousel-indicators {
  display: none;
}

.playnet-blog-wrap .blog-banner .carousel-control-prev,
.playnet-blog-wrap .blog-banner .carousel-control-next {
  position: absolute !important;
  width: 48px;
  height: 48px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  opacity: 1 !important;
  visibility: visible !important;
  background: none !important;
  background-image: none !important;
  text-shadow: none;
  z-index: 10;
  display: flex !important;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

.playnet-blog-wrap .blog-banner .carousel-control-prev {
  left: 16px;
  right: auto;
}

.playnet-blog-wrap .blog-banner .carousel-control-next {
  right: 16px;
  left: auto;
}

.playnet-blog-wrap .blog-banner .carousel-control-prev-icon,
.playnet-blog-wrap .blog-banner .carousel-control-next-icon {
  display: none;
}

.playnet-blog-wrap .playnet-carousel-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
}

.playnet-blog-wrap .playnet-carousel-btn img {
  width: 28px;
  height: 28px;
  display: block;
  object-fit: contain;
}

.playnet-blog-wrap .blog-banner .carousel-control-prev .playnet-carousel-btn {
  transform: scaleX(-1);
}

/* Category page title band */
.playnet-blog-wrap .blog-category-head {
  padding: 36px 0 10px;
  margin-bottom: 20px;
}

.playnet-blog-wrap .blog-category-head h1 {
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #1e1e1e !important;
  margin: 0 0 8px !important;
  line-height: 1.2 !important;
}

.playnet-blog-wrap .blog-category-head p {
  font-size: 16px !important;
  color: #939393 !important;
  margin: 0 !important;
}

/* ===== Top Stories (DESIGN: 18% width, h6 18px) ===== */
.playnet-blog-wrap .top_stories h2,
.playnet-blog-wrap .more_stories h2 {
  font-size: 26px !important;
  font-weight: 700 !important;
  color: #1e1e1e !important;
  margin: 0 0 18px !important;
  line-height: 1.3 !important;
}

.playnet-blog-wrap .top_stories ul {
  list-style: none;
  margin: 0 0 30px !important;
  padding: 0 0 30px !important;
  border-bottom: 1px solid rgba(217, 217, 217, 0.8);
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.playnet-blog-wrap .top_stories li {
  width: calc((100% - 64px) / 5);
  min-width: 160px;
  flex: 0 0 auto;
  margin: 0;
  text-align: left;
}

.playnet-blog-wrap .top-story-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none !important;
}

.playnet-blog-wrap .top-story-card__media {
  display: block;
  width: 100%;
  height: 130px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
  background: #f2f2f2;
}

.playnet-blog-wrap .top-story-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
}

.playnet-blog-wrap .top-story-card__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 92px;
}

.playnet-blog-wrap .top_stories h6 {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1e1e1e !important;
  line-height: 23px !important;
  margin: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 46px;
}

.playnet-blog-wrap .top_stories li p,
.playnet-blog-wrap .top-story-card__cat,
.playnet-blog-wrap .top-story-card__meta {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: rgba(30, 30, 30, 0.7) !important;
  margin: 0 !important;
  line-height: 1.4 !important;
}

.playnet-blog-wrap .top_stories .fa-check-circle {
  font-size: 14px !important;
  vertical-align: middle;
  color: #1e1e1e !important;
  margin-left: 4px;
}

/* ===== More Stories list (aligned 200px thumbs) ===== */
.playnet-blog-wrap .more_stories .col-lg-9 > h2 {
  margin-bottom: 50px !important;
}

.playnet-blog-wrap .more_stories_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 200px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 30px;
}

.playnet-blog-wrap .more_text {
  width: auto;
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.playnet-blog-wrap .more_text h3 {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #1e1e1e !important;
  margin: 0 0 10px !important;
  display: flex;
  align-items: center;
}

.playnet-blog-wrap .more_text h3 img {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  margin-right: 10px;
  object-fit: cover;
  flex-shrink: 0;
}

.playnet-blog-wrap .more_text h2,
.playnet-blog-wrap .more_text h2 a,
.playnet-blog-wrap .story-title,
.playnet-blog-wrap .story-title a {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #1e1e1e !important;
  line-height: 1.3 !important;
  margin: 0 0 8px !important;
  text-decoration: none !important;
}

.playnet-blog-wrap .story-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.playnet-blog-wrap .more_text p,
.playnet-blog-wrap .story-excerpt__text,
.playnet-blog-wrap .story-meta {
  margin: 0 0 10px !important;
  color: #939393 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
}

.playnet-blog-wrap .story-meta {
  margin-bottom: 0 !important;
}

.playnet-blog-wrap .story-meta span:first-child {
  margin-right: 50px;
}

.playnet-blog-wrap .story-thumb {
  flex: 0 0 200px;
  width: 200px;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
  background: #f2f2f2;
}

.playnet-blog-wrap .story-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Collapsible excerpt / content */
.playnet-blog-wrap .story-excerpt,
.playnet-blog-wrap .entry-collapse {
  position: relative;
}

.playnet-blog-wrap .story-excerpt[data-collapsed="true"] .story-excerpt__text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.playnet-blog-wrap .entry-collapse[data-collapsed="true"] .entry-content-inner {
  max-height: calc(1.7em * 8);
  overflow: hidden;
  position: relative;
}

.playnet-blog-wrap .entry-collapse[data-collapsed="true"] .entry-content-inner::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  background: linear-gradient(180deg, rgba(255,255,255,0), #fff 90%);
  pointer-events: none;
}

.playnet-blog-wrap .story-more-btn {
  display: inline-block;
  margin-top: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #773da5 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  cursor: pointer;
  line-height: 1.2;
}

.playnet-blog-wrap .story-more-btn:hover {
  text-decoration: underline;
}

.playnet-blog-wrap .entry-more-btn {
  margin-top: 12px;
  font-size: 16px !important;
}

.playnet-blog-wrap .detail-meta {
  margin-bottom: 18px !important;
}

.playnet-blog-wrap .detail-meta span {
  margin-right: 18px;
}

/* ===== Sidebar cards ===== */
.playnet-blog-wrap .outer_hightlight > h2 {
  font-size: 26px !important;
  font-weight: 700 !important;
  color: #1e1e1e !important;
  margin: 0 0 15px !important;
}

.playnet-blog-wrap .highlight-wrap {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  margin-bottom: 40px;
  background: #fff;
  overflow: hidden;
}

.playnet-blog-wrap .highlight-wrap .more_stories_content {
  margin-bottom: 0;
  min-height: 0;
  padding: 12px;
  border-bottom: 1px solid #eee;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  text-decoration: none !important;
}

.playnet-blog-wrap .highlight-wrap .more_stories_content > img {
  width: 65px;
  height: 65px;
  border-radius: 3px;
  object-fit: cover;
  flex: 0 0 65px;
}

.playnet-blog-wrap .highlight-wrap .more_stories_content:last-child {
  border-bottom: 0;
}

.playnet-blog-wrap .highlight-wrap .more_text {
  width: 100%;
  min-width: 0;
  margin-left: 0;
}

.playnet-blog-wrap .highlight-wrap .more_text p {
  margin-bottom: 2px !important;
}

.playnet-blog-wrap .highlight-wrap .more_text p span {
  font-size: 12px !important;
}

.playnet-blog-wrap .highlight-wrap .more_text p span:first-child {
  margin-right: 10px;
}

.playnet-blog-wrap .highlight-wrap .more_text h2,
.playnet-blog-wrap .highlight-wrap .more_text h2 a {
  font-size: 15px !important;
  line-height: 1.35 !important;
  margin: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ===== Subscribe (DESIGN blog-footer) ===== */
.playnet-blog-wrap .blog-subscribe,
.playnet-blog-wrap .blog-footer {
  background-image: url(../images/blog-footer.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0 100px;
  overflow: visible;
  position: relative;
  z-index: 2;
}

.playnet-blog-wrap .blog-subscribe h2,
.playnet-blog-wrap .blog-footer h2 {
  text-align: center;
  color: #ffffff !important;
  margin: 0 0 15px !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  overflow: visible !important;
  white-space: normal !important;
  text-overflow: unset !important;
}

.playnet-blog-wrap .blog-subscribe .form-group,
.playnet-blog-wrap .blog-footer .form-group {
  height: 50px;
  width: 60%;
  margin: 35px auto 0;
  overflow: hidden;
  border-radius: 6px;
  display: flex;
  background: #fff;
}

.playnet-blog-wrap .blog-subscribe .form-group input,
.playnet-blog-wrap .blog-footer .form-group input {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0 20px;
  outline: 0;
  background: #fff;
  color: #1e1e1e;
  font-size: 15px !important;
}

.playnet-blog-wrap .blog-subscribe .form-group button,
.playnet-blog-wrap .blog-subscribe .form-group .btn,
.playnet-blog-wrap .blog-footer .form-group button,
.playnet-blog-wrap .blog-footer .form-group .btn {
  background: #773da5 !important;
  background-image: none !important;
  color: #fff !important;
  padding: 0 25px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  border: 0 !important;
  border-radius: 0 !important;
  height: 100%;
  box-shadow: none !important;
  text-transform: none !important;
}

/* ===== Detail (DESIGN: h2 42/54, p 20/#A1A1A1) ===== */
.playnet-blog-wrap .blog-detail {
  padding-bottom: 20px;
}

.playnet-blog-wrap .blog-text h2 {
  font-size: 42px !important;
  line-height: 54px !important;
  margin: 0 0 20px !important;
  color: #1e1e1e !important;
  font-weight: 700 !important;
}

.playnet-blog-wrap .blog-text p,
.playnet-blog-wrap .blog-text .entry-content,
.playnet-blog-wrap .blog-text .entry-content p {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #a1a1a1 !important;
  line-height: 1.7 !important;
  margin-bottom: 16px !important;
}

.playnet-blog-wrap .blog-text .entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 18px 0;
}

.playnet-blog-wrap .blog-detail + .top_stories {
  margin-top: 20px;
}

/* Pagination on category */
.playnet-blog-wrap .blog-pagination {
  margin: 10px 0 40px;
}

.playnet-blog-wrap .blog-pagination .nav-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.playnet-blog-wrap .blog-pagination a,
.playnet-blog-wrap .blog-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  color: #1e1e1e !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  background: #fff;
}

.playnet-blog-wrap .blog-pagination .current {
  background: #773da5;
  border-color: #773da5;
  color: #fff !important;
}

/* Top Stories: views · time */
.playnet-blog-wrap .top-story-card__dot {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 6px;
  border-radius: 50%;
  background: rgba(30, 30, 30, 0.7);
  vertical-align: middle;
}

.playnet-blog-wrap .top_stories li:nth-child(n+6) {
  display: none;
}

.playnet-blog-wrap .top-stories-more {
  display: none;
  margin: 0 auto 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #773da5 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer;
}

.playnet-blog-wrap .story-avatar,
.playnet-blog-wrap .more_text h3 img {
  width: 34px;
  height: 34px;
  border-radius: 100px;
  margin-right: 10px;
  object-fit: cover;
}

.playnet-blog-wrap .story-meta-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}

.playnet-blog-wrap .story-meta-row .story-meta {
  margin: 0 !important;
}

.playnet-blog-wrap .story-meta-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 5;
}

.playnet-blog-wrap .story-save,
.playnet-blog-wrap .story-menu {
  border: 0;
  background: transparent;
  padding: 6px;
  color: #1e1e1e;
  line-height: 1;
  cursor: pointer;
  position: relative;
  z-index: 6;
  pointer-events: auto;
}

.playnet-blog-wrap .story-save .fa-bookmark,
.playnet-blog-wrap .story-menu .fa-ellipsis-h {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important;
  font-size: 18px !important;
  line-height: 1;
  display: inline-block;
  color: inherit;
  -webkit-text-fill-color: currentColor;
  -webkit-text-stroke: 0;
  speak: none;
}

.playnet-blog-wrap .story-save .fa-bookmark:before {
  content: "\f02e";
}

.playnet-blog-wrap .story-menu .fa-ellipsis-h:before {
  content: "\f141";
}

.playnet-blog-wrap .story-save.is-saved {
  color: #773da5;
}

.playnet-blog-wrap .story-save:not(.is-saved) {
  color: #1e1e1e;
  opacity: 0.75;
}

.playnet-blog-wrap .story-menu-wrap {
  position: relative;
}

.playnet-blog-wrap .story-share {
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 12;
  min-width: 188px;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
}

.playnet-blog-wrap .story-share a,
.playnet-blog-wrap .story-share button {
  display: block;
  width: 100%;
  padding: 8px 14px;
  border: 0;
  background: transparent;
  text-align: left;
  color: #1e1e1e !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  cursor: pointer;
  text-decoration: none !important;
}

.playnet-blog-wrap .story-share a:hover,
.playnet-blog-wrap .story-share button:hover {
  background: #f6f1fb;
}

.playnet-blog-wrap .join-matches-wrap {
  margin-bottom: 40px;
}

.playnet-blog-wrap .join-match-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-bottom: 1px solid #eee;
  margin: 0;
}

.playnet-blog-wrap .join-match-item:last-child {
  border-bottom: 0;
}

.playnet-blog-wrap .join-match-item__media {
  flex: 0 0 65px;
  width: 65px;
  height: 65px;
  border-radius: 3px;
  overflow: hidden;
  background: #f2f2f2;
}

.playnet-blog-wrap .join-match-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.playnet-blog-wrap .join-match-item .more_text {
  flex: 1;
  min-width: 0;
  width: auto;
  margin-left: 0;
}

.playnet-blog-wrap .join-match-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px !important;
}

.playnet-blog-wrap .join-match-meta span {
  font-size: 12px !important;
  color: #757575 !important;
  font-weight: 400 !important;
}

.playnet-blog-wrap .join-match-meta .join-match-date {
  margin-right: 0;
  min-width: 0;
}

.playnet-blog-wrap .join-match-meta .join-match-slots {
  margin-left: auto;
  text-align: right;
  flex-shrink: 0;
  white-space: nowrap;
}

.playnet-blog-wrap .join-match-item .more_text h2,
.playnet-blog-wrap .join-match-item .more_text h2 a {
  font-size: 15px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  color: #1e1e1e !important;
  margin: 0 0 5px !important;
  -webkit-line-clamp: 2;
}

.playnet-blog-wrap .join-match-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 22px;
  padding: 0;
  background: #773da5;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1;
  border-radius: 999px;
  text-decoration: none !important;
  vertical-align: top;
  box-sizing: border-box;
  text-align: center;
}

.playnet-blog-wrap .join-match-btn:hover {
  background: #5e2d86;
  color: #fff !important;
}

.playnet-blog-wrap .join-match-btn.is-disabled {
  background: #939393;
  pointer-events: none;
}

.playnet-blog-wrap .subscribe-result {
  text-align: center;
  color: #ffffff;
  margin: 14px 0 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.playnet-blog-wrap .subscribe-result.is-error {
  color: #ffd6d6;
}
