body {
    margin: 0;
    overflow-x:hidden;
}

/* Top Bar */

.top-bar {
    width: 100%;
    padding: 15px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    /*sticky header  */
    position: sticky;
    top: -46px;
    z-index: 999;
    background: white;
}

.left-section {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 25px;


}
/* Header wrapper */
.wrs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
}
.right-section {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Menu + Search icons */
.icon {
    font-size: 22px;
    cursor: pointer;
}

/* BBC Logo */
.bbc-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: "Roboto", sans-serif;
    line-height: 1.1;
}

.bbc-logo img {
      height: 110px;
    width: auto;
    max-width: 100%;
    margin-left: 14px;
        
    }
    .logo-date {
    font-size: 15px;
    font-weight: 500;
    color: #666;
    margin-right: 12px;
    white-space: nowrap;
}


/* Tagline under logo */
.logo-tagline {
    font-size: 11px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color:black;
    margin-left: 366px;
    margin-top: -24px;
    font-family: "Playfair Display", serif;

    
 
}
header.sticky .bbc-logo {
    transform: none !important;
    scale: 1 !important;
}



/* Register + Sign In */
.btn {
    padding: 10px 20px;
    color: white;
    background: black;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
}
.signin {
    text-transform: uppercase;
    color: white;
    background: black;
    font-weight: 500;
    font-size:15px;
    text-decoration: none;
    cursor: pointer;
    padding: 7px 14px;
    font-family: "Roboto", sans-serif;
    border-radius: 3px;
}

/* Overlay */
.signin-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
}


.signin-modal {
    background: black;
    width: 552px;
    max-width: 95%;
    /*border-radius: 36px;*/
    display: flex;
    overflow: hidden;
    position: relative;
    animation: popup 0.4s ease;
    left: 435px;
    top: 94px;
}

