/* Bokai Index News Section */
.bokai_index_news_main {
  position: relative;
  padding: var(--section-padding) 0;
  background-image: url('https://okki-shop.oss-cn-hangzhou.aliyuncs.com/templates/shop-default/14257171-3e4c-4fa7-973d-56001298f80e-45%201.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30%;
  background-blend-mode: multiply;
}

.bokai_index_news_main .bokai_index_news_container {
  position: relative;
  z-index: 1;
}

/* Header Section */
.bokai_index_news_main .bokai_index_news_header {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 3.75rem;
}

/* Label */
.bokai_index_news_main .bokai_index_news_label {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.bokai_index_news_main .bokai_index_news_label_line {
  width: 4.25rem;
  height: 4px;
  background-color: var(--color-primary);
  border-radius: 2px;
}

.bokai_index_news_main .bokai_index_news_label_text {
  font-family: var(--title-font-family);
  font-weight: 700;
  font-size: var(--font-size-md);
  line-height: 1.5;
  color: var(--text-color-second);
}

/* Main Title */
.bokai_index_news_main .bokai_index_news_title {
  font-family: var(--title-font-family);
  font-weight: 700;
  font-size: var(--font-size-h1);
  line-height: 1.125;
  color: var(--title-text-color);
  margin: 0;
}

/* Description */
.bokai_index_news_main .bokai_index_news_description {
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: var(--font-size-h4);
  line-height: 1.25;
  color: var(--text-color-second);
  margin: 0;
}

/* News List */
.bokai_index_news_main .bokai_index_news_list {
  display: flex;
  flex-direction: column;
}

/* Featured News (Large Card) */
.bokai_index_news_main .bokai_index_news_featured {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
  border-bottom: 1px solid rgba(155, 155, 155, 0.2);
  padding: 2.5rem 0;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.bokai_index_news_main .bokai_index_news_featured_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  justify-content: center;
}

.bokai_index_news_main .bokai_index_news_featured_meta {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.bokai_index_news_main .bokai_index_news_featured_date {
  display: inline-block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--font-size-h4);
  color: var(--color-primary);
}

.bokai_index_news_featured_dot {
  content: '';
  display: inline-block;
  position: relative;
  width: 8px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}

.bokai_index_news_featured_new-update {
  display: inline-block;
  color: var(--color-primary);
  font-family: var(--font-family);
  font-size: var(--font-size-h4);
  text-transform: capitalize;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
}

.bokai_index_news_main .bokai_index_news_featured_dot {
  width: 6px;
  height: 6px;
  background-color: var(--color-primary);
  border-radius: 50%;
}

.bokai_index_news_main .bokai_index_news_featured_category {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--font-size-md);
  color: var(--color-primary);
}

.bokai_index_news_main .bokai_index_news_featured_text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.bokai_index_news_main .bokai_index_news_featured_title {
  font-family: var(--title-font-family);
  font-weight: 700;
  font-size: var(--font-size-h2);
  line-height: 1.222;
  color: var(--title-text-color);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bokai_index_news_main .bokai_index_news_featured_desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--font-size-md);
  line-height: 1.5;
  color: var(--text-color-second);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bokai_index_news_main .bokai_index_news_featured_excerpt {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--font-size-md);
  line-height: 1.5;
  color: var(--text-color-second);
  margin: 0;
}

.bokai_index_news_main .bokai_index_news_featured_btn {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--font-size-md);
  color: var(--color-primary);
  cursor: pointer;
}

.bokai_index_news_main .bokai_index_news_arrow {
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 0.3s ease;
}

.bokai_index_news_main .bokai_index_news_featured_image {
  max-width: 30rem;
  max-height: 17.5rem;
  width: 100%;
  aspect-ratio: 48 / 28;
  border-radius: 12px;
  overflow: hidden;
}

.bokai_index_news_main .bokai_index_news_featured_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* News Items */
.bokai_index_news_main .bokai_index_news_items {
  display: flex;
  flex-direction: column;
}

.bokai_index_news_main .bokai_index_news_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  padding: 2rem 0;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.bokai_index_news_main .bokai_index_news_item {
  border-bottom: 1px solid rgba(155, 155, 155, 0.2);
}

.bokai_index_news_main .bokai_index_news_item_text {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.bokai_index_news_main .bokai_index_news_item_title {
  font-family: var(--title-font-family);
  font-weight: 700;
  font-size: var(--font-size-h3);
  line-height: 1.222;
  color: var(--title-text-color) !important;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bokai_index_news_main .bokai_index_news_item_date {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--font-size-md);
  color: var(--text-color-second);
  flex-shrink: 0;
}

/* Divider */
.bokai_index_news_main .bokai_index_news_divider {
  height: 1px;
  background-color: var(--text-color-second);
  opacity: 0.2;
}

/* View All Button */
.bokai_index_news_main .bokai_index_news_view_all {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

.bokai_index_news_main .bokai_index_news_view_all_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 4rem;
  background-color: var(--color-primary);
  color: #fff;
  text-decoration: none;
  border-radius: 3rem;
  font-family: var(--title-font-family);
  font-weight: 700;
  font-size: var(--font-size-md);
  line-height: 1.17;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

/* Responsive */
@media screen and (max-width: 1024px) {
  .bokai_index_news_featured {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 576px) {
}
