/* =========================================================
   FONT FACE START
   Bengali font imports for the site
========================================================= */
@font-face {
  font-family: ShurjoWeb;
  src: url(../font/ShurjoWeb_400_v5_1.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: ShurjoWeb;
  src: url(../font/ShurjoWeb_700_v5_1.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* =========================================================
   FONT FACE END
========================================================= */

/* =========================================================
   BASE VARIABLES START
   Theme colors, spacing and shared settings
========================================================= */

:root {
  /* =========================
     Core Colors
     ========================= */
  --wn-white-color: #ffffff;
  --wn-body-bg-color: #ffffff;
  --wn-gray-color: #f8f9fa;

  /* Text - High contrast yet comfortable on eyes (চোখের আরাম) */
  --wn-text-color: #212529;
  --wn-stext-color: #55595e;
  --wn-subtitle-color: #D71920;

  /* Brand Colors */
  --wn-primary-color: #D71920;
  --wn-secondary-color: #c0c0c0;
  /* Background Colors */
  --wn-sectionbg-color: #ffd6d7;

  /* =========================
     Font Family Stack & Fluid Typography Scale
     ========================= */
  --wn-font-family: "ShurjoWeb", "SolaimanLipi", "Kalpurush", "Anek Bangla", "Hind Siliguri", "Noto Sans Bengali", system-ui, -apple-system, sans-serif;
  --wn-post-title-fs: clamp(24px, 3.5vw + 8px, 34px);
  --wn-post-content-fs: 18px;
  --wn-post-block-fs: 26px;
  --wn-line-height-body: 1.82;
  --wn-line-height-heading: 1.4;

  /* =========================
     Footer
     ========================= */
  --wn-footer-bg: #ffffff;

  --wn-footer-top-bg: #f5f5f5;
  --wn-footer-top-color: #212529;
  --wn-footer-top-fs: 15px;
  --wn-footer-top-padding: 20px 0;

  --wn-footer-middle-bg: #ffffff;
  --wn-footer-middle-color: #212529;
  --wn-footer-middle-fs: 16px;
  --wn-footer-middle-padding: 40px 0;

  --wn-footer-bottom-bg: #212529;
  --wn-footer-bottom-color: #ffffff;
  --wn-footer-bottom-fs: 14px;
  --wn-footer-bottom-padding: 15px 0;
}

/* Outline-dark buttons (footer store badges) tinted with the site's
   settings-driven primary color instead of Bootstrap's default black. */
.btn-outline-dark {
  --bs-btn-color: var(--wn-primary-color, #D71920);
  --bs-btn-border-color: var(--wn-primary-color, #D71920);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--wn-primary-color, #D71920);
  --bs-btn-hover-border-color: var(--wn-primary-color, #D71920);
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--wn-primary-color, #D71920);
  --bs-btn-active-border-color: var(--wn-primary-color, #D71920);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--wn-primary-color, #D71920);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--wn-primary-color, #D71920);
  --bs-gradient: none;
}

/* =========================================================
   BASE VARIABLES END
========================================================= */

/* =========================================================
   BASE STYLES START
   Body, links, typography and forms
========================================================= */
body {
  font-family: var(--wn-font-family);
  background-color: var(--wn-body-bg-color);
  color: var(--wn-text-color);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  transition:
    background-color 0.3s,
    color 0.3s;
}

.wn-text {
  color: var(--wn-text-color) !important;
}

.wn-stext {
  color: var(--wn-stext-color) !important;
}

.dw-stitle {
  color: var(--wn-subtitle-color) !important;
}

.dw-sectionbg {
  color: var(--wn-sectionbg-color) !important;
  background-color: var(--wn-sectionbg-color) !important;
}

.wn-primary-bg {
  background-color: var(--wn-primary-color) !important;
}

.wn-primary-color {
  color: var(--wn-primary-color) !important;
}

.wn-white {
  background-color: var(--wn-white-color) !important;
}

.wn-white-bg {
  background-color: var(--wn-white-color) !important;
}

.wn-gray {
  background-color: var(--wn-gray-color) !important;
}

a {
  color: #000;
  transition: 0.3s;
}

a,
a:hover {
  text-decoration: none;
}

a:hover {
  color: #3d3d3d;
}

a.winner-text:hover {
  color: var(--wn-primary-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--wn-font-family);
  font-weight: 700;
  line-height: var(--wn-line-height-heading, 1.4);
  color: var(--wn-text-color);
  margin-top: 0;
}

.form-control:focus {
  box-shadow: unset !important;
}

/* =========================================================
   BASE STYLES END
========================================================= */

/* =========================================================
   HEADER & NAVIGATION START
   Top bar, logo, menu and mobile nav styles
========================================================= */
#winner_backToTop {
  line-height: 3;
  display: none;
  border: 1px solid;
  color: #b0b0b0;
  font-size: 21px;
  transition: opacity 0.3s ease;
  height: 35px;
  text-align: center;
  width: 35px;
  line-height: 32px;
}

.nn_nav-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}

ul.nn_nav-menu li {
  padding: 10px;
}

ul.nn_nav-menu li.has-children {
  padding-right: 20px;
}

.nn_nav-menu .nav-item {
  position: relative;
}

.nn_nav-menu .nav-item>a {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  font-weight: 600;
}

.nn_nav-menu .nav-item>a:hover,
.nn_nav-menu .nav-item>a:active,
.nn_nav-menu .nav-item>a:focus {
  color: var(--wn-primary-color) !important;
}

.nn_nav-menu .nav-item.has-children>a:after {
  content: "\F229";
  position: absolute;
  top: 2px;
  font-family: bootstrap-icons !important;
  right: -15px;
  font-weight: 700;
  font-size: 10px;
  line-height: 20px;
  transition: 0.3s;
}

.nn_nav-menu .nav-item.has-children:hover>a:after {
  transition: 0.3s;
}

.nn_nav-menu .child-menu {
  display: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
  z-index: 10;
  list-style-type: none;
}

.nn_nav-menu .child-menu .child-item {
  padding: 0;
  border-bottom: 1px solid #e2e2e2;
}

.nn_nav-menu .child-menu .child-item:last-child {
  border-bottom: 0;
}

.nn_nav-menu .child-item>a {
  display: block;
  padding: 9px 18px;
  color: var(--wn-text-color) !important;
  text-decoration: none;
  white-space: nowrap;
}

.nn_nav-menu .child-item>a:hover {
  color: var(--wn-primary-color) !important;
  background-color: #fafafa;
}

/* =========================================================
   NAV DROPDOWN END
========================================================= */

.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 5px 5px -5px #000;
  z-index: 1041;
}

.mobile_navmenu,
.mobile_navmenu .child-item {
  margin: 0;
  padding: 0 30px 0 0;
  list-style-type: none;
}

/* =========================================================
   HEADER & NAVIGATION END
========================================================= */

/* =========================================================
   CONTENT LAYOUT START
   Card, article, gallery and reusable news blocks
========================================================= */

.mobile_navmenu .child-item a,
.mobile_navmenu .nav-item a {
  font-size: 18px;
  padding: 4px 0;
  display: block;
}

.mobile_navmenu .nav-item.has-children {
  font-size: 50px;
  position: relative;
}

.mobile_navmenu .nav-item.has-children:before {
  font-size: 14px;
  position: absolute;
  right: -20px;
  top: 4px;
  width: auto;
  content: "\f107";
  font-family: Font Awesome\6 Free;
  font-weight: 900;
  transition: 0.3s;
  cursor: pointer;
}

.mobile_navmenu .nav-item.has-children .child-menu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition:
    max-height 0.3s ease-out,
    opacity 0.3s ease-out,
    transform 0.3s ease-out;
}

.mobile_navmenu .nav-item.has-children:hover .child-menu {
  max-height: 500px;
  opacity: 1;
  transform: scaleY(1);
}

.mobile-menu-dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 4px 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
}

.mobile-menu-dropdown-toggle i {
  font-size: 13px;
  transition: transform 0.2s ease;
}

.mobile-menu-dropdown-toggle[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.mobile-menu-dropdown .child-menu {
  max-height: none;
  opacity: 1;
  transform: none;
  overflow: visible;
  padding-left: 14px;
}

.mobile-menu-dropdown .child-item a {
  padding: 5px 0;
  font-size: 17px;
}

.bn_left_menu_tt {
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  display: flex;
  align-items: left;
  justify-content: left;
}

.bn_left_menu_tt li {
  position: relative;
}

.bn_left_menu_tt li:not(:last-child) {
  padding-right: 20px;
}

.bn_left_menu_tt li:not(:last-child):after {
  /* content: "|"; */
  color: #acacac;
  font-size: 12px;
  position: absolute;
  font-weight: 700;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

li.nav-item.bn_right_menu_tt {
  font-size: 18px;
  padding: 5px 12px 0px 12px;
  display: inline-block;
  font-weight: normal;
  border: 1px solid #e6e6e6;
  margin-left: 10px;
}


/* Trading Menu */

.trandingTag {
  margin-bottom: 0;
  padding-left: 0;
}

.wd_tranding_tag {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 5px;
  overflow-x: auto;
  white-space: nowrap;
  gap: 10px;
}

.wd_tranding_tag .tranding_head {
  font-size: 18px;
  background: var(--wn-subtitle-color);
  color: #fff;
  padding: 5px 4px;
  border-radius: 9999px;
  align-self: center;
  margin-right: 8px;
  line-height: 24px;
  flex-shrink: 0;
}

.tranding_head_inner {
  position: relative;
  padding: 0 7px;
  display: block;
  overflow: hidden;
}

.tranding_head_inner::after {
  content: "";
  width: 28px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 9999px;
  transition: width 0.4s ease;
}

.tranding_head_inner:hover::after {
  width: 100%;
}

.wd_tranding_tag .tranding_head .icon {
  margin-left: 10px;
  text-align: center;
  display: inline-block;
}

.wd_tranding_tag .tranding_head .icon svg {
  width: 14px;
  height: 14px;
}

.wd_tranding_links {
  flex: 1 1 auto;
  min-width: 0;
  overflow-x: auto;
}

.wd_tranding_link,
.wd_tranding_links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
}

.wd_tranding_links li {
  display: inline-block;
  margin: 0;
  white-space: nowrap;
}

.wd_tranding_links li a {
  background: rgb(230, 230, 230);
  display: block;
  border-radius: 9999px;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .75rem;
  padding-right: .75rem;
  font-size: 18px;
  white-space: nowrap;
}

.wd_tranding_links li a:hover {
  color: var(--wn-primary-color);
}

/* end trading Menu */






.winner_social_menu a {
  padding: 5px;
  color: gray;
  transition: 0.3s;
  font-size: 18px;
}

.winner_social_menu.bordered a {
  padding: 5px;
  color: gray;
  margin: 0 2px;
  transition: 0.3s;
  display: inline-block;
  font-size: 13px !important;
  height: 26px;
  text-align: center;
  width: 26px;
  border: 1px solid;
  line-height: 17px;
}

.winner_social_menu.squere.bordered a {
  border-radius: 6px;
}

.winner_social_menu a:hover {
  color: #666;
}

.winner_social_menu.color .facebook {
  color: #1877f2 !important;
  border-color: #1877f2;
}

.winner_social_menu.color .twitter {
  color: #000 !important;
  border-color: #000;
}

.winner_social_menu.color .linkedin {
  color: #0a66c2 !important;
  border-color: #0a66c2;
}

.winner_social_menu.color .instagram {
  color: #e4405f !important;
  border-color: #e4405f;
}

.winner_social_menu.color .youtube {
  color: red !important;
  border-color: red;
}

.winner_social_menu.color .whatsapp {
  color: #25d366 !important;
  border-color: #25d366;
}

.winner_social_menu.color .envelope {
  color: #d14836 !important;
  border-color: #d14836;
}

.filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.filter {
  position: absolute;
  right: 0;
  top: 15px;
}

.cursor-pointer {
  cursor: pointer;
}

.winner_footer {
  background-color: var(--wn-footer-bg);
}

.winner_footer .footer_middle {
  background: var(--wn-footer-middle-bg);
  padding: var(--wn-footer-middle-padding);
}

.winner_footer .footer_middle,
.winner_footer .footer_middle a,
.winner_footer .footer_middle p,
.winner_footer .footer_middle span {
  color: var(--wn-footer-middle-color);
  font-size: var(--wn-footer-middle-fs);
}

.winner_footer .footer_bottom {
  background: var(--wn-footer-bottom-bg);
  padding: var(--wn-footer-bottom-padding);
}

.winner_footer .footer_bottom,
.winner_footer .footer_bottom a,
.winner_footer .footer_bottom i,
.winner_footer .footer_bottom p,
.winner_footer .footer_bottom span {
  color: var(--wn-footer-bottom-color);
  font-size: var(--wn-footer-bottom-fs);
}

.footer-quick-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

li.footer-quick-list {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  border: 1px solid #ddd;
  margin: 10px;
  display: inline-block;
}

li.footer-quick-list:hover {
  background-color: #f0f0f0;
  border: 1px solid #ffdfdf;
}

.winner_subtitle {
  color: var(--wn-subtitle-color);
}

.winner-ntitle {
  line-height: 1.38;
  font-size: clamp(22px, 2.5vw + 6px, 26px);
  font-weight: 700;
  color: var(--wn-text-color);
}

.news-title-2,
.winner-ntitle-1 {
  font-size: 16.5px;
  line-height: 1.48;
  font-weight: 600;
  margin: 0;
}

.winner-ntitle-2 {
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
  margin: 10px 0 0 0;
}

.news-title-2,
.news-title-2 a,
.winner-ntitle-1,
.winner-ntitle-1 a,
.winner-ntitle-2,
.winner-ntitle-2 a {
  color: var(--wn-text-color);
}

.summery-2,
.summery-3,
.summery-5 {
  font-size: 15.5px;
  line-height: 1.65;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: start;
  text-align: left;
  color: var(--wn-stext-color);
  word-break: break-word;
  overflow-wrap: break-word;
}

.summery-5 {
  -webkit-line-clamp: 5;
}

.summery-3 {
  -webkit-line-clamp: 3;
}

.summery-2 {
  -webkit-line-clamp: 2;
}

.winner-vertical-border {
  border-right: 1px solid #e2e2e2;
}

@media (max-width: 767.98px) {
  .winner-vertical-border {
    border-right: none;
  }
}

.winner-horizontal-border {
  border-top: 1px solid #e2e2e2;
  margin: 15px 0;
}

.story-image {
  position: relative;
  margin-bottom: 1.25rem;
}

.story-image figure,
figure.story-image {
  margin: 0;
}

.story-image-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px 14px;
  margin-top: 6px;
  background-color: #f8f9fa;
  border-left: 3px solid var(--wn-primary-color, #D71920);
  border-radius: 0 6px 6px 0;
  font-size: 13.5px;
  line-height: 1.5;
  color: #495057;
}

.story-image-caption .caption-title {
  flex: 1 1 auto;
  font-weight: 500;
  color: var(--wn-text-color, #333333);
}

.story-image-caption .caption-title i {
  color: var(--wn-primary-color, #D71920);
  margin-right: 5px;
}

.story-image-caption .caption-source {
  font-size: 12px;
  font-weight: 600;
  color: #555555;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 3px 10px;
  border-radius: 4px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.story-image-caption .caption-source i {
  color: #888888;
}

@media (max-width: 576px) {
  .story-image-caption {
    padding: 8px 10px;
    font-size: 13px;
  }

  .story-image-caption .caption-source {
    font-size: 11.5px;
    padding: 2px 8px;
  }
}

/* =========================================================
   AEO / AI CITATION & KEY HIGHLIGHTS BOX
   Modern, eye-friendly direct answer box for readers & AI
========================================================= */
.news-key-takeaways {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-left: 4px solid var(--wn-primary-color, #D71920);
  border-radius: 8px;
  padding: 16px 20px;
  margin: 20px 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.news-key-takeaways .takeaways-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #e2e8f0;
}

.news-key-takeaways .takeaways-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--wn-text-color, #212529);
  letter-spacing: -0.01em;
}

.news-key-takeaways .takeaways-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.news-key-takeaways .takeaways-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.6;
  color: #334155;
  font-weight: 500;
}

.news-key-takeaways .takeaways-list li:last-child {
  margin-bottom: 0;
}

.news-key-takeaways .takeaways-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 9px;
  width: 7px;
  height: 7px;
  background-color: var(--wn-primary-color, #D71920);
  border-radius: 50%;
}

@media (max-width: 576px) {
  .news-key-takeaways {
    padding: 12px 14px;
    margin: 16px 0;
  }

  .news-key-takeaways .takeaways-title {
    font-size: 15px;
  }

  .news-key-takeaways .takeaways-list li {
    font-size: 14px;
    line-height: 1.55;
    padding-left: 18px;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 13px;
  background: #000000cf;
  display: block;
  height: 27px;
  width: 49px;
  text-align: center;
  line-height: 28px;
  border-radius: 50px;
  color: #fff;
}

.gallery-img-1 {
  height: 165px;
  width: 100%;
  object-fit: cover;
}

.gallery-img-cover-1 {
  height: 405px;
  width: 100%;
  object-fit: cover;
}

.featured-image-photo {
  position: relative;
}

.featured-image-photo i {
  position: absolute;
  top: 16px;
  left: 16px;
  display: block;
  line-height: 32px;
  height: 30px;
  width: 30px;
  color: #fff;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.51);
  text-align: center;
}

.prothom-songbad-post-style .ps-post-line-img {
  transition: 0.3s;
}

.prothom-songbad-post-style:hover .ps-post-line-img {
  transform: scale(1.05);
}

.ps-most-populler .nav-item {
  background: #d7d7d7;
  width: 50%;
  text-align: center;
}

.nav-pills .nav-item.active {
  background: var(--wn-white-color);
  border-top: 3px solid #5e5e5e;
}

.nav-pills .nav-item a {
  font-size: 21px;
  font-weight: 700;
  color: var(--wn-text-color);
}

.ps-most-populler .side-tab-main {
  width: 100%;
}

.ps-most-populler .tab-content {
  overflow: auto;
}

.p_post_cat3 {
  font-size: clamp(22px, 2.5vw + 6px, 28px);
  line-height: 1.35;
  font-weight: 700;
  transition: 0.3s;
}

.p_post_cat3:hover {
  color: var(--wn-primary-color);
}

.p_post_cat2 {
  font-size: 14.5px;
  line-height: 1.4;
  font-weight: 500;
  color: var(--wn-stext-color);
}

.p_post_cat1 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--wn-primary-color);
}

.p_post_cat_sub {
  border: 1px solid;
  padding: 3px 10px;
}

.p_post_cat_sub,
.p_post_cat_sub2 {
  display: inline-block;
  margin-right: 5px;
}

.p_post_cat_sub2 {
  position: relative;
  font-size: 22px;
  margin-left: 20px;
  transition: 0.3s;
}

.p_post_cat_sub2:hover {
  color: var(--wn-primary-color);
}

.cat_sub_icon {
  position: absolute;
  font-size: 10px;
  color: #adadad;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
}

.winner-details {
  text-align: start;
  text-align: left;
  font-size: var(--wn-post-content-fs, 18px);
  line-height: var(--wn-line-height-body, 1.82);
  color: var(--wn-text-color);
  word-break: break-word;
  overflow-wrap: break-word;
}

.winner-details h1 {
  font-size: clamp(24px, 3.2vw + 6px, 30px);
  line-height: 1.38;
  margin: 1.2em 0 0.6em;
}

.winner-details h2 {
  font-size: clamp(21px, 2.5vw + 4px, 25px);
  line-height: 1.4;
  margin: 1.1em 0 0.5em;
}

.winner-details h3 {
  font-size: clamp(18px, 2vw + 2px, 21px);
  line-height: 1.42;
  margin: 1em 0 0.5em;
}

.winner-details h4 {
  font-size: 18px;
  line-height: 1.45;
  margin: 0.9em 0 0.4em;
}

.winner-details h5 {
  font-size: 16.5px;
  line-height: 1.45;
  margin: 0.8em 0 0.4em;
}

.winner-details h6 {
  font-size: 15px;
  line-height: 1.45;
  margin: 0.8em 0 0.4em;
}

.winner-details h1,
.winner-details h2,
.winner-details h3,
.winner-details h4,
.winner-details h5,
.winner-details h6 {
  font-weight: 700;
  color: var(--wn-text-color);
}

.winner-details ul {
  list-style-type: disc;
  margin-bottom: 10px;
  margin-left: 24px;
}

.winner-details img {
  width: 100%;
  height: auto;
}

.winner-details ul ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
  margin-bottom: 10px;
}

.winner-tag {}

.tag-ul {
  margin: 0;
  padding: 0;
  margin: 24px 0 0;
  text-align: left;
}

.tag-ul li {
  color: #000;
  list-style: none;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 14px;
}

.tag-ul li:first-child {
  font-size: 15px;
  color: #222;
  padding: 3px 0px 2px 0;
}

.tag-ul li a {
  color: #000;
  background: #eee;
  border: 1px solid #e3e3e3;
  font-size: 16px;
  padding: 4px 12px 3px;
  transition: 0.3s;
}

.tag-ul li a:hover {
  background: #dbd6d6;
}

.google-news-link {
  background: #fff3e6;
  border: 0.5px solid #d3d3d3;
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0;
  padding: 6px 5px 0 4px;
  text-align: center;
  margin-bottom: 0;
}

@media print {
  @page {
    size: A4;
  }

  #footer-placeholder,
  #winner_backToTop,
  .fb-comment,
  .mobile_header,
  .winner_header,
  .share-btn-custom,
  .sidebar,
  .social-bar,
  footer {
    display: none !important;
  }
}

.winner-details ul li {
  margin-bottom: 8px;
}

.winner-details p {
  font-size: var(--wn-post-content-fs, 18px);
  line-height: var(--wn-line-height-body, 1.82);
  letter-spacing: 0.01em;
  margin-top: 0;
  margin-bottom: 1.25rem;
  text-align: start;
  text-align: left;
  color: var(--wn-text-color);
}

.winner-details p:last-child {
  margin-bottom: 0;
}

.winner-details p a,
.winner-details ul li a,
.winner-details ol li a {
  color: var(--wn-primary-color, #D71920);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.winner-details p a:hover,
.winner-details ul li a:hover,
.winner-details ol li a:hover {
  color: #900c11;
}

/* Embedded 'আরও পড়ুন' widgets and news post cards inside article body */
.winner-details .prothom-songbad-post-style,
.winner-details .prothom-songbad-post-style *,
.prothom-songbad-post-style,
.prothom-songbad-post-style * {
  text-decoration: none !important;
}

.prothom-songbad-post-style:hover .winner-ntitle-1,
.winner-details .prothom-songbad-post-style:hover .winner-ntitle-1 {
  color: var(--wn-primary-color, #D71920) !important;
}

.fb-comment {
  width: 100%;
}

.fb-comment h2 {
  width: 100%;
  background: var(--wn-primary-color);
  color: #fff;
  font-size: 18px;
}

.btn-more-details {
  background: var(--bg-color);
  color: var(--text-color);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  border: 1px solid #fff;
}

#winner-ticker-box.winner-ticker {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  border-radius: 0;
  position: relative;
}

#winner-ticker-box.winner-ticker ul {
  display: inline-block;
  padding: 0;
  list-style: none;
  margin: 5px 0 0;
}

#winner-ticker-box.winner-ticker ul li {
  display: inline-block;
  margin-right: 10px;
}

#winner-ticker-box.winner-ticker ul li img.ticker_img_icon {
  height: 22px;
  border-radius: 0;
}

#winner-ticker-box.winner-ticker ul li .ticker-item {
  display: flex;
  margin: 0;
  align-items: center;
}

#winner-ticker-box.winner-ticker ul li a {
  padding-left: 7px;
  font-weight: 700;
}