@keyframes popup {
    from { transform: scale(0.9); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.signin-close {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 26px;
    cursor: pointer;
    color:white;
}

/* Left Image */
.signin-left {
    width: 45%;
}

.signin-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Right Content */
.signin-right {
   width: 79%;
    padding: 35px;
    margin-left: 9px;
}

.brand-title {
    font-size: 28px;
    font-weight: bold;
    color: white;
    margin-bottom: 5px;
}

.signin-text {
    font-size: 14px;
    color:white;
    margin-bottom: 20px;
}

.newsletter-title {
    color:white;
    font-size: 18px;
    margin-bottom: 15px;
}

.signin-right input {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.agree {
    display: inline-flex;     /* tighter than flex */
    align-items: center;
    font-size: 13px;
    line-height: 1;
    gap: 4px;    
    color:white;/* control spacing here */
}

.agree input[type="checkbox"] {
    margin: 0;                /* removes default gap */
    padding: 0;
    margin-left:-55px;
}



.subscribe-btn {
    width: 100%;
    padding: 12px;
   background: linear-gradient(135deg, #000000, #ffffff);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
    margin-top:16px;
}
.ag-sd{
        margin-left: -62px;
    width: 340px;
}

.subscribe-btn:hover {
    opacity: 0.9;
}


@keyframes popupFade {
    from { transform: scale(0.9); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

/* Close */
.signin-close {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}

/* Title */
.signin-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
}

/* Inputs */
.signin-modal input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 14px;
}

/* Button */


/*.signin {*/
/*    text-transform: uppercase;*/
/*    color:white;*/
/*    background:black;*/
/*    font-weight: bold;*/
/*    text-decoration: none;*/
/*    cursor: pointer;*/
/*    padding: 10px 5px;*/
/*    font-family: "Roboto", sans-serif;*/
/*}*/

/* Navigation Bar */
.nav {
    display: flex;
    justify-content: center;
    gap: 35px;
    padding: 12px 0;
    font-size: 15px;
    margin-left:-77px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    font-family: "Roboto", sans-serif;
    
}
#outer,#inner{
    fill: red !important;
}


.nav a {
    text-decoration: none;
    color: black;
    padding-bottom: 6px;
    font-weight: 400;
}

.nav a.active {
    border-bottom: 2px solid black;
    font-weight: bold;
    color:black;
}

.audio-active {
    background: #e8e8e8;
    padding: 6px 10px;
    border-radius: 2px;
}

/* Layout grid */
.news-container {
    display: grid;
    grid-template-columns: 1fr 1.6fr 1fr;
    gap: 25px;
    padding: 30px;
}

/* General card + image styles */
article img,
.main-img {
    width: 100%;
    display: block;
    
}

/* article {
    margin-bottom: 30px;
} */

/* Typography */
h1 {
    font-size: 32px;
    letter-spacing: -0.36px;
    margin: 10px 0;
    font-weight: 500;
    
    
}

h2 {
    font-size: 20px;
    margin: 10px 0;
    letter-spacing: -0.36px;
    font-weight: 500;
}
.heading-link {
    text-decoration: none;
    color: inherit;   /* keeps the h2 color */
}

.heading-link:hover {
    text-decoration: underline;

}


.summary {
    font-size: 16px;
    margin: 10px 0;
}

p {
    font-size: 15px;
    color: #444;
}

.meta {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #666;
}

.live h2 {
    color: #d10000;
}

/* add */
.ad-section {
    width: 100%;
    padding: 30px 0;
    background: #f5f5f5;
}

.ad-container {
    width: 100%;
    /*max-width: 1200px;*/
    margin: auto;
    display: flex;
    gap: 30px;
}

/* LEFT CONTENT */
.content-left {
    flex: 3;
    /*background: #fff;*/
    padding: 25px;
    /*border: 1px solid #ddd;*/
    position: relative;
}

.ad-provider {
    /*position: absolute;*/
    top: 10px;
    right: 15px;
    font-size: 14px;
    color:black;
    /*display:none;*/
}

.content-grid {
    display: flex;
    gap: 30px;
    align-items: center;
}

.content-image img {
    width: 460px;
    height: auto;
}

/* Text */
.content-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.3;
}

.content-title a {
    text-decoration: none;
    color: #000;
}

.content-subtext {
    font-size: 17px;
    margin-bottom: 20px;
}

.content-brand {
    font-weight: 500;
    color:black;
    margin-bottom: 25px;
    font-size:26px;
}

.content-btn {
    display: inline-block;
    padding: 10px 22px;
    border: 1px solid #333;
    border-radius: 5px;
    text-decoration: none;
    color:#d03434;
    font-weight: 500;
    margin-top:18px;
}

/* RIGHT AD */
.ad-right {
    flex: 1;
    /*background: #fff;*/
    /*border: 1px solid #ddd;*/
    padding: 15px;
    text-align: center;
}

.ad-label {
    font-size: 13px;
    color: #777;
    margin-bottom: 10px;
}

.ad-right img {
    width: 50%;
    height: auto;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .ad-container {
        flex-direction: column;
    }

    .content-grid {
        flex-direction: column;
        text-align: center;
    }

    /*.content-image img {*/
    /*    width: 100%;*/
    /*}*/
}


.bbc-feature-section {
    width: 100%;
    padding: 20px 0 40px;
    border-top: 2px solid #000;
    max-width: 1400px;
    margin: auto;
}

.feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:20px;
    padding: 20px;
}

.feature-link {
    text-decoration: none;
    color: inherit;
}

.feature-image img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 3/2;
}

.feature-heading {
    font-size: 23px;
    
    line-height: 1.3;
    font-weight: 500;
    color: #000;
}

.feature-heading:hover {
    text-decoration: underline;
}

.feature-desc {
    font-size: 16px;
    line-height: 1.3;
    color: #333;
    
}
.bbc-head{
   font-size: 17px; 
   line-height: 1px;
   letter-spacing: -0.25px;
   color: black;
   font-weight: 800;
   text-transform: uppercase;
   margin-left: 23px;
   font-family: sans-serif;
}

.audio-feature {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to right, #000 0%, #222 40%, #3e3e3e 100%);
    color: #fff;
    padding: 90px;
    height: 130px;
    gap: 40px;
}

.audio-left {
    flex: 1;
}

.audio-tag {
    color: #ccc;
    font-size: 18px;
    font-family: sans-serif;
    
}

.audio-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
}

.audio-subtitle {
    font-size: 18px;
    color: #bbb;
    margin-bottom: 30px;
    max-width: 550px;
}

.audio-actions {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 10px;
}

.audio-play,
.audio-save {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    cursor: pointer;
}

.play-icon,
.save-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.audio-right {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
}

