.page_detail {
  width: 100%;
  margin: 0px auto 0px auto;
  padding-bottom: 50px;
}
.ws_menu {
  display: flex;
}
.mobile_ws_menu {
  display: none;
  width: 100%;
  border: 1px solid var(--blue);
  background: #fff;
  font-family: 'Poppins_Bold', Arial, sans-serif;
  font-size: 15px;
  line-height: 42px;
  height: 42px;
  padding: 0 12px;
}
.ws_menu a {
  color: var(--gray);
  font-family: 'Poppins_Bold', Arial, sans-serif;
  display: block;
  margin-right: 20px;
  font-weight: normal;
}
.ws_menu a.act {
  font-weight: bold;
  color: var(--blue);
}

.showcase_list {
  display: flex;
  flex-direction: column;

  margin-top: 24px;
}
.winners_font02 {
  font-family: 'Poppins_Bold', Arial, sans-serif;
  color: #939597;
}
.showcase_item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.showcase_item_award {
  flex: 0 0 180px;
}

.showcase_item_award img {
  display: block;
  width: 100%;
}

.showcase_item_thumb {
  flex: 0 0 240px;
  cursor: pointer;
}
.showcase_item_thumb a {
  display: block;
  width: 100%;
}
.showcase_item_thumb img {
  display: block;
  width: 100%;
}

.showcase_item_content {
  flex: 1;
  min-width: 0;
}
.view_div {
  font-family: 'Poppins_Bold', Arial, sans-serif;
  cursor: pointer;
  font-size: 16px;
  color: var(--gray);
}
.view_div:hover {
  color: var(--blue);
}
.showcase_item_action {
  flex: 0 0 90px;

  align-self: flex-end;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 100%;
}

.showcase_pagination_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.showcase_pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.showcase_pagination a {
  color: var(--gray);
  font-family: Poppins_Regular, Arial, sans-serif;
}

.showcase_page_number,
.showcase_page_arrow,
.showcase_page_ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
}

.showcase_page_number {
  text-decoration: none;
}

@media screen and (max-width: 850px) {
  .ws_menu {
    display: none;
  }

  .mobile_ws_menu {
    display: block;
  }

  .showcase_item {
    flex-wrap: wrap;
    gap: 14px;
  }

  .showcase_item_award {
    flex-basis: 68px;
  }

  .showcase_item_thumb {
    flex-basis: 220px;
  }

  .showcase_item_content {
    flex-basis: calc(100% - 182px);
  }

  .showcase_item_action {
    flex-basis: 100%;
    justify-content: flex-start;
  }

  .showcase_pagination_wrap {
    justify-content: flex-start;
  }
}

/* ===== Detail Modal ===== */
.showcase_modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.showcase_modal_overlay.active {
  display: flex;
}
.showcase_modal {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 1280px;
  max-height: 85vh;
  overflow: hidden;
  border-radius: 4px;
  padding: 40px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}
.showcase_modal_body {
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow-y: scroll;
  flex: 1;
}
.showcase_modal_close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1;
}
.showcase_modal_close img {
  display: block;

  cursor: pointer;
}
.showcase_modal_media {
  text-align: center;
  margin-bottom: 16px;
}
.showcase_modal_media img {
  max-width: 1200px;
  max-height: 60vh;
  width: auto;
  object-fit: contain;
  margin: 0 auto;
}
.showcase_modal_media video {
  max-width: 100%;
}
.showcase_modal_nav {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.modal_nav_link {
  display: inline-block;
  width: 14px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin: 0 4px;
  cursor: pointer;
  /* border: 1px solid #000; */
  border-radius: 50%;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}
.modal_nav_link.act {
  color: var(--blue);
  font-family: 'Poppins_Bold', Arial, sans-serif;
  font-size: 16px;
}
.showcase_modal_detail {
  flex: 1;
  font-size: 14px;
  /* min-height: 0; */
}
.showcase_modal_detail ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.showcase_modal_detail li {
  overflow: hidden;
  padding: 4px 0;
  /* border-bottom: 1px solid #eee; */
}

@media screen and (max-width: 850px) {
  .showcase_modal {
    width: 95%;
    padding: 30px 20px;
    max-height: 90vh;
  }
  .showcase_modal_detail li div {
    float: none !important;
    width: 100% !important;
  }
}
.winners_font03 {
  width: 30%;
  float: left;
  line-height: 22px;

}
.winners_font00 {
  width: 65%;
  float: left;
  line-height: 22px;

}
.showcase_pagination .winners_font02 {
  font-family: Poppins_Bold, Arial, sans-serif;
  color: var(--blue);
  font-size: 18px;
}