.bn-ticker {
  margin: 50px 0;
}

.winner-ticker-container.winner-ticker-2 {
  padding: 3px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
}

.winner-ticker-container.winner-ticker-2 .winner-ticker-title {
  color: #fff;
  padding: 1px 11px;
  font-weight: 700;
  font-size: 21px;
  background: var(--wn-primary-color);
  border-radius: 5px;
  margin-right: 10px;
  margin-left: 1px;
}

.winner_poll {
  height: 100%;
}

.winner_poll_date {
  font-size: 18px;
}

.winner_poll_download {
  font-size: 20px;
  cursor: pointer;
}

.winner_poll_options_item {
  background: #ecf6f8;
  margin-top: 10px;
  cursor: pointer;
  user-select: none;
  position: relative;
  height: 30px;
  overflow: hidden;
}

.winner_poll_item_info {
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 25;
  padding: 10px;
  left: 0;
  transform: translateY(-50%);
}

.winner_poll_options_item .winner_poll_item_bar {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  background: #c3efff;
  z-index: 20;
}

.dPoll {
  width: 500px;
  height: auto;
  background: red;
  position: fixed;
  top: -1000px;
  left: -1000px;
}

@media (min-width: 1400px) {
  .container {
    width: 1280px !important;
    max-width: 1370px;
  }
}