.audio-image {
    padding:29px;
    width: 280px;
    height: auto;
    border-radius: 4px;
    z-index: 2;
}

/* Waveform effect */
.audio-wave {
    position: absolute;
    left: 320px;
    right: 0;
    height: 180px;
    background: repeating-linear-gradient(
        90deg,
        rgba(255,255,255,0.4) 0px,
        rgba(255,255,255,0.4) 4px,
        transparent 4px,
        transparent 12px
    );
    opacity: 0.4;
}

hr{
    color: rgb(186, 184, 184);
}

.outer-grid {
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 36px;
  align-items: start;
  padding: 50px;
}

/* LEFT MAIN */
/* .left-main { } */

/* INNER TOP (two columns inside left) */
.inner-top {
  display: grid;
  grid-template-columns: 35% 65%; /* narrow text | wide image */
  gap: 24px;
  align-items: start;
}

/* Lead article (left narrow column) */
.lead-article { 

}
.lead-title {
  font-size: 28px;
  margin: 0 0 12px;
  font-weight: 700;
}
.lead-excerpt {
  margin: 0 0 12px;
  color: #444;
  max-width: 100%;
}

/* Image column */
.inner-image figure {
  margin: 0;
}
.inner-image img {
  width: 100%;
  height: auto;
  display: block;
  
}

/* Cards row (three columns under inner-top) */
.cards-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 28px;
}

.card figure { margin: 0 0 8px; }
.card img { width: 100%; height: auto; display: block; aspect-ratio: 3/2; }
.card-title { font-size: 18px; margin: 8px 0; font-weight: 700; }
.card-excerpt { margin: 0 0 8px; color: #444; font-size: 15px; }

/* RIGHT SIDEBAR */
.right-side {
  display: flex;
  flex-direction: column;
  
}

.side-item figure { margin: 0 0 8px; }
.side-item img { width: 100%; height: auto; display: block;  }
.side-title { font-size: 18px; margin: 6px 0; font-weight: 700; }
.side-excerpt { margin: 0 0 8px; color: #444; font-size: 15px; }

/* Shared small meta */
.meta {
  color: #777;
  font-size: 15px;
  margin-top: 6px;
}

/* Hover effect f5or clickable headings (visual only) */
.card-title:hover,
.side-title:hover,
.lead-title:hover {
  text-decoration: underline;
  cursor: pointer;
}

.must-watch {
    padding: 40px 30px;
    max-width: 1400px;
    margin: auto;
    background-color: black;
}

.mw-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 3px solid #444;
    padding-top: 12px;
    margin-bottom: 25px;
    color: white;
}

.mw-title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
     color: white;
     font-family: sans-serif;
     padding: 8px;
     text-transform: uppercase;
}

.mw-arrows button {
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    margin-left: 15px;
}

.mw-carousel {
    overflow: hidden;
    width: 100%;
}

.mw-track {
    display: flex;
    gap: 28px;
    transition: transform 0.3s ease;
}

.mw-item {
    min-width: 300px;
    max-width: 300px;
}

.mw-img-wrap {
    position: relative;
}

.mw-img-wrap img {
    width: 100%;
    height: auto;
    border-radius: 3px;
    aspect-ratio: 3/2;
}

.mw-play {
    position: absolute;
    bottom: 12px;
    left: 12px;
    font-size: 30px;
    background: rgba(0,0,0,0.7);
    padding: 4px 10px;
    border-radius: 3px;
}

/* h3 {
    margin: 12px 0 8px;
    font-size: 20px;
    font-weight: bold;
     color: white;
} */



.mw-meta {
    margin-top: 5px;
    opacity: 0.7;
     color: white;
}

.review-section {
  width: 100%;
  
}

.category-bar {
  display: flex;
  height: 43px;
  align-items: center;
  gap: 0.4rem;
  font-weight: bold;
  /* margin-bottom: 1.5rem; */
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: clamp(0.85rem, 1vw, 1rem);
  padding: 4px;
}

.arrow {
  font-size: 0.9rem;
  margin-left: -13px;
}

.review-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  gap: 2rem;
  align-items: flex-start;
}

.review-image {
  flex: 1 1 550px;
}

.review-image img {
  width: 100%;
  height: auto;
 
  display: block;
  object-fit: cover;
}

.review-content {
  flex: 1 1 350px;
  max-width: 450px;
}

