/* Entertainment category page — full-width hero + centered content */
body.hg-entertainment-page {
  background: #ffffff !important;
}

body.hg-entertainment-page .site.grid-container,
body.hg-entertainment-page #page {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.hg-entertainment-page .site-content {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.hg-entertainment-page #primary,
body.hg-entertainment-page .content-area,
body.hg-entertainment-page .site-main,
body.hg-entertainment-page .inside-article {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  float: none !important;
}

body.hg-entertainment-page .site-main {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.hg-entertainment-page .site-content,
body.hg-entertainment-page #content {
  background: #ffffff !important;
}

body.hg-entertainment-page #secondary,
body.hg-entertainment-page .widget-area {
  display: none !important;
}

.hg-entertainment-page-wrap {
  width: 100%;
  max-width: none;
  background: linear-gradient(
    to top,
    #ffffff 0%,
    #ffffff 62%,
    #f8fcff 82%,
    rgba(0, 173, 238, 0.1) 100%
  );
}

.hg-entertainment__hero {
  width: 100%;
  max-width: none;
  min-height: clamp(168px, 26vw, 240px);
  background-color: #00adee;
  background-image: linear-gradient(to top, #ffffff 0%, #ffffff 42%, #e8f7fd 70%, #00adee 100%);
  background-repeat: no-repeat;
  background-size: cover;
}

.hg-entertainment__hero-inner {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  padding: clamp(36px, 6vw, 56px) 24px clamp(28px, 4vw, 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.hg-entertainment__hero-inner h1 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 10px;
  color: #ffffff !important;
  text-align: center !important;
  font-size: clamp(28px, 4.5vw, 42px);
  font-weight: 800;
  line-height: 1.15;
  text-shadow: 0 1px 2px rgba(0, 45, 90, 0.18);
}

.hg-entertainment__hero-inner p {
  margin: 0 auto;
  max-width: 720px;
  font-size: 15px;
  line-height: 1.55;
  color: #002d5a;
  text-align: center;
}

.hg-entertainment-page-wrap .hg-entertainment {
  border-top: none;
}

.hg-entertainment__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: clamp(24px, 3vw, 32px);
}

.hg-entertainment__chip {
  border: 1px solid #d1d5db;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #00213d;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.hg-entertainment__chip:hover,
.hg-entertainment__chip.is-active {
  background: #00adee;
  border-color: #00adee;
  color: #fff;
}

.hg-entertainment__empty {
  margin: 0;
  padding: 40px 0;
  text-align: center;
  color: #475569;
  font-size: 15px;
}

.hg-entertainment {
  background: transparent;
  padding: clamp(28px, 4vw, 40px) 0 clamp(48px, 6vw, 64px);
}

.hg-entertainment__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.hg-entertainment__featured {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2.5vw, 28px);
  margin-bottom: clamp(28px, 3.5vw, 36px);
}

.hg-entertainment__featured-link {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  min-height: 200px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #e8edf2;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

.hg-entertainment__featured-link:hover {
  box-shadow: 0 10px 28px rgba(0, 33, 61, 0.1);
}

.hg-entertainment__featured-media {
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: #1a2530;
  min-height: 200px;
}

.hg-entertainment__featured-body {
  padding: clamp(18px, 2vw, 24px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hg-entertainment__featured-body h3 {
  margin: 0;
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 800;
  line-height: 1.3;
  color: #00213d;
}

.hg-entertainment__featured-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #475569;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hg-entertainment__featured-body footer {
  margin-top: auto;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a97a5;
}

.hg-entertainment__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3vw, 32px);
}

.hg-entertainment__card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.hg-entertainment__card-img {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  background-color: #dce4ec;
  margin-bottom: 14px;
}

.hg-entertainment__card h3 {
  margin: 0 0 8px;
  font-size: clamp(16px, 1.45vw, 18px);
  font-weight: 800;
  line-height: 1.35;
  color: #00213d;
}

.hg-entertainment__card-link:hover h3 {
  color: #00adee;
}

.hg-entertainment__card p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.55;
  color: #475569;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hg-entertainment__card footer {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a97a5;
}

.hg-entertainment__pager {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.hg-entertainment__pager a,
.hg-entertainment__pager span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #00213d;
  text-decoration: none;
}

.hg-entertainment__pager a:hover,
.hg-entertainment__pager .current {
  background: #00adee;
  border-color: #00adee;
  color: #fff;
}

@media (max-width: 900px) {
  .hg-entertainment__featured,
  .hg-entertainment__grid {
    grid-template-columns: 1fr;
  }

  .hg-entertainment__featured-link {
    grid-template-columns: 1fr;
  }
}