.river-flow {
  stroke-dasharray: 100;
  stroke-dashoffset: 90;
  animation: daash 3s linear infinite alternate;
}

@keyframes daash {
  0% {
    stroke-dashoffset: 500;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.winner_0:hover,
.winner_10:hover,
.winner_12:hover,
.winner_13:hover,
.winner_14:hover,
.winner_15:hover,
.winner_16:hover,
.winner_17:hover,
.winner_18:hover,
.winner_1:hover,
.winner_2:hover,
.winner_3:hover,
.winner_4:hover,
.winner_5:hover,
.winner_6:hover,
.winner_7:hover,
.winner_8:hover,
.winner_9:hover {
  strokewidth: 0.5851px !important;
  stroke-dasharray: 100;
  stroke-dashoffset: 90;
  animation: dash 3s linear infinite alternate;
  transition: all 0.8s ease;
  fill: #c1b4f0 !important;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 822;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.winner_lp_1 h4 {
  font-size: 21px;
  color: gray;
  font-weight: 400;
}

.winner_lp_2 {
  margin-top: 1rem;
}

.winner_lp_2 .winner_sp_1 {
  height: 100%;
}

.video-slider {
  position: relative;
  padding: 0 42px 38px;
  overflow: hidden;
}

.video-slider .swiper-slide {
  height: auto;
}

.video-slider .winner_sp_1,
.video-slider .nn_video_wrapper {
  height: 100%;
  margin-bottom: 0;
}

.video-slider .nn_video_wrapper .video-title-link {
  font-size: 15px;
  line-height: 1.4;
  height: auto;
  max-height: 2.8em;
}

.video-slider-button {
  position: absolute;
  top: 42%;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: var(--wn-primary-color);
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.video-slider-button:hover,
.video-slider-button:focus-visible {
  background: var(--wn-secondary-color);
  transform: translateY(-50%) scale(1.05);
}

.video-slider-button-prev {
  left: 0;
}

.video-slider-button-next {
  right: 0;
}

.video-slider-pagination {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  text-align: center;
}

.video-slider-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 4px !important;
  background: #b9b9b9;
  opacity: 1;
}

.video-slider-pagination .swiper-pagination-bullet-active {
  background: var(--wn-primary-color);
}

.winner-ntitle-2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin: 10px 0 0 0;
}

.winner_lp_2 .winner-ntitle-1 {
  margin-top: 10px;
}

.winner_lp_2>.winner-ntitle-1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
}