.review-title {
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-weight: 700;
  margin-bottom: 0.8rem;
  line-height: 1.3;
  font-family: "Playfair Display", serif;
}

.stars {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #000;
}

.review-text {
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  margin-bottom: 1.5rem;
}

.review-btn {
  padding: 0.7rem 1.4rem;
  border: 2px solid #111;
  text-decoration: none;
  color: #111;
  font-weight: bold;
  transition: 0.2s ease;
  display: inline-block;
}

.review-btn:hover {
  background: #111;
  color: #fff;
}


    .nx-grid-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 40px;
        /* border-top: 4px solid #000; */
        padding: 20px 20px;
    }

    .nx-section-header {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.5px;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-top :2px solid #000;
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
    }

    .nx-arrow {
        font-weight: 700;
        font-size: 20px;
        margin-left: -4px;
    }

    .nx-article img {
        width: 100%;
        height: 170px;
        object-fit: cover;
        
    }

    .nx-title {
        font-size: 20px;
        font-weight: 700;
        margin: 12px 0;
        line-height: 1.3;
    }

    .nx-description {
        font-size: 16px;
        color: #444;
        line-height: 1.5;
        margin-bottom: 18px;
    }

    .nx-list-box {
        border-top: 1px solid #ddd;
        padding-top: 12px;
        margin-top: 14px;
    }

    .nx-list-item {
        padding: 8px 0;
        font-size: 17px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
    }

    .nx-list-item:hover {
        color: #111111;
        text-decoration: underline;
    }

    /* Responsive */
    @media (max-width: 1100px) {
        .nx-grid-container {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 700px) {
        .nx-grid-container {
            grid-template-columns: 1fr;
        }
    }

@media (max-width: 900px) {
  .review-grid {
    flex-direction: column;
  }
}

/* Responsive */
@media (max-width: 768px) {
    .mw-item {
        min-width: 260px;
        max-width: 260px;
    }
}

/* Responsive behavior */
/* Step 1: medium screens -> left becomes single column and right below image */
@media (max-width: 1060px) {
  .outer-grid {
    grid-template-columns: 1fr;
  }
  /* Keep inner-top as 2 columns but stack when narrow */
  .inner-top {
    grid-template-columns: 1fr;
  }
  .cards-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile: stack everything; three cards become single column */
@media (max-width: 640px) {
  .container { padding: 18px; }
  .cards-row { grid-template-columns: 1fr; gap: 18px; }
  .lead-title { font-size: 22px; }
  .card-title, .side-title { font-size: 16px; }
  .lead-excerpt, .card-excerpt, .side-excerpt { font-size: 14px; }
}

/* Responsive */
@media (max-width: 1000px) {
    .audio-feature {
        flex-direction: column;
        text-align: center;
    }

    .audio-right {
        width: 100%;
        justify-content: center;
    }

    .audio-wave {
        position: static;
        width: 100%;
        height: 120px;
        margin-top: 20px;
    }
}


/* Responsive */
@media (max-width: 900px) {
    .feature-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .feature-heading {
        font-size: 24px;
    }

    .feature-desc {
        font-size: 16px;
    }
}


/* ---- Responsive ---- */
@media (max-width: 900px) {
    .ad-grid {
        flex-direction: column;
        text-align: center;
    }

    .ad-title {
        font-size: 24px;
    }
}

@media (max-width: 600px) {
    /*.ad-container {*/
      
    /*    padding: 20px;*/
    /*}*/

    .ad-title {
        font-size: 20px;
    }
}


/* Responsive tablet view */
@media (max-width: 992px) {
    .news-container {
        grid-template-columns: 1fr 1fr;
    }
    .right-col {
        grid-column: span 2;
    }
}

/* Mobile view */
@media (max-width: 650px) {
    .news-container {
        grid-template-columns: 1fr;
    }
}


/* last carousel */


.discover2 {
    width: 100%;
    background: #0f1112;
    color: #fff;
    padding: 28px 20px;
    box-sizing: border-box;
    font-family: Georgia, "Times New Roman", serif;
  }

  .discover2 h2 {
    margin: 0 0 18px 0;
    font-size: 22px;
    letter-spacing: 0.6px;
  }

  /* ---------- Slider wrapper: controls clipping ---------- */
  .discover2__wrap {
    position: relative;        /* important: anchors absolute arrows */
    overflow: hidden;          /* clip overflowing slides */
          /* reserve space visually for arrows */
    box-sizing: border-box;
  }

  /* ---------- Track (scrollable) ---------- */
  .discover2__track {
    display: flex;
    gap: 22px;
    padding: 12px 0 26px 0;
    margin: 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }
  .discover2__track::-webkit-scrollbar { display: none; }

  /* ---------- Slide card ---------- */
  .discover2__card {
    min-width: 270px;
    max-width: 280px;

    
    scroll-snap-align: start;
    padding-bottom: 12px;
  }

  .discover2__img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block; /* prevents whitespace under image */
    
  }

  .discover2__title {
    font-size: 20px;
    margin: 12px 14px 6px 14px;
    color: #eee;
  }

  .discover2__text {
    font-size: 14px;
    margin: 0 14px 12px 14px;
    line-height: 1.45;
    color: rgba(255,255,255,0.85);
    opacity: 0.9;
  }

  /* ---------- Arrows (positioned relative to wrapper) ---------- */
  .discover2__arrow {
    position: absolute;
    top: 50%;

    width: 46px;
    height: 64px;
    border: none;
   
   background: #0f1112;
   color: white;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 30;
    border-radius: 4px;
   
    
  }
  .last{
        width: 95% !important;
    margin-left: 1%;
  }
.lasti{
  width: 100% !important;;
    margin-left: 4%;
}
 

  /* explicit left / right positions inside the padded wrapper */
  .discover2__arrow--prev {
    left: 95%;  
    top: -22px; /* sits inside the left padding area */
  }

  .discover2__arrow--next {
    right: -12px;
    top: -22px;  /* sits inside the right padding area */
  }

  /* Make sure arrows don't cover the title text on very small screens */
  @media (max-width: 520px){
    .discover2__wrap { padding: 0 8px; }
    .discover2__arrow { width: 40px; height: 56px; left: 6px; right: 6px; }
    .discover2__card { min-width: 85%; max-width: 85%; }
  }

  /* Reset */
.watchpanel * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Section wrapper */
.watchpanel {
  width: 100%;
  background: #0f1112;
  color: #fff;
  padding-top: 25px;
  font-family: Georgia, "Times New Roman", serif;
}

/* Header line */
.watchpanel__label {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
  border-top: 2px solid #fcf9f9;
  padding-top: 12px;
  width: 100%;
  display: inline-block;
  color: white;
}

.watchpanel__arrow {
  font-size: 15px;
  margin-left: 1px;
}

/* Layout: Image left + text right */
.watchpanel__content {
  display: flex;
  margin-top: 18px;
  background: #000;
  min-height: 380px;
}

/* Left Image block */
.watchpanel__imagewrap {
  flex: 65%;
  overflow: hidden;
}

.watchpanel__image {
  width: 100%;
  height:96%;
  object-fit: cover;
  display: block;
}

/* Right text block */
.watchpanel__textwrap {
  flex: 35%;
  background: #000;
  padding: 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Title text (NO h1/h2) */
.watchpanel__title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  color: white;
  text-decoration: underline;
}

/* Description paragraph */
.watchpanel__desc {
    color: white;
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 30px;
  line-height: 1.4;
}

/* CTA button */
.watchpanel__btn {
  border: 2px solid #fff;
  padding: 10px 22px;
  color: white;
  text-decoration: none;
  font-size: 18px;
  width: fit-content;
}

.watchpanel__btn:hover {
  background: #fff;
  color: #000;
}

/* Responsive: Stack on small screens */
@media (max-width: 850px) {
  .watchpanel__content {
    flex-direction: column;
  }
  .watchpanel__textwrap {
    padding: 25px;
  }
}

/* FOOTER MAIN */
.bbc-footer {
  width: 100%;
  background: #fff;
  color: #000;
  font-family: Arial, sans-serif;
  text-align: center;
}

/* NAV */
.bbc-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  font-size: 16px;
  margin-bottom: 25px;
  font-weight: 500;
  justify-content: center;
}

