.hilight-layout {
  padding: 18px 0 28px;
}

.hilight-layout .hilight-page {
  width: min(1120px, calc(100% - 20px));
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 226, 122, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(37, 78, 52, 0.96), rgba(12, 38, 27, 0.98)) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.26);
}

.hilight-page__head {
  padding: 20px 18px 18px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 226, 122, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 226, 122, 0.12), rgba(255, 255, 255, 0) 48%),
    rgba(8, 31, 21, 0.38);
}

.hilight-page__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  padding: 4px 10px;
  border: 1px solid rgba(255, 226, 122, 0.26);
  border-radius: 8px;
  background: rgba(255, 226, 122, 0.10);
  color: #ffe27a;
  font-size: 0.86rem;
  font-weight: 800;
}

.hilight-page__head h1 {
  margin: 0 0 8px;
  color: #ffe27a;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.35;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.38);
}

.hilight-page__head p {
  max-width: 760px;
  margin: 0 auto;
  color: #e8f1e4;
  line-height: 1.7;
}

.hilight-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255, 226, 122, 0.12);
}

.hilight-filter label {
  margin: 0;
  color: #f5f7ef;
  font-weight: 800;
}

.hilight-filter .form-control {
  width: min(260px, 100%);
  border: 1px solid rgba(255, 226, 122, 0.28);
  border-radius: 8px;
  background: #f7f7f3;
  color: #17251d;
  font-weight: 700;
}

.hilight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
}

.hilight-grid--related {
  padding: 0;
}

.hilight-card {
  display: block;
  overflow: hidden;
  color: #f5f7ef !important;
  text-decoration: none !important;
  border: 1px solid rgba(255, 226, 122, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 226, 122, 0.10), rgba(8, 31, 21, 0.66));
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.hilight-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 226, 122, 0.46);
  color: #ffffff !important;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.30);
}

.hilight-card__image {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.22);
}

.hilight-card__image::after {
  content: "\f04b";
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 226, 122, 0.46);
  border-radius: 50%;
  background: rgba(11, 42, 29, 0.88);
  color: #ffe27a;
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  font-weight: 900;
}

.hilight-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hilight-card__body {
  display: block;
  padding: 12px;
}

.hilight-card__body strong {
  display: block;
  margin-bottom: 6px;
  color: #ffe27a;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.45;
}

.hilight-card__body em {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #d9e5d5;
  font-size: 0.88rem;
  font-style: normal;
}

.hilight-watch {
  padding: 18px;
}

.hilight-watch__video {
  overflow: hidden;
  padding: 8px;
  border: 1px solid rgba(255, 226, 122, 0.18);
  border-radius: 8px;
  background: rgba(8, 31, 21, 0.68);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
}

.hilight-watch__video video {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.hilight-watch__detail {
  margin-top: 14px;
  padding: 16px;
  border: 1px solid rgba(255, 226, 122, 0.14);
  border-radius: 8px;
  background: rgba(8, 31, 21, 0.48);
  color: #eef5ea;
  line-height: 1.75;
}

.hilight-watch__detail p,
.hilight-watch__detail span,
.hilight-watch__detail li {
  color: #eef5ea;
}

.hilight-related {
  padding: 0 18px 18px;
}

.hilight-related__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 226, 122, 0.16);
}

.hilight-related__title h2 {
  margin: 0;
  color: #ffe27a;
  font-size: 1.35rem;
  font-weight: 800;
}

.hilight-related__title a {
  color: #ffffff;
  font-weight: 800;
}

.hilight-empty {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 150px;
  padding: 18px;
  color: #e8f1e4;
  text-align: center;
  border: 1px solid rgba(255, 226, 122, 0.14);
  border-radius: 8px;
  background: rgba(8, 31, 21, 0.52);
}

.hilight-empty--page {
  margin: 18px;
}

.hilight-empty i {
  color: #ffe27a;
  font-size: 30px;
}

.hilight-empty a {
  color: #ffe27a;
  font-weight: 800;
}

@media (min-width: 768px) {
  .hilight-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .hilight-layout .hilight-page {
    width: min(1120px, calc(100% - 32px));
  }

  .hilight-page__head {
    padding: 24px 24px 20px;
  }

  .hilight-page__head h1 {
    font-size: 2.1rem;
  }

  .hilight-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    padding: 22px;
  }

  .hilight-grid--related {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 0;
  }

  .hilight-watch {
    padding: 22px;
  }

  .hilight-related {
    padding: 0 22px 22px;
  }
}