.winner_sp_1 .winner-ntitle-1 {

  padding-left: 10px;
  margin-top: 10px;
}


.winner_cat_title_1 {
  font-size: 20px;
  line-height: 30px;
  padding: 0 0 0 20px;
  border-radius: 100px;
}

.winner_cat_title_1 a {
  transition: color 0.3s ease;
}

.winner_cat_title_1 a:hover,
.winner_cat_title_1 a:active,
.winner_cat_title_1 a:focus {
  color: var(--wn-primary-color) !important;
}


.winner_cat_title_2 {
  color: #fff;
  display: inline-block;
  position: relative;
  margin: 0;
  overflow: hidden;
  font-size: 25px;
  padding: 7px 30px 0 10px;
}

.winner_cat_title_2 a {
  color: #fff;
}

.winner_cat_title_2:after {
  content: "";
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  right: -27px;
  height: 37px;
  width: 37px;
  background: #fff;
}

.winner_cat_title_3 {
  margin: 0;
  overflow: hidden;
  position: relative;
}

.winner_cat_title_3 a {
  color: #fff;
  display: inline-block;
  font-size: 25px;
  padding: 7px 30px 2px 10px;
  position: relative;
}

.winner_cat_title_3 a:before {
  content: "";
  position: absolute;
  top: 10px;
  transform: rotate(61deg);
  right: -29px;
  height: 20px;
  z-index: 1;
  width: 56px;
  background: #fff;
}

.winner_cat_title_3:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjQ4NUVFODNGNzc1MTFFN0I4NTdCMTRBMzQ3RTIwNTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjQ4NUVFODRGNzc1MTFFN0I4NTdCMTRBMzQ3RTIwNTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNDg1RUU4MUY3NzUxMUU3Qjg1N0IxNEEzNDdFMjA1NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNDg1RUU4MkY3NzUxMUU3Qjg1N0IxNEEzNDdFMjA1NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk86A7EAAAASSURBVHjaYmBgYLBgIAgAAgwAB88AOccVbLsAAAAASUVORK5CYII=) repeat;
  opacity: 1;
  content: "";
  height: 16px;
  position: absolute;
  top: 10px;
  right: 0;
  width: 55%;
  z-index: -1;
}

.winner_cat_title_4 {
  margin: 0;
  overflow: hidden;
  position: relative;
}

.winner_cat_title_4 a {
  color: #fff;
  display: inline-block;
  font-size: 22px;
  padding: 7px 10px 2px;
  position: relative;
}

.winner_cat_title_4 a:before {
  right: -29px;
  height: 20px;
  z-index: 1;
  width: 56px;
  background: #fff;
  content: "";
  position: absolute;
  top: 10px;
  transform: rotate(61deg);
  right: -26px;
  height: 43px;
  z-index: -1;
  width: 62px;
  opacity: 0.5;
}

.social-bar {
  background: #ededed;
  border-top: 1px solid #ffc5c5;
}

.social-box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
  text-decoration: none;
  color: #fff;
  height: 100%;
}

.social-box i {
  height: 48px;
  width: 48px;
  font-size: 32px;
  background: rgba(0, 0, 0, 0.15);
  line-height: 57px;
  display: inline-block;
  text-align: center;
}

.social-box strong {
  display: block;
  font-size: 18px;
}

.social-box span {
  font-size: 13px;
  opacity: 0.9;
}

.bg-facebook {
  background: #4b63a3;
}

.bg-youtube {
  background: #d71920;
}

.bg-x {
  background: #5ec6f3;
}

.bg-instagram {
  background: #5f7d95;
}

.social-box:hover {
  filter: brightness(1.08);
  color: #fff;
}

/* =========================================================
   SOCIAL BAR END
========================================================= */

/* =========================================================
   NAV DROPDOWN START
========================================================= */
.nn_nav-menu li.has-children>a:after {
  content: " \f107";
  font-family: Font Awesome\6 Free;
  font-weight: 900;
  font-size: 12px;
  transition: 0.3s;
}

.nn_nav-menu .child-menu {
  min-width: 200px;
}

.nn_nav-menu .nav-item:hover .child-menu {
  display: block;
}

.nn_nav-menu .dropdown-new {
  position: static !important;
}

.nn_navbar>.container,
.nn_navbar .container {
  position: relative !important;
}

.nn_nav-menu .dropdown-new .new-dropdown-toggle {
  color: var(--wn-text-color);
}

.nn_nav-menu .dropdown-new .new-dropdown-toggle::after {
  transition: transform 0.2s ease-in-out;
}

.nn_nav-menu .dropdown-new.show .new-dropdown-toggle,
.nn_nav-menu .dropdown-new .new-dropdown-toggle.show,
.nn_nav-menu .dropdown-new .new-dropdown-toggle[aria-expanded="true"],
.nn_nav-menu .dropdown-new .new-dropdown-toggle:hover {
  color: var(--wn-primary-color) !important;
}

.nn_nav-menu .dropdown-menu-new {
  display: none;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  inset: 100% auto auto 0px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
  z-index: 1040;
}

.nn_nav-menu .dropdown-menu-new.show,
.nn_nav-menu .dropdown-new.show .dropdown-menu-new,
.nn_nav-menu .dropdown-new:hover .dropdown-menu-new {
  display: block !important;
}

.nn_nav-menu .dropdown-new:hover>.new-dropdown-toggle::after,
.nn_nav-menu .dropdown-new.show>.new-dropdown-toggle::after,
.nn_nav-menu .dropdown-new>.new-dropdown-toggle.show::after,
.nn_nav-menu .dropdown-new>.new-dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg) !important;
}

.nn_nav-menu .dropdown-menu-new .mega-content {
  padding: 12px 20px 14px !important;
}

.nn_nav-menu .dropdown-menu-new .row {
  --bs-gutter-x: 28px;
}

.nn_nav-menu .dropdown-menu-new .other-list-group {
  gap: 2px;
}

.nn_nav-menu .dropdown-menu-new .other-list-group .list-group-item {
  display: block;
  padding: 6px 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--wn-text-color);
  font-size: 18px;
  line-height: 1.45;
  white-space: nowrap;
}

.nn_nav-menu .dropdown-menu-new .other-list-group .list-group-item:hover,
.nn_nav-menu .dropdown-menu-new .other-list-group .list-group-item:focus {
  color: var(--wn-primary-color);
  background: #fafafa;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .winner_header .nn_nav-menu li {
    padding-right: 5px;
    padding-left: 5px;
  }

  .winner_header .nn_nav-menu .nav-item>a {
    font-size: 18px;
  }
}

@keyframes ticker-marquee {
  0% {
    transform: translateZ(0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--wn-primary-color) !important;
}

#winner_backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #fff;
  border: 1px solid var(--wn-primary-color);
  color: var(--wn-primary-color);
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

#winner_backToTop:hover {
  background: var(--wn-primary-color);
  color: #fff;
}

.side-tab-main li.active {
  position: relative;
}