.bbc-footer__nav a {
  text-decoration: none;
  color: #000;
}

/* DIVIDER */
.bbc-footer__divider {
  height: 1px;
  background: #d5d5d5;
  border: none;
  margin: 30px 0 20px;
}

/* SOCIAL ROW */
.bbc-footer__social-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}

.bbc-footer__follow-label {
  font-size: 16px;
  font-weight: 500;
}

.bbc-footer__social-icons {
  display: flex;
  gap: 15px;
}

.bbc-footer__social-icons span {
  font-size: 14px;
  cursor: pointer;
}

/* COPYRIGHT */
.bbc-footer__copy {
  font-size: 15px;
  line-height: 1.4;
  margin-top: 15px;
}

/* IMAGE */
.footer-img {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  display: block;
}

/* MOBILE */
@media (max-width: 700px) {
  .bbc-footer__nav {
    gap: 15px;
    font-size: 14px;
  }
}



/* detail */
/* Article Wrapper */
.detail-news-article-wrap {
    max-width: 780px;
    margin: 0 auto;
    padding: 20px;
    /* font-family: "Georgia", serif; */
    line-height: 1.6;
    color: #222;
}

/* TITLE */
.detail-news-headline {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.25;
    font-family:math;
}

/* Meta Row */
.detail-news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    font-size: 12px;
    color: #020202;
    font-weight: 400;
    font-family: sans-serif;
}

