/* Chinese videos page /zh/shi-pin/ — League Estates branding */
.le-zh-videos {
  --navy: #0a2744;
  --gold: #c9a227;
  --paper: #f7f4ef;
  --ink: #1a1f26;
  --muted: #5c6b7a;
  max-width: 1100px;
  margin: 0 auto 3rem;
  padding: 0 1.1rem 2rem;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.65;
}
.le-zh-videos *,
.le-zh-videos *::before,
.le-zh-videos *::after {
  box-sizing: border-box;
}

.le-zh-videos .le-zh-hero-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  margin: 0 0 1.75rem;
  padding: 1.75rem 1.5rem 1.5rem;
  color: #fff;
  background: linear-gradient(135deg, #0a2744 0%, #123a5c 55%, #0a2744 100%);
  border: 1px solid rgba(201, 162, 39, 0.45);
  box-shadow: inset 0 4px 0 0 #c9a227, 0 18px 40px rgba(10, 39, 68, 0.2);
}
.le-zh-videos .le-zh-kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e8d48b;
  margin-bottom: 0.5rem;
}
.le-zh-videos .le-zh-hero-card h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  line-height: 1.25;
  color: #fff;
  font-weight: 800;
}
.le-zh-videos .le-zh-hero-card p {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 42rem;
}
.le-zh-videos .le-zh-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
}
.le-zh-videos .le-zh-pills a {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 0.88rem;
  font-weight: 700;
}
.le-zh-videos .le-zh-pills a:hover {
  background: rgba(201, 162, 39, 0.28);
  border-color: var(--gold);
}

.le-zh-videos .le-zh-section {
  margin: 0 0 2rem;
}
.le-zh-videos .le-zh-section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding-bottom: 0.65rem;
  border-bottom: 2px solid rgba(10, 39, 68, 0.08);
}
.le-zh-videos .le-zh-section-head h3 {
  margin: 0;
  font-size: 1.35rem;
  color: var(--navy);
  font-weight: 800;
}
.le-zh-videos .le-zh-section-head span {
  font-size: 0.88rem;
  color: var(--muted);
  font-weight: 600;
}

.le-zh-videos .le-zh-feature {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0;
  align-items: stretch;
  background: #fff;
  border: 1px solid rgba(10, 39, 68, 0.1);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(10, 39, 68, 0.07);
}
@media (max-width: 820px) {
  .le-zh-videos .le-zh-feature {
    grid-template-columns: 1fr;
  }
}
.le-zh-videos .le-zh-feature-media {
  background: #0a0a0a;
  min-height: 240px;
}
.le-zh-videos .le-zh-feature-media .wp-block-embed,
.le-zh-videos .le-zh-feature-media figure {
  margin: 0 !important;
}
.le-zh-videos .le-zh-feature-media .wp-block-embed__wrapper {
  margin: 0;
}
.le-zh-videos .le-zh-feature-media .le-yt-facade {
  border-radius: 0 !important;
  min-height: 280px;
}
.le-zh-videos .le-zh-feature-body {
  padding: 1.35rem 1.4rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.le-zh-videos .le-zh-badge {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a6a12;
  background: rgba(201, 162, 39, 0.16);
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  margin-bottom: 0.55rem;
}
.le-zh-videos .le-zh-feature-body h3 {
  margin: 0 0 0.5rem;
  font-size: 1.4rem;
  color: var(--navy);
  font-weight: 800;
}
.le-zh-videos .le-zh-feature-body p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.98rem;
}
.le-zh-videos .le-zh-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #1a3d5c, #0a2744);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 800;
  font-size: 0.92rem;
  width: fit-content;
}
.le-zh-videos .le-zh-cta:hover {
  background: linear-gradient(180deg, #c9a227, #b8911c);
  color: #1a1404 !important;
}

.le-zh-videos .le-zh-playlist-wrap {
  background: var(--paper);
  border: 1px solid rgba(10, 39, 68, 0.08);
  border-radius: 18px;
  padding: 1.1rem 1rem 1.25rem;
  box-shadow: 0 8px 24px rgba(10, 39, 68, 0.05);
}
.le-zh-videos .le-zh-playlist-wrap .yotu-wrapper-player {
  width: 100% !important;
  max-width: 100% !important;
}
.le-zh-videos .le-zh-note {
  margin: 1rem 0 0;
  font-size: 0.9rem;
  color: var(--muted);
  text-align: center;
}
.le-zh-videos .le-zh-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
  margin-top: 1.75rem;
}
.le-zh-videos .le-zh-footer-links a {
  color: var(--navy) !important;
  font-weight: 700;
  text-decoration: none !important;
  padding: 0.45rem 0.85rem;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(10, 39, 68, 0.12);
}
.le-zh-videos .le-zh-footer-links a:hover {
  border-color: var(--gold);
  background: #fffdf6;
}

/* Page chrome */
body.page-id-3111 .entry-header .entry-title {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}
body.page-id-3111 .entry-content {
  padding-top: 0.35rem;
}
body.page-id-3111 .entry-cover {
  min-height: 42vh !important;
  max-height: 520px;
}
body.page-id-3111 .entry-cover-image {
  min-height: 42vh !important;
  background-size: cover !important;
  background-position: center 22% !important;
}
body.page-id-3111 .background-video-buttons-wrapper {
  display: none !important;
}