.side-tab-main li.active:before {
  content: "";
  height: 4px;
  width: 60%;
  background: var(--wn-primary-color);
  bottom: -2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.hidden-search-result {
  display: none !important;
}

.header_date_location {
  background: #9e9d24 !important;
  color: #fff !important;
  padding: 3px 8px !important;
}

.nn_navbar {
  background: #fffffd !important;
  box-shadow: rgba(16, 24, 40, 0.1) 0px 4px 8px -2px, rgba(16, 24, 40, 0.06) 0px 2px 4px -2px;
  border-width: 1px;
  border-style: solid;
  border-left: 0;
  border-right: 0;
  border-color: #eff3f4;
}

.winner_h8_icon {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  gap: 4px !important;
  margin-bottom: 6px;
}

.winner_header .text-end {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.winner_header .text-end .bn_left_menu_tt {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.winner_header .text-end .bn_left_menu_tt li:not(:last-child)::after {
  display: none;
}

.winner_header .winner_social_menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.winner_h8_icon a,
.winner_h8_icon span {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}

.winner_h8_icon a:hover,
.winner_h8_icon span:hover {
  color: #c20000 !important;
}

.acbtn-tt {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  gap: 16px !important;
}

.acbtn-tt a,
.acbtn-tt button,
.acbtn-tt span {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}

.acbtn-tt a:hover,
.acbtn-tt button:hover,
.acbtn-tt span:hover {
  color: #c20000 !important;
}

.mobile_header_six .mlogo img {
  width: auto !important;
  max-width: 165px !important;
  max-height: 38px !important;
  height: auto !important;
  object-fit: contain;
}

.mobile_header_six .acbtn-tt a {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}

.acbtn-tt i {
  font-size: 23px;
  padding: 0 11px;
  display: inline-block;
  height: 51px;
  line-height: 51px;
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.nn_navbar {
  background: #f9fbe7;
}

.header_date_location {
  display: block;
  background: #9e9d24;
  color: #fff;
  padding: 3px 8px;
}

.ps-most-populler.ps-most-populler-3 .nav-pills .nav-item.active {
  background: var(--wn-primary-color);
  background: #e3eaee;
  border-top: unset;
  color: red;
  position: relative;
}

.ps-most-populler.ps-most-populler-3 .nav-pills .nav-item a {
  font-size: 20px;
  font-weight: 400;
}

.ps-most-populler.ps-most-populler-3 .nav-pills .nav-item.active a {
  color: #000;
}

.ps-most-populler .tab-content {
  height: 100%;
  overflow: hidden;
}

.ps-most-populler .nav-item {
  background: unset;
}

.ps-most-populler .side-tab-main {
  border-bottom: 2px solid #e3eaee;
  padding-bottom: 1px;
}

.ps-most-populler.ps-most-populler-3 .nav-pills .nav-item.active:before {
  content: "";
  height: 10px;
  width: 46%;
  background: var(--wn-primary-color);
  bottom: -8px;
  left: 50%;
  position: absolute;
  z-index: 11;
  transform: translateX(-50%);
}

.winner_cat_title_4 a:before {
  background: #c20000 !important;
}

.winner_footer.winner_footer_2 .bn_left_menu_tt {
  justify-content: start;
}

@media (max-width: 768px) {
  .winner_footer.winner_footer_2 .bn_left_menu_tt {
    justify-content: center;
  }

  .winner_footer.winner_footer_2 .middle_info {
    border-right: unset;
    border-left: unset;
  }
}

.winner_footer.winner_footer_2 .middle_info {
  border-right: 1px solid #cecece;
  border-left: 1px solid #cecece;
}

.winner_header .nn_nav-menu {
  justify-content: left;
}

.winner_header .nn_navbar {
  background: #fffffe;
}

.winner_header .nn_nav-menu li {
  padding: 6px 20px 6px 0;
}

.winner_header .nn_nav-menu .nav-item>a {
  font-size: 18px;
}

.winner_h8_icon i {
  font-size: 18px;
  padding: 0 8px;
}

.nn_search_btn {
  background-color: #00aeef !important;
  color: #fff !important;
  border-radius: 0;
}

.nn_search_bar {
  border-color: #00aeef;
  border-radius: 0;
}

@media (min-width: 992px) {
  .winner_header .main_logo img {
    height: 32px !important;
  }

  .winner_header .nn_nav-menu .nav-item>a {
    font-size: 18px;
  }

  .winner_header .nn_navbar.sticky-nav {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.winner_country_news {
  display: flex;
  background: #ededed;
  align-items: center;
}

.winner_country_news .winner_sc {
  width: 25%;
}

@media (max-width: 767.98px) {
  .winner_country_news {
    display: block;
  }

  .winner_country_news .winner_sc {
    width: 100%;
  }
}

.share-btn-custom {
  display: flex;
  gap: 6px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.share-btn-custom a,
.share-btn-custom button {
  height: 32px;
  width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e6e7e8;
  color: #212529;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  transition:
    background-color 0.2s,
    transform 0.2s;
  cursor: pointer;
}

.share-btn-custom a:hover,
.share-btn-custom button:hover {
  background: #d8d9da;
  transform: translateY(-2px);
  color: #212529;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 8px;
  background: #000;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.nn_video_wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 15px;
  background: transparent;
}

.nn_video_wrapper .video-thumbnail-link {
  position: relative;
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 6px;
  background: #000;
}

.nn_video_wrapper .video-thumbnail-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.3s ease,
    opacity 0.2s;
  opacity: 0.9;
}

.nn_video_wrapper:hover .video-thumbnail-link img {
  transform: scale(1.04);
  opacity: 1;
}

.nn_video_wrapper .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.95);
  z-index: 2;
  transition:
    transform 0.2s ease,
    color 0.2s,
    background-color 0.2s;
  background: rgba(0, 0, 0, 0.4);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.nn_video_wrapper:hover .play-icon {
  color: #fff;
  transform: translate(-50%, -50%) scale(1.1);
  background: var(--wn-primary-color, #c20000);
}

.nn_video_wrapper .video-title-link,
.nn_video_wrapper .news-title-2 {
  display: block;
  font-size: 16.5px;
  font-weight: 600;
  line-height: 1.48;
  margin: 0;
  color: var(--wn-text-color, #000);
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nn_video_wrapper h3.news-title-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0;
}

.nn_video_wrapper .video-title-link:hover {
  color: var(--wn-primary-color, #D71920);
  text-decoration: underline;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .winner_header .nn_nav-menu li {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .winner_header .nn_nav-menu .nav-item>a {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .nn_video_wrapper .video-title-link,
  .nn_video_wrapper .news-title-2 {
    font-size: 14.5px;
    line-height: 1.42;
  }

  .nn_video_wrapper .play-icon {
    width: 36px;
    height: 36px;
    font-size: 1.4rem;
  }
}

.archive-filter-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.archive-btn-search {
  background-color: var(--wn-primary-color, #c20000);
  color: #fff;
  font-weight: bold;
  transition: background-color 0.2s;
}

.archive-btn-search:hover {
  background-color: var(--wn-primary-color-hover, #0e3b50);
  color: #fff;
}

/* Popular news page (template: popular.html) */
.popular-rank-badge {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff7a18, #af002d 90%);
  box-shadow: 0 4px 10px rgba(175, 0, 45, 0.3);
}

.popular-rank-badge.top-1 {
  width: 48px;
  height: 48px;
  font-size: 22px;
  background: linear-gradient(135deg, #f7971e, #ffd200);
  color: #1a1a1a;
  box-shadow: 0 4px 12px rgba(247, 151, 30, 0.4);
}

.popular-hero-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.popular-hero-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}

.popular-period-pill {
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 13px;
}

.popular-period-pill.active {
  background-color: #ff6b35 !important;
  color: #ffffff !important;
  font-weight: 600;
  border-color: #ff6b35 !important;
}

.views-tag {
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 4px;
  background-color: rgba(255, 107, 53, 0.12);
  color: #d94a18;
  font-weight: 600;
}
/* end popular news page */

/* Latest news page (template: latest.html) */
.live-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #dc3545;
  border-radius: 50%;
  animation: pulse-live 1.5s infinite;
}

@keyframes pulse-live {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 8px rgba(220, 53, 69, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
  }
}

.time-badge {
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 4px;
  background-color: rgba(220, 53, 69, 0.1);
  color: #dc3545;
  font-weight: 600;
}

.latest-hero-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.latest-hero-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}

.latest-mini-item {
  transition: background-color 0.2s ease;
}

.latest-mini-item:hover {
  background-color: #f8f9fa;
}

.latest-cat-pill {
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 13px;
}

.latest-cat-pill.active {
  background-color: var(--wn-primary-color, #124b65) !important;
  color: #ffffff !important;
  font-weight: 600;
}
/* end latest news page */

/* =========================================================
   WINNER NEWS AUDIO (TEXT-TO-SPEECH) FLOATING PLAYER
   Clean, modern, self-contained interactive audio player
========================================================= */
.wn-audio-player-container {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  width: 380px;
  max-width: calc(100vw - 28px);
  margin: 0;
  box-sizing: border-box;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease, visibility 0.3s ease;
}

.wn-audio-player-container.minimized {
  transform: translateX(-50%) translateY(130%);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.wn-audio-player-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(15, 23, 42, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 10px 14px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
  color: #ffffff;
  user-select: none;
}

/* Close / Minimize Button */
.wn-audio-close-btn {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #334155;
  color: #f1f5f9;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease;
  z-index: 10;
  padding: 0;
}

.wn-audio-close-btn:hover {
  background: #e11d48;
  color: #ffffff;
  transform: scale(1.1);
}

/* News Thumbnail Art */
.wn-audio-thumb {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  background-color: #1e293b;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.wn-audio-thumb-badge {
  position: absolute;
  bottom: 3px;
  right: 3px;
  background: rgba(0, 0, 0, 0.65);
  color: #38bdf8;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
}

/* Player Controls & Info Area */
.wn-audio-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

/* Header Row: Title & Equalizer */
.wn-audio-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 2px;
}

.wn-audio-title-wrap {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
}

.wn-audio-title {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #f8fafc;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

/* Equalizer Bars */
.wn-audio-equalizer {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 14px;
  flex-shrink: 0;
}

.wn-audio-equalizer span {
  width: 2.5px;
  height: 3px;
  background: #64748b;
  border-radius: 2px;
  transition: height 0.15s ease, background-color 0.2s;
}

.wn-audio-equalizer.playing span {
  background: #38bdf8;
}

.wn-audio-equalizer.playing span:nth-child(1) {
  animation: wnSoundWave 0.7s infinite ease-in-out alternate;
}

.wn-audio-equalizer.playing span:nth-child(2) {
  animation: wnSoundWave 0.5s infinite ease-in-out alternate;
  animation-delay: 0.1s;
}

.wn-audio-equalizer.playing span:nth-child(3) {
  animation: wnSoundWave 0.9s infinite ease-in-out alternate;
  animation-delay: 0.2s;
}

.wn-audio-equalizer.playing span:nth-child(4) {
  animation: wnSoundWave 0.6s infinite ease-in-out alternate;
  animation-delay: 0.15s;
}

.wn-audio-equalizer.playing span:nth-child(5) {
  animation: wnSoundWave 0.8s infinite ease-in-out alternate;
  animation-delay: 0.25s;
}

.wn-audio-equalizer.playing span:nth-child(6) {
  animation: wnSoundWave 0.4s infinite ease-in-out alternate;
  animation-delay: 0.3s;
}

.wn-audio-equalizer.playing span:nth-child(7) {
  animation: wnSoundWave 0.7s infinite ease-in-out alternate;
  animation-delay: 0.05s;
}

.wn-audio-equalizer.playing span:nth-child(8) {
  animation: wnSoundWave 1.0s infinite ease-in-out alternate;
  animation-delay: 0.35s;
}

.wn-audio-equalizer.playing span:nth-child(9) {
  animation: wnSoundWave 0.5s infinite ease-in-out alternate;
  animation-delay: 0.2s;
}

@keyframes wnSoundWave {
  0% {
    height: 2px;
  }

  100% {
    height: 13px;
  }
}

/* Time & Status Row */
.wn-audio-time-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 9.5px;
  color: #94a3b8;
  font-family: 'Inter', monospace, sans-serif;
  margin-bottom: 2px;
}

.wn-reading-status {
  font-size: 9px;
  color: #38bdf8;
  font-weight: 500;
  letter-spacing: 0.2px;
}

/* Progress Slider */
.wn-audio-progress-wrap {
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-bottom: 4px;
  transition: height 0.15s ease;
}

.wn-audio-progress-wrap:hover {
  height: 7px;
}

.wn-audio-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #38bdf8, #e11d48);
  border-radius: 3px;
  transition: width 0.1s linear;
}

/* Action Controls Row */
.wn-audio-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2px;
}

.wn-ctrl-btn {
  background: transparent;
  border: none;
  color: #cbd5e1;
  font-size: 15px;
  cursor: pointer;
  padding: 3px 6px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.wn-ctrl-btn:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  transform: scale(1.1);
}

.wn-speed-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #e2e8f0;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  min-width: 32px;
  height: 28px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.wn-speed-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.wn-speed-btn i {
  font-size: 10px;
  line-height: 1;
}

.wn-speed-btn span {
  font-size: 8px;
  font-family: 'Inter', monospace;
  font-weight: 700;
  line-height: 1;
  margin-top: 1px;
}

/* Central Play/Pause Button */
.wn-play-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  transition: transform 0.2s ease, background-color 0.2s, box-shadow 0.2s;
  padding: 0;
}

.wn-play-btn:hover {
  transform: scale(1.08);
  background: #f8fafc;
  box-shadow: 0 4px 14px rgba(255, 255, 255, 0.25);
}

.wn-play-btn i {
  color: #0f172a !important;
  font-size: 16px;
  margin-left: 2px;
  line-height: 1;
}

.wn-play-btn.is-playing i {
  margin-left: 0;
}

/* In-Article Active Sentence Highlighting */
.winner-details .wn-tts-highlight-active {
  background: rgba(225, 29, 72, 0.08);
  border-left: 4px solid #e11d48;
  padding-left: 12px;
  border-radius: 4px;
  transition: background 0.3s ease, border-color 0.3s ease;
}

/* =========================================================
   RESPONSIVE DESIGN & MOBILE OPTIMIZATION SYSTEM
   Media queries for Mobile (<576px), Tablet (576px-991px), & Desktop
========================================================= */

/* Global Responsive Guards */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  max-width: 100%;
  height: auto;
}

html,
body {
  overflow-x: hidden;
  max-width: 100vw;
}

/* Base Responsive Utilities */
.ratio-16x9 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ratio-4x3 {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.ratio-1x1 {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* Horizontal Scrolling Pills for Categories on Mobile */
.category-pills-scroll {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: 8px;
  padding-bottom: 6px;
}

.category-pills-scroll::-webkit-scrollbar {
  display: none;
}

/* =========================================================
   CONTAINER WIDTH (Full-Width capped at 1280px)
========================================================= */
@media (min-width: 1280px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1280px !important;
  }
}

/* =========================================================
   TABLETS & MEDIUM SCREENS (max-width: 991.98px)
========================================================= */
@media (max-width: 991.98px) {

  /* Navigation & Topbar */
  .nn_navbar {
    display: none !important;
  }

  .mobile_header {
    display: block !important;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    position: sticky;
    top: 0;
    z-index: 1030;
  }

  /* Grid & Columns Adjustments */
  .winner_lead_section .row {
    row-gap: 20px;
  }

  .sidebar_sticky {
    position: static !important;
    margin-top: 25px;
  }

  /* Typography Scaling */
  .winner_post_title_large {
    font-size: 22px !important;
    line-height: 1.4 !important;
  }

  .winner_post_title_medium {
    font-size: 18px !important;
    line-height: 1.4 !important;
  }

  /* Footer Adjustments */
  .winner_footer .footer_middle {
    padding: 30px 0 20px !important;
  }

  .winner_footer .footer-quick-list {
    gap: 8px 16px !important;
  }

  .winner_footer_publisher {
    text-align: center;
    margin-bottom: 20px;
  }
}

/* =========================================================
   MOBILE SCREENS & SMARTPHONES (max-width: 575.98px)
========================================================= */
@media (max-width: 575.98px) {

  /* Container Padding */
  .container,
  .container-fluid {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  /* Headings & Typography */
  h1,
  .h1 {
    font-size: 22px !important;
    line-height: 1.4 !important;
  }

  h2,
  .h2 {
    font-size: 20px !important;
    line-height: 1.4 !important;
  }

  h3,
  .h3 {
    font-size: 18px !important;
    line-height: 1.42 !important;
  }

  h4,
  .h4 {
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  .winner-ntitle-1 {
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  .winner-ntitle-2,
  .news-title-2,
  .news-title-2 a {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }

  .winner-details table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* News Card Stack on Mobile */
  .horizontal-card-sm-stack .row>[class*="col-"] {
    width: 100% !important;
  }

  .horizontal-card-sm-stack img {
    height: 190px !important;
    width: 100% !important;
    object-fit: cover !important;
    margin-bottom: 12px;
  }

  /* Ticker / Breaking News */
  .winner_scroll_news {
    font-size: 13px !important;
  }

  /* Details Page Elements */
  .winner-details h1 {
    font-size: 22px !important;
    line-height: 1.38 !important;
  }

  .winner-details p {
    font-size: 17px !important;
    line-height: 1.78 !important;
    margin-bottom: 1rem !important;
  }

  .social-share-buttons {
    flex-wrap: wrap !important;
    gap: 8px !important;
  }

  .social-share-buttons a {
    flex: 1 1 calc(50% - 8px);
    text-align: center;
    justify-content: center;
  }

  /* Audio TTS Widget on Small Mobile */
  .wn-article-audio-card {
    padding: 10px 12px !important;
    margin-bottom: 16px !important;
  }

  .wn-audio-title {
    font-size: 12px !important;
  }

  /* Back to Top */
  #winner_backToTop {
    bottom: 20px !important;
    right: 20px !important;
    width: 38px !important;
    height: 38px !important;
    line-height: 36px !important;
    font-size: 18px !important;
  }

  /* Photo & Video Galleries */
  .photo-gallery-grid .col-md-4,
  .photo-gallery-grid .col-md-6,
  .video-gallery-grid .col-md-4,
  .video-gallery-grid .col-md-6 {
    width: 100% !important;
    margin-bottom: 16px;
  }
}

/* =========================================================
   EDITORIAL SPECIAL EVENT HUB (COMPACT & PROFESSIONAL)
   (বিশ্বকাপ, নির্বাচন, অলিম্পিক বা বিশেষ মেগা ইভেন্ট হাব)
   Light editorial aesthetic aligned with national news portals
   Future Laravel Blade: @if($specialEvent && $specialEvent->is_active) ... @endif
========================================================= */
.event-spotlight-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-top: 3px solid var(--wn-primary-color, #D71920);
  border-radius: 10px;
  padding: 16px 18px;
  margin-top: 10px;
  margin-bottom: 22px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* Full-Width Event Banner Link */
.event-spotlight-banner {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 14px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.event-spotlight-banner a {
  display: block;
}

.event-spotlight-banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.event-banner-img {
  width: 100%;
  max-height: 120px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  transition: opacity 0.2s ease;
}

.event-spotlight-banner:hover .event-banner-img {
  opacity: 0.95;
}

.event-spotlight-title-group {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.event-spotlight-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--wn-primary-color, #D71920);
  color: #ffffff;
  font-size: 11.5px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 4px;
}

.event-spotlight-title {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  line-height: 1.2;
}

.event-spotlight-live {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #fee2e2;
  color: #dc2626;
  border: 1px solid #fecaca;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 50px;
}

.event-spotlight-live-dot {
  width: 6px;
  height: 6px;
  background: #dc2626;
  border-radius: 50%;
  display: inline-block;
  animation: spotlightPulse 1.8s infinite;
}

@keyframes spotlightPulse {
  0% {
    transform: scale(0.95);
    opacity: 1;
  }

  50% {
    transform: scale(1.4);
    opacity: 0.6;
  }

  100% {
    transform: scale(0.95);
    opacity: 1;
  }
}

.event-spotlight-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.event-spotlight-nav-link {
  font-size: 12.5px;
  font-weight: 600;
  color: #475569;
  text-decoration: none;
  padding: 3px 10px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  transition: all 0.2s ease;
}

.event-spotlight-nav-link:hover,
.event-spotlight-nav-link.active {
  background: var(--wn-primary-color, #D71920);
  color: #ffffff;
  border-color: var(--wn-primary-color, #D71920);
}

.event-spotlight-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  color: var(--wn-primary-color, #D71920);
  text-decoration: none;
  padding: 3px 6px;
  transition: color 0.2s ease;
}

.event-spotlight-more-btn:hover {
  color: #991b1b;
  text-decoration: underline;
}

/* 4 Cards Grid */
.event-spotlight-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.event-spotlight-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  border-color: #cbd5e1;
}

.event-spotlight-card.is-lead {
  border-left: 3px solid var(--wn-primary-color, #D71920);
}

.event-spotlight-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9.5;
  background: #e2e8f0;
}

.event-spotlight-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.event-spotlight-card:hover .event-spotlight-thumb img {
  transform: scale(1.05);
}

.event-spotlight-body {
  padding: 10px 12px 10px 12px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.event-spotlight-card-category {
  font-size: 11px;
  font-weight: 700;
  color: var(--wn-subtitle-color) !important;
  margin-bottom: 3px;
  display: inline-block;
}

.event-spotlight-card-title,
.event-spotlight-card-title a,
h3.event-spotlight-card-title {
  font-size: 16.5px !important;
  font-weight: 600 !important;
  line-height: 1.48 !important;
}

.event-spotlight-card-title {
  margin: 0 0 6px 0;
}

.event-spotlight-card-title a {
  color: var(--wn-text-color, #1e293b);
  text-decoration: none;
  transition: color 0.2s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.event-spotlight-card-title a:hover {
  color: var(--wn-primary-color, #D71920);
}

.event-spotlight-card-meta {
  font-size: 10.5px !important;
  color: #94a3b8 !important;
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 400;
}

.event-spotlight-card-meta i {
  font-size: 9.5px !important;
  opacity: 0.85;
}

@media (max-width: 767px) {
  .event-spotlight-box {
    padding: 12px;
    border-radius: 8px;
  }

  .event-spotlight-title {
    font-size: 16px;
  }

  .event-spotlight-card-title,
  .event-spotlight-card-title a,
  h3.event-spotlight-card-title {
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  .event-spotlight-card-meta {
    font-size: 10px !important;
  }

  .event-spotlight-card-meta i {
    font-size: 9px !important;
  }

  .event-spotlight-nav {
    overflow-x: auto;
    width: 100%;
    padding-bottom: 4px;
    flex-wrap: nowrap;
  }

  .event-spotlight-nav-link {
    white-space: nowrap;
  }
}

/* =========================================================
   ACCESSIBILITY & PRINT OPTIMIZATIONS
========================================================= */
@media print {

  .nn_topbar,
  .nn_navbar,
  .mobile_header,
  .winner_footer,
  #winner_backToTop,
  .social-share-buttons,
  .wn-article-audio-card,
  .sidebar_sticky,
  .d-print-none {
    display: none !important;
  }

  body {
    background: #ffffff !important;
    color: #000000 !important;
    font-size: 12pt !important;
  }

  a {
    text-decoration: none !important;
    color: #000000 !important;
  }
}
/* ============================================================================
   PRESERVED FROM PREVIOUS THEME (pre-redesign public/theme/css/style.css)
   ----------------------------------------------------------------------------
   Appended verbatim during the front-end asset migration (2026-09-12). These
   rules support real, still-live dynamic features that are NOT part of the
   new static design demo's 13 pages: comments, advertisement slots, inline
   related-news callouts, and a main-nav dropdown edge case. Removing them
   would break resources/views/frontend/partials/comments/*, the <x-ad>/
   <x-section-ad>/<x-section-sidebar-ad> components, and header.blade.php's
   .nn_nav-menu. They still reference the old --nn-* custom properties/utility
   classes (--nn-primary-color, --nn-text-color, .nn-text, etc.), which this
   new stylesheet does NOT define (it defines --wn-*/.wn-* instead) — until a
   later task renames the affected Blade markup to the new wn- convention,
   these ported blocks will render with default/inherited colors rather than
   the old teal branding, but they remain functional.
   ============================================================================ */
.nn_nav-menu .child-menu.child-menu--right {
  left: auto;
  right: 0;
}

/* --------------------------------------------------------------------------
   Advertisement slots
   The placement is fixed; the content depends on the ad type the user chose
   (image banner, custom HTML, AdSense <ins>, or Google Ad Manager div). These
   rules make every type occupy the same centred, responsive box so the layout
   stays consistent regardless of which type is served.
   -------------------------------------------------------------------------- */
.content-slot {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.content-slot > a,
.content-slot > .adsbygoogle,
.content-slot > [id^="gam-ad-"] {
  display: block;
  margin: 0 auto;
}
.content-slot .content-creative {
  display: block;
  /* max-width (not width): fill the slot when the creative is at least as
     wide as it, but never stretch a smaller banner past its native
     resolution — that upscale is what made undersized creatives blurry. */
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
/* In-content and sidebar banners sit inside narrow columns; cap the width so a
   large creative doesn't blow out the grid. */
.content-slot--sidebar,
.content-slot--in_content {
  max-width: 336px;
}

/* Inline "আরো পড়ুন" related-news callout embedded in the article body (rendered
   in place of each [related:ID] token). Scoped under .winner-details so it beats
   the inherited body rules: .winner-details img{width:100%}, .winner-details
   a{color:#1e88e5}, and .nn-text{color:!important}. */
.winner-details .winner-inline-related {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 22px 0;
  padding: 10px 14px;
  background: #f7f8f9;
  border: 1px solid #e9edef;
  border-left: 4px solid var(--nn-primary-color);
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}
.winner-details .winner-inline-related:hover {
  background: #eef1f2;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
}
.winner-details .winner-inline-related__thumb {
  flex: 0 0 auto;
  width: 84px;
  height: 60px;
  overflow: hidden;
  border-radius: 4px;
}
/* Explicit width beats .winner-details img{width:100%}. */
.winner-details .winner-inline-related__thumb img {
  width: 84px !important;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 0.3s ease;
}
.winner-details .winner-inline-related:hover .winner-inline-related__thumb img {
  transform: scale(1.05);
}
.winner-details .winner-inline-related__body {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.winner-details .winner-inline-related__label {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.3px;
  color: var(--nn-primary-color);
}
/* Explicit color beats the inherited .winner-details a{color:#1e88e5}. */
.winner-details .winner-inline-related__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: var(--nn-text-color);
}
.winner-details .winner-inline-related:hover .winner-inline-related__title {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  .winner-details .winner-inline-related__thumb,
  .winner-details .winner-inline-related__thumb img {
    width: 68px !important;
    height: 50px;
  }
  .winner-details .winner-inline-related__title {
    font-size: 15px;
  }
}

/* Grouped inline related-news block: two+ picks placed together (blank lines
   between them) render as one bordered box with a single heading and a row per
   item. Reuses .winner-inline-related__thumb / __title from the callout above. */
.winner-details .winner-inline-related-group {
  margin: 22px 0;
  padding: 12px 14px;
  background: #f7f8f9;
  border: 1px solid #e9edef;
  border-left: 4px solid var(--nn-primary-color);
  border-radius: 4px;
}
.winner-details .winner-inline-related-group__label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: var(--nn-primary-color);
  margin-bottom: 8px;
}
.winner-details .winner-inline-related-group__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 0;
  text-decoration: none;
  border-top: 1px solid #e6e9eb;
}
.winner-details .winner-inline-related-group__item:first-child {
  border-top: 0;
}
.winner-details .winner-inline-related-group__item:hover .winner-inline-related__title {
  text-decoration: underline;
}
.winner-details .winner-inline-related-group__item:hover .winner-inline-related__thumb img {
  transform: scale(1.05);
}


/* ------------------------------------------------------------------------
   Native reader comments (article page, resources/views/frontend/partials/comments/*)
   Guest-authored comments with one level of replies. Sits inside the
   .col-lg-8 article column and reuses the widget-card recipe
   (nn-white-bg + border + rounded + shadow-sm) applied in the Blade, so
   only the inner pieces are styled here.
   ------------------------------------------------------------------------ */
.winner-comments__count {
  font-size: 15px;
  font-weight: normal;
}

/* The honeypot must be reachable by bots parsing the HTML but never visible
   or focusable for a human, so it is moved off-canvas rather than
   display:none (which some bots specifically skip).

   NOTE: the guarantee now lives in an inline style attribute on the element
   itself (see comments/form.blade.php). This rule is only a second layer —
   relying on it alone meant a stale cached stylesheet exposed the field. */
.winner-comment-form__decoy {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.winner-comment-form__label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--nn-text-color);
}
.winner-comment-form__note {
  font-size: 12px;
  color: #6c757d;
}
.winner-comment-form .form-control {
  font-size: 14px;
  border-radius: 4px;
}
.winner-comment-form .form-control:focus {
  border-color: var(--nn-primary-color);
  box-shadow: 0 0 0 0.15rem rgba(18, 75, 101, 0.15);
}
.winner-comment-form__submit {
  background: var(--nn-primary-color);
  color: #fff;
  font-size: 14px;
  padding: 6px 20px;
  border-radius: 4px;
}
.winner-comment-form__submit:hover,
.winner-comment-form__submit:focus {
  background: #0d3a4f;
  color: #fff;
}
.winner-comment-form--reply {
  background: #f6f8f9;
  border: 1px solid #e6e9eb;
  border-radius: 6px;
  padding: 12px;
}
.winner-comment-form__submit:disabled {
  opacity: 0.65;
  cursor: progress;
}
/* Bootstrap only reveals .invalid-feedback next to a .is-invalid sibling; the
   AJAX handler writes into this slot directly, so it needs to show on its own. */
.winner-comment-form__error:not(:empty) {
  display: block;
  font-size: 12px;
}
.winner-comment-form__note.is-over {
  color: #b02a37;
  font-weight: 600;
}

/* ---- Emoji picker ---- */
.winner-emoji {
  position: relative;
  display: inline-block;
}
.winner-emoji__toggle {
  background: none;
  border: 1px solid #e6e9eb;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding: 5px 8px;
}
.winner-emoji__toggle:hover,
.winner-emoji__toggle[aria-expanded="true"] {
  border-color: var(--nn-primary-color);
}
.winner-emoji__panel {
  position: absolute;
  bottom: calc(100% + 6px);
  left: 0;
  z-index: 20;
  width: 268px;
  max-height: 208px;
  overflow-y: auto;
  padding: 8px;
  background: #fff;
  border: 1px solid #d7dcdf;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
.winner-emoji__group {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 2px;
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 1px solid #eef1f2;
}
.winner-emoji__group:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.winner-emoji__item {
  background: none;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  padding: 4px 0;
}
.winner-emoji__item:hover,
.winner-emoji__item:focus {
  background: #eef1f2;
  outline: none;
}

@media (max-width: 575.98px) {
  .winner-emoji__panel {
    width: 240px;
  }
  .winner-emoji__group {
    grid-template-columns: repeat(7, 1fr);
  }
}

.winner-comments__empty {
  font-size: 14px;
  color: #6c757d;
  text-align: center;
  padding: 16px 0;
  margin: 0;
}

.winner-comment {
  display: flex;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid #e6e9eb;
}
.winner-comment:first-child {
  border-top: 0;
}
.winner-comment--reply {
  margin-left: 32px;
  padding-left: 12px;
  border-top: 0;
  border-left: 2px solid #e6e9eb;
}

/* Initial-letter avatar. Deliberately not Gravatar — that would leak a hash
   of every commenter's email address to a third party. */
.winner-comment__avatar {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--nn-primary-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.winner-comment--reply .winner-comment__avatar {
  flex-basis: 32px;
  width: 32px;
  height: 32px;
  font-size: 15px;
}
.winner-comment__avatar--staff {
  background: #b8860b;
}

.winner-comment__main {
  flex: 1 1 auto;
  min-width: 0;
}
.winner-comment__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 4px;
}
.winner-comment__author {
  font-weight: bold;
  font-size: 14px;
  color: var(--nn-text-color);
}
.winner-comment__badge {
  background: #b8860b;
  color: #fff;
  font-size: 11px;
  padding: 1px 7px;
  border-radius: 10px;
}
.winner-comment__time {
  font-size: 12px;
  color: #6c757d;
}
/* An explicit emoji fallback chain. body is "ShurjoWeb, sans-serif" and
   browsers already fall back per glyph, so emoji render without this — but
   naming the emoji fonts avoids tofu boxes on older Android builds. */
.winner-comment__body,
.winner-comment-form .form-control,
.winner-emoji__toggle,
.winner-emoji__item {
  font-family:
    ShurjoWeb,
    sans-serif,
    "Segoe UI Emoji",
    "Noto Color Emoji",
    "Apple Color Emoji";
}

.winner-comment__body {
  font-size: 15px;
  line-height: 1.7;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* A short all-emoji comment reads better large, the way chat apps show it. */
.winner-comment__body--emoji {
  font-size: 26px;
  line-height: 1.35;
}

/* Briefly marks a comment the reader just posted via AJAX. */
.winner-comment--new {
  animation: winner-comment-in 2.5s ease-out;
}
@keyframes winner-comment-in {
  0% {
    background: rgba(18, 75, 101, 0.12);
  }
  100% {
    background: transparent;
  }
}

/* Like / dislike / report row. Each control is its own form (so it works with
   JavaScript off), hence the flex row of forms rather than of buttons. */
.winner-comment__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 6px;
}
.winner-comment__action-form {
  display: inline-flex;
  margin: 0;
}
.winner-comment__action {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: 0;
  padding: 2px 0;
  font-size: 13px;
  color: #6c757d;
  cursor: pointer;
  line-height: 1.2;
}
.winner-comment__action:hover:not(:disabled) {
  color: var(--nn-primary-color);
}
.winner-comment__action.is-active {
  color: var(--nn-primary-color);
  font-weight: 600;
}
.winner-comment__action--report.is-active,
.winner-comment__action--report:hover:not(:disabled) {
  color: #b02a37;
}
.winner-comment__action:disabled {
  cursor: default;
  opacity: 0.75;
}

.winner-comment__reply-box {
  margin: 0 0 4px 52px;
}
.winner-comment__reply-toggle {
  display: inline-block;
  font-size: 13px;
  color: var(--nn-primary-color);
  cursor: pointer;
  padding: 2px 0;
}
.winner-comment__reply-toggle:hover {
  text-decoration: underline;
}
.winner-comment__reply-box[open] .winner-comment__reply-toggle {
  margin-bottom: 6px;
}

.winner-comments__more {
  background: transparent;
  border: 1px solid var(--nn-primary-color);
  color: var(--nn-primary-color);
  font-size: 14px;
  padding: 5px 22px;
  border-radius: 4px;
}
.winner-comments__more:hover {
  background: var(--nn-primary-color);
  color: #fff;
}
.winner-comments__pagelink {
  font-size: 13px;
  color: var(--nn-primary-color);
  text-decoration: none;
}
.winner-comments__pagelink:hover {
  text-decoration: underline;
}

@media (max-width: 575.98px) {
  .winner-comment--reply {
    margin-left: 16px;
  }
  .winner-comment__reply-box {
    margin-left: 24px;
  }
}

/* --------------------------------------------------------------------------
   Header/footer ad slots (AdPosition::Header / AdPosition::Footer), added
   when wiring <x-ad position="header|footer" /> into the redesigned
   frontend.partials.header/footer. These are full-width leaderboard-style
   banners, so cap them like the homepage section-break slot instead of the
   narrower sidebar/in-content cap. See the base .content-slot rules above.
   -------------------------------------------------------------------------- */
.content-slot--header,
.content-slot--footer {
  max-width: 970px;
}

/* --------------------------------------------------------------------------
   Legacy `--nn-*` design-token aliases + `.nn-*` utility classes.
   Many existing Blade views (comments, listings, search, sidebar, pages,
   videos, galleries, 404, poll widget, etc.) still reference the OLD design
   system's custom properties/utility classes by name. Rather than editing
   every view, alias them here to the NEW `--wn-*` tokens so those pages pick
   up the new palette/typography automatically. Remove this block only once
   every view above has been migrated to reference `--wn-*`/`.wn-*` directly.
   -------------------------------------------------------------------------- */
:root {
  --nn-text-color: var(--wn-text-color);
  --nn-stext-color: var(--wn-stext-color);
  --nn-primary-color: var(--wn-primary-color);
  --nn-white-color: var(--wn-white-color);
  --nn-gray-color: var(--wn-gray-color);
  --nn-post-title-fs: var(--wn-post-title-fs);
}

.nn-text { color: var(--wn-text-color) !important; }
.nn-stext { color: var(--wn-stext-color) !important; }
.nn-primary-bg { background-color: var(--wn-primary-color) !important; }
.nn-primary-color { color: var(--wn-primary-color) !important; }
.nn-white { background-color: var(--wn-white-color) !important; }
.nn-white-bg { background-color: var(--wn-white-color) !important; }
.nn-gray { background-color: var(--wn-gray-color) !important; }