.detail-news-share-box {
    display: flex;
    align-items: center;
    gap: 2px;
}

.detail-news-icon-btn {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

/* Author Section */
.detail-news-author-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
}

.detail-news-author-pic {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.detail-news-author-name {
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    font-family: sans-serif;
    color: #000;
}

.detail-news-author-role {
    font-size: 13px;
   
    margin: 2px 0 0;
    font-family: sans-serif;
    color: #000;
}

/* Hero Image */
.detail-news-hero-box {
    margin: 20px 0;
    position: relative;
}

.detail-news-hero-img {
    width: 100%;
    border-radius: 3px;
    object-fit: cover;
}

.detail-news-img-credit {
    position: absolute;
    bottom: 6px;
    right: 10px;
    background: rgba(0,0,0,0.65);
    color: #fff;
    padding: 2px 6px;
    border-radius: 2px;
    font-size: 11px;
}

/* Body Text */
.detail-news-body-text p {
    font-size: 17px;
    margin-bottom: 18px;
}

/* Responsive */
@media (max-width: 600px) {
    .detail-news-headline {
        font-size: 26px;
    }

    .detail-news-body-text p {
        font-size: 16px;
    }
}


.diff-container {
    max-width: 750px;
    margin: 40px auto;
    padding: 0 20px;
}

/* BEFORE DETAIL */
.diff-before-detail {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 20px;
}

/* TITLE STYLE */
.diff-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.3;
}

/* AUTHOR STYLE */
.diff-author {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 25px;
    color: #333;
}

/* CONTENT */
.diff-content p {
    margin-bottom: 18px;
    font-size: 1.05rem;
}

.diff-intro {
    font-weight: bold;
}

/* LIST */
.diff-list {
    padding-left: 25px;
    margin-bottom: 18px;
}

.diff-list li {
    margin-bottom: 10px;
}

/* LINKS */
.diff-link {
    color: #0056b3;
    text-decoration: none;
}

.diff-link:hover {
    text-decoration: underline;
}

.relateddiff-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

/* TITLE */
.relateddiff-title {
    
    font: 1em sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

/* RELATED LINKS */
.relateddiff-links {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.relateddiff-item {
    font-size: 1.2rem;
    font-weight: 600;
    flex: 1;
    min-width: 240px;
}

.relateddiff-divider {
    margin: 20px 0 30px;
    border: 0;
    border-top: 2px solid #ddd;
}

/* FEED HEADER */
.relateddiff-feed-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.relateddiff-feed-logo {
    font-size: 1.1rem;
    font-weight: bold;
}

.relateddiff-feed-logo span {
    font-weight: normal;
}

.relateddiff-feed-ad {
    font-size: 0.8rem;
    letter-spacing: 1px;
    color: #777;
}

/* GRID */
.relateddiff-feed-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.relateddiff-card {
    display: flex;
    flex-direction: column;
}

.relateddiff-card img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.relateddiff-card-title {
    font-size: 1.15rem;
    font-weight: bold;
    margin: 12px 0 8px;
}

.relateddiff-card-desc {
    color: #444;
    font-size: 0.95rem;
    margin-bottom: 6px;
}

.relateddiff-card-source {
    font-size: 0.85rem;
    color: #777;
}

.relateddifferent-section {
    width: 100%;
    max-width: 1200px;
    padding: 40px;
    
}

.relateddifferent-heading {
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: bold;
    font-family: sans-serif;
}

.relateddifferent-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    gap: 30px;
}

.relateddifferent-time {
    color: #666;
    min-width: 70px;
    font-size: 14px;
    margin-top: 5px;
}

.relateddifferent-content {
    flex: 1;
}

.relateddifferent-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 10px;
}

.relateddifferent-desc {
    font-size: 18px;
    color: #333;
}

.relateddifferent-img img {
    width: 187px;
    /*aspect-ratio: 3/2;*/
    height: auto;
    object-fit: cover;

}

.relateddifferent-divider {
    height: 1px;
    background: #eee;
    margin: 20px 0;
}

/* category */
.beforecat-business-headline {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 40px;
    line-height: 36px;
    letter-spacing: -0.32px;
}

.beforecat-wrapper {
    display: grid;
    grid-template-columns: 1fr 2.5fr 1.1fr;
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
   padding: 22px 17px;
    
}

.beforecat-main-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.beforecat-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 20px;
    
}

.beforecat-desc {
    font-size: 17px;
    margin-bottom: 25px;
    color: #444;
    line-height: 1.5;
}

.beforecat-meta {
    color: #666;
    font-size: 11px;
    display: flex;
    gap: 8px;
    align-items: center;
    
}

.beforecat-dot {
    font-size: 20px;
    line-height: 0;
}

.beforecat-main-image img {
    width: 100%;
    height: auto;
    
    object-fit: cover;
}

.beforecat-side-article {
    display: flex;
    flex-direction: column;
}

.beforecat-side-image img {
    width: 100%;
    height: auto;
  
    object-fit: cover;
    margin-bottom: 15px;
}

.beforecat-side-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}

.beforecat-side-desc {
    font-size: 16px;
    color: #444;
    line-height: 1.5;
    margin-bottom: 20px;
    
}



/* Responsive */
@media (max-width: 1050px) {
    .beforecat-wrapper {
        grid-template-columns: 1fr;
    }
}


/* RESPONSIVE */
@media (max-width: 900px) {
    .relateddiff-feed-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .relateddiff-links {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 600px) {
    .relateddiff-feed-grid {
        grid-template-columns: 1fr;
    }
}

.cate-more-sec-wrapper{
    display:flex;
    gap:30px;
    margin:40px auto;
    max-width:1250px;
}

/* Left Section (news grid) */
.cate-more-sec-left{
    flex:1;
}

.cate-more-sec-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px 28px;
}

/* Cards */
.cate-more-sec-card{
    display:flex;
    flex-direction:column;
    text-decoration:none;
    color:#000;
}

.cate-more-sec-img{
    width:100%;
    height:160px;
    background:#ddd;
    overflow:hidden;
}

.cate-more-sec-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Text Section */
.cate-more-sec-title{
    font-size:20px;
    line-height:1.25;
    font-weight:700;
    margin:12px 0 10px;
}

.cate-more-sec-excerpt{
    color:#444;
    font-size:15px;
    line-height:1.45;
}

/* Advertisement (right) */
.cate-more-sec-right{
    width:330px;
}

.cate-more-sec-ad{
    width:100%;
    height:600px;
    background:#ddd;
    overflow:hidden;
}

.cate-more-sec-ad img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Responsive */
@media(max-width:1100px){
    .cate-more-sec-grid{ grid-template-columns:repeat(2,1fr); }
}

@media(max-width:900px){
    .cate-more-sec-wrapper{ flex-direction:column; }
    .cate-more-sec-right{ width:100%; }
}

/* pagination */
.cate-more-sec-pagination {
    display: flex;
    gap: 6px;
    margin-top: 25px;
    justify-content: center;
}

.cate-more-sec-page {
    width: 48px;
    height: 48px;
    background: #f5f5f5;
    color: #000;
    font-size: 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    transition: 0.2s;
    font-weight: 500;
}

.cate-more-sec-page:hover {
    background: #e6e6e6;
}

.cate-more-sec-active {
    background: #000 !important;
    color: #fff !important;
}

.cate-more-sec-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

