* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
}

.header {
  border-bottom: 1px solid #ddd;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:20px;
  position: relative;
}

.header-left,
.header-right {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 150px;
  z-index: 1;
}

.header-center {

  text-align: center;
 
}

.date {
  font-size: 14px;
  margin-bottom: 2px;
}

.logo {
  font-size: 30px;
  font-weight: bold;
  font-family: Georgia, serif;
}

.the {
  color: #000;
}

.j-red {
  color: #c8102e;
}

.tagline {
  font-size: 12px;
  margin-top: 3px;
  color: #444;
  letter-spacing: 0.3px;
}

.icon {
  font-size: 20px;
  cursor: pointer;
  padding: 0.5rem;
}

.weather {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}

.weather-icon {
  width: 24px;
  height: 24px;
}

.weather-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.temp {
  font-weight: 600;
}

.city {
  font-weight: 700;
  font-size: 12px;
}
.searcxgh svg{
    width: 18px !important;
}

.subscribe-btn {
  background-color: #c8102e;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  border: none;
  padding: 7px 14px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 2px;
}
.subscribe-btn img{
    width: 15px;
    height: 12px;
    
}

.nav-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  padding: 10px 0;
  font-size: 14px;
  border-top: 1px solid #ccc;
  flex-wrap: wrap;
}

.nav-bar a {
  text-decoration: none;
  color: #000;
}

.divider {
  height: 14px;
  border-left: 1px solid #000;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .header-container {
    
    gap: 10px;
    padding: 15px 0px;
  }
  .tagline {
    font-size: 7px;

  }
  .searcxgh {
    display: none;
  }
  .header-left, .header-right {
    display: flex
;
    align-items: center;
    gap: 15px;
    min-width: 65px;
    z-index: 1;
}
  .weather{
    display: none;
  }
  .subscribe-btn{
    display: none;
  }
  .date{
    display: none;
  }
  .nav-bar{
    display: none;
  }
  .detail-content-sec{
    padding: 0rem !important;
}

  .header-center {
    position: static;
    transform: none;
  }


  .header-right {
    justify-content: end;
    display: flex;
 
  }

  .nav-bar {
    gap: 12px;
    font-size: 13px;
  }
}



.news-grid {
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  gap: 30px;
  max-width: 1400px;
  margin: 2rem auto;
  padding: 0 2rem;
}

img {
  max-width: 100%;
  display: block;

}

h2 {
  font-size: 1.688rem;
  font-family: 'MyCustomFont', sans-serif;
  margin-bottom: 10px;
  font-weight: 400;
  color: #333;
}

h3 {
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 6px;
   font-weight: 400;
  font-family: 'MyCustomFont', sans-serif;
}

h4 {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 1rem;
}

h5 {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: 'MyCustomFont', sans-serif;
  margin-bottom: 4px;
  color: #333;
}

p {
  font-size: 1.063rem;
  margin-bottom: 6px;
  color: #333333;
  line-height: 1.5;
   font-family: 'Hiragino', sans-serif;
}

hr {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #ccc;
}

.tag {
  font-size: 12px;
  font-weight: 600;
  color: #c8102e;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.author {
  font-size: 12px;
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.authors {
  font-size: 12px !important;
  color: #555 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.summary {
  color: #333;
}

.lead-story {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.lead-story .text {
  flex: 1;
  min-width: 280px;
}

.lead-story .image {
  flex: 1.3;
  min-width: 300px;
  height: auto;
  width: 100%;
}

.story-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.story-row img {
  width: 215px;
  flex-shrink: 0;
}

.story-row .text {
  flex: 1;
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.terrooiu{
    border-top: 1px solid #000;
    padding-top: 1rem;
}


.opinion {
  margin-bottom: 1rem;
}
.opinion p{
    font-size: 0.868rem;
}


.editors-pick {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Responsive */
@media (max-width: 900px) {
  .news-grid {
    grid-template-columns: 1fr;
  }

  .lead-story {
    flex-direction: column;
  }

  .story-row {
    flex-direction: column;
  }
}
@font-face {
  font-family: 'MyCustomFont';
  src: url('Utopia\ Std\ Semibold\ Display.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Hiragino';
  src: url('Hiragino\ Mincho\ Pro\ W3.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
.shouuj{
    display: flex;
    border-bottom: 1px solid #dddd;
    padding-bottom: 1rem;
    padding-top: 1rem;
    gap: 1rem;
}
.dff{
    width: 100%;

}
main a{
    color: #333;
    text-decoration: none;
}
main a:hover{
    color: #c8102e;
}


.japan-section {
  max-width: 1100px;
  margin: 4rem auto;
}

.section-title {
  font-size: 1.4rem;
    font-weight: 700;

    font-family: Arial, Helvetica, sans-serif;
   
}

.dividers {
  border-top: 2px solid #000;
  margin-bottom: 20px;
}

.top-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

.top-story img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.headline {
    font-size: 1.125rem;
  font-family: 'MyCustomFont', sans-serif;
  margin-bottom: 10px;
  padding-top: 1rem;
  font-weight: 400;
  color: #333;
}

.byline {
  font-size: 12px;
  color: #555;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.summary {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 10px;
}

.bottom-story .headline {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .top-grid, .bottom-grid {
    grid-template-columns: 1fr;
  }

  .bottom-story .headline {
    font-size: 17px;
  }
}

.image-wrapper {
  width: 100%;
  aspect-ratio: 3 / 2; /* Same height ratio for all images */
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures crop and fill */
  display: block;
}
.fhryig{
    margin-top: 1rem;
}



/* Page Link Buttons */
.page-links-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: space-between;
}

.page-link-button {
  flex: 1 1 calc(50% - 10px);
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px 15px;
  color: #333;
  font-size: 11px;
  cursor: pointer;
  text-align: center;
}

/* Supplements Block */
.supplements-wrapper {
  background-color: #f3f1ea;
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
}

.supplements-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: gray;
}

.supplements-icon {
  font-size: 12px;
}

.supplements-button {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
}

/* Sponsor Banner */
.sponsor-ad-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f3f1ea;
  padding: 15px;
  margin-bottom: 20px;
  font-size: 14px;
}

.sponsor-name,
.sponsor-info,
.sponsor-arrow {
  display: inline-block;
}

.sponsor-info {
  font-style: italic;
  color: #666;
}

.sponsor-arrow {
  font-size: 18px;
}

/* Sustainable Section */
.sustainable-highlight-box {
  background-color: #ffff;
  border: 1px solid #cccc;
  
}

.sustainable-title {
  font-size: 14px;
  background-color: #f3f1ea;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  padding: 1rem;
  color: gray;
  text-align: center;
  margin-bottom: 10px;
}

.sustainable-content {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  align-items: center;

}

.sustainable-description {
  font-size: 14px;
  max-width: 200px;
}

.sustainable-image img {
  width: 100px;
  height: auto;
}

/* Responsive Styles */
@media (max-width: 600px) {
  .page-link-button {
    flex: 1 1 100%;
  }

  .sustainable-content {
    
    align-items: flex-start;
  }

  .sustainable-image img {
    margin-top: 10px;
  }
}
.inde-ad{
    margin: 1rem 0 2rem 0;
    display: flex;
    justify-content: center;
}
/* .puil img{
    max-width: 90px;
    width: 100%;
    height: auto;
}
.puil h5 {
    font-size: 0.9rem;
    font-family: Arial, Helvetica, sans-serif;
}
.huth{
    display: flex;
    justify-content: end;
} */






 .article-list {
      max-width: 700px;
      margin: auto;
    }

    .article-item {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      border-bottom: 1px solid #e0e0e0;
      padding: 15px 0;
      gap: 20px;
    }

    .article-text {
      flex: 1;
    }

    .article-title {
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 5px;
      color: #333;
    }

    .article-desc {
      font-size: 14px;
      color: #333;
    }

    .article-sponsored {
      font-size: 13px;
      color: #999;
      margin-top: 5px;
    }

    .article-image img {
      width: 100px;
      height: 75px;
      object-fit: cover;
    }

    @media (max-width: 600px) {
      .article-item {
       
        gap: 10px;
      }
      .news-grid{
        padding: 0 1rem;
      }
    }
    .ppij{
        margin-top: 1rem;
    }



    .sports-section {
      max-width: 1200px;
      margin: auto;
    }

    .section-title {
      font-size: 24px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    

    .sports-grid {
      display: flex;
      gap: 30px;
      flex-wrap: wrap;
    }

    .left-article {
      flex: 1 1 55%;
    }

    .left-article img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .left-article h2 {
      font-size: 24px;
      margin: 15px 0 10px;
            font-family: 'MyCustomFont', sans-serif;
      font-weight: 400;
    }

    .left-article p {
      font-size: 16px;
      line-height: 1.6;
        font-family: 'Hiragino', sans-serif;
      color: #333;
    }

    .right-articles {
      flex: 1 1 40%;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .right-article {
      border-bottom: 1px solid #e0e0e0;
      padding-bottom: 10px;
    }

    .right-article:last-child {
      border-bottom: none;
    }

    .right-article a {
      text-decoration: none;
      color: #222;
      font-size: 17px;
      font-weight: 400;
          font-family: 'MyCustomFont', sans-serif;
      display: block;
    }

    @media (max-width: 768px) {
      .sports-grid {
        flex-direction: column;
      }

      .left-article,
      .right-articles {
        flex: 1 1 100%;
      }
    }
    .difgg{
        margin-top: 2rem;
    }
    @media only screen and (min-width: 1440px){
        .header-container{
            padding: 1rem 6rem;
        }
        .news-grid{
            padding: 0 4.7rem;
        }
    }




    footer {
      background-color: #2b2b2b;
      color: #fff;
      padding: 40px 20px;
    }

    .footer-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 1400px;
      margin: auto;
    }

    .footer-column {
      flex: 1 1 160px;
    }

    .footer-column h4 {
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 15px;
    }

    .footer-column ul {
      list-style: none;
      padding: 0;
    }

    .footer-column ul li {
      margin-bottom: 10px;
      font-size: 14px;
      color: #dcdcdc;
      cursor: pointer;
    }

    .subscribe-box {
      background-color: #C8102E;
      cursor: pointer;
      color: #ffff;
      padding: 15px;
      font-weight: 600;
      font-size: 14px;
      text-align: center;
      margin-bottom: 25px;
    }
    .subscribe-box:hover{
        opacity: 0.8;
    }

    .social-section,
    .newsletter-section {
      font-size: 14px;
      margin-top: 20px;
    }


    .newsletter-section h4 {
      margin-bottom: 10px;
    }

    .social-icons {
      display: flex;
      gap: 10px;
      margin-top: 1rem;
    }

    .social-icons a {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #2b2b2b;
      font-weight: bold;
      text-decoration: none;
      font-size: 18px;
    }
    footer h4{
        border: none;
    }
    .newsletter-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid white;
      padding: 10px 20px;
      margin-top: 10px;
      background: transparent;
      color: #fff;
      font-weight: bold;
      cursor: pointer;
    }
    .newsletter-btn:hover{
        background-color: #363636;
        border: 1px solid #3d3d3d;
        
    }

    .newsletter-btn span {
      margin-left: 10px;
      font-size: 12px;
      font-weight: 400;
    }
    .footer-bottom{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 2rem;
         border-top: 1px solid #444;
    }

    .footer-bottom p{
      text-align: center;
      font-size: 11px;
      font-family: system-ui;
      color: #ffff;
      align-items: center;
     
      padding: 15px 10px 0;

    }
.footer-column p{
    color: #dcdcdc;
    font-family: system-ui;
    font-size: 13px;
}
.social-section h4{
    margin: 0;
}
    @media (max-width: 768px) {
      .footer-container {
        flex-direction: column;
      }
      .story-row img {
        width: 100%;
      }

      .footer-column {
        flex: 1 1 100%;
      }

      .subscribe-box {
        max-width: 300px;
        margin: 20px auto;
      }
    }
    .foot{
        width: 50%;
    }
    .foot img{
        width: 147px;
        height: 22px;
}

.mfarrow {
  background-color: gray;
  padding: 0.5rem;
  position: fixed;   /* <-- fixed makes it stick to screen */
  right: 30px;
  display: none;
  cursor: pointer;
  bottom: 30px;
  width: 50px;
  z-index: 9999;     /* optional: keeps it above other content */
}
.mfarrow:hover{
    background-color: #C8102E;
}
.mfarrow.show {
  display: block;
  opacity: 1;
}

  .mfarrow img {
  transform: scaleY(-1);
}
.dermo:hover{
        background-color: rgb(225, 225, 225);
    border-radius: 50%;
}


  .xtzSidebarWrap97 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  will-change: opacity, visibility;
}
.xtzSubscribeArea97{
    display: flex;
    gap: 0.4rem;
}
.fragnents{
    margin-top: 2rem;
}
.fragnents a{
    color: #ffff;
    text-decoration: none;
}
.fragnents p{
    text-transform: uppercase;
    border-bottom: 1px solid gray;
    padding-bottom: 1rem;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
}
.fragnents p:hover a{
    color: gray;
}


.xtzSidebarWrap97.xtzSidebarVisible97 {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.xtzSidebarBox97 {
  width: 320px;
  height: 100vh;
  background: #121212;
  color: #fff;
  padding: 20px;
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s ease;
  box-shadow: 2px 0 10px rgba(0,0,0,0.3);
  will-change: transform, opacity;
}

.xtzSidebarWrap97.xtzSidebarVisible97 .xtzSidebarBox97 {
  transform: translateX(0);
  opacity: 1;

}

        .xtzCloseBtn97 {
        font-size: 24px;
        text-align: right;
        cursor: pointer;
        margin-bottom: 20px;
        }

        .xtzSubscribeArea97 h4 {
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 10px;
        }

        .xtzSubscribeArea97 .xtzSubBtn97 {
        width: 100%;
        background: #c8102e;
        color: white;
        padding: 10px;
        border: none;
        margin-bottom: 10px;
        font-weight: bold;
        cursor: pointer;
        }

        .xtzNavList97 {
        margin-top: 20px;
        }

        .xtzNavItem97 {
        background: #333;
        padding: 12px;
        margin-bottom: 6px;
        color: white;
        font-size: 14px;
        }

        .menu-button {
        cursor: pointer;
        display: inline-block;
        padding: 10px;
        }

        .menu-button svg {
        width: 24px;
        height: 24px;
        }


          /* Hidden by default */
.sticky-header {
  position: fixed;
  top: -190px;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);

  transition: top 0.4s ease-in-out;
  padding: 10px 20px;
}

.sticky-header.show {
  top: 0;
}

.sticky-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sticky-logo img {
  height: 30px;
}

.subscribe-mini {
  background: #c8102e;
  color: white;
  font-weight: bold;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 3px;
}

.sticky-header .icon img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.detail-story h2{
    font-size: 2.5rem;
    color: black;
}
.detail-story a{
    color: black;
}
.salvce{
    font-size: 1.25rem;
}
.detail-content-sec{
    padding: 0 5rem;
}
.det-sum{
    padding: 1rem 0;
    font-family: system-ui;
    line-height: 1.3
}


.newsHighlights {
  max-width: 1100px;
  margin: 3rem auto;
}

.newsHighlights__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.newsHighlights__line {
  border-top: 2px solid #000;
  margin-bottom: 20px;
}

.newsHighlights__grid {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 30px;
}

.newsHighlights__lead {
  display: flex;
  flex-direction: column;
}

.newsHighlights__leadImage {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;

  margin-bottom: 10px;
}

.newsHighlights__leadImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.newsItem__headline {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  font-family: 'MyCustomFont', sans-serif;
  margin-bottom: 8px;
}

.newsItem__summary {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.newsHighlights__cluster {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.newsItem {
  display: flex;
  flex-direction: column;
}

.newsItem img {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  margin-bottom: 6px;

}

/* Responsive Design */
@media (max-width: 900px) {
  .newsHighlights__grid {
    grid-template-columns: 1fr;
  }

  .newsHighlights__cluster {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .newsHighlights__cluster {
    grid-template-columns: 1fr;
  }
}


.blooppp{
    margin-top: 2rem;
}

.troop{
    background-color: black;
}
.troop img{
    width: 50%;
    margin: 0 auto;
}
.htyhgg img{
    padding-left: 1rem;
}
.flors{
    display: flex;
    align-items: center;
}
.doop img{
    max-width: 120px;
}


 .breaking-alert-container {
      background-color: #eceae1;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 25px;
      gap: 25px;
      border-radius: 4px;
      flex-wrap: wrap;
    }

    .breaking-alert-image {
      flex: 0 0 auto;
      width: 120px;
    }

    .breaking-alert-image img {
      width: 100%;
      height: auto;
      display: block;
    }

    .breaking-alert-content {
      flex: 1;
      min-width: 200px;
    }

    .breaking-alert-heading {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 5px;
    }

    .breaking-alert-subtext {
      font-size: 18px;
      color: #333;
      margin-bottom: 15px;
    }

    .breaking-alert-form {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

    .breaking-alert-input {
      flex: 1;
      padding: 12px;
      font-size: 14px;
      border-radius: 5px;
      border: 1px solid #ccc;
      font-family: inherit;
    }

    .breaking-alert-button {
      background-color: #222;
      color: #fff;
      border: none;
      padding: 12px 20px;
      border-radius: 5px;
      font-weight: bold;
      cursor: pointer;
      font-size: 14px;
      text-transform: uppercase;
    }

    @media (max-width: 600px) {
      .breaking-alert-container {
        flex-direction: column;
        align-items: flex-start;
      }

      .breaking-alert-form {
        flex-direction: column;
        width: 100%;
      }

      .breaking-alert-input,
      .breaking-alert-button {
        width: 100%;
      }

      .breaking-alert-button {
        text-align: center;
      }
    }

     .newsBlockHeading {
      font-size: 20px;
      font-weight: bold;
      color: #c8102e;
      margin-bottom: 10px;
      text-transform: uppercase;
      border-bottom: 1px solid #ddd;
      padding-bottom: 5px;
    }

    .newsListItems {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .newsListItem {
      display: flex;
      align-items: flex-start;
      padding: 15px 0;
      border-bottom: 1px solid #eee;
      gap: 10px;
    }

    .newsBulletDot {
      width: 6px;
      height: 6px;
      background-color: #c8102e;
      border-radius: 50%;
      margin-top: 6px;
      flex-shrink: 0;
    }

    .newsItemContent {
      flex: 1;
    }

    .newsItemTitle {
      font-size: 15px;
      font-weight: bold;
      color: #111;
      margin: 0 0 5px;
    }

    .newsItemTime {
      font-size: 10px;
      color: #999;
      text-transform: uppercase;
    }

    @media (max-width: 500px) {
      .newsItemTitle {
        font-size: 15px;
      }

      .newsBlockHeading {
        font-size: 18px;
      }
    }

     .tabWidget {
      border: 1px solid #eee;
      max-width: 600px;

      background-color: #fff;
    }

    .tabWidget__tabs {
      display: flex;
      border-bottom: 1px solid #ddd;
    }

    .tabWidget__tab {
      flex: 1;
      padding: 12px;
      text-align: center;
      font-weight: bold;
      font-size: 14px;
      background-color: #f2f2f2;
      color: #555;
      cursor: pointer;
      transition: background-color 0.2s ease;
    }

    .tabWidget__tab--active {
      background-color: #fff;
      border-bottom: 3px solid #fff;
      color: #000;
    }

    .tabWidget__content {
      padding: 15px 10px;
    }

    .tabContent {
      display: none;
    }

    .tabContent.active {
      display: block;
    }

    .tabWidget__item {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 10px;
      border-bottom: 1px solid #eee;
      padding-bottom: 10px;
      margin-bottom: 15px;
    }

    .tabWidget__text {
      font-size: 16px;
      flex: 1;
      line-height: 1.4;
    }

    .tabWidget__image img {
      width: 90px;
      height: 70px;
      object-fit: cover;
      border-radius: 2px;
    }

    /* Responsive */
    @media (max-width: 600px) {
      .tabWidget__item {
        flex-direction: column;
        gap: 8px;
      }

      .tabWidget__image img {
        width: 100%;
        height: auto;
      }
    }
    .htksl{
        margin-top: 1rem;
    }
     .section-title {
      font-size: 1.8rem;
      font-weight: 800;
      border-bottom: 2px solid #000;
      padding-bottom: 0.5rem;
      margin-bottom: 1.5rem;
      color: #990000;
    }

    .main-feature {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      margin-bottom: 2rem;
    }

    .main-feature img {
      width: 100%;
      height: auto;
    }

    .main-feature-content {
      display: flex;
      flex-direction: column;
      gap: 0.25rem;
    }

    .tag {
      color: #990000;
      font-weight: bold;
      font-size: 0.9rem;
    }

    .main-title {
      font-size: 1.5rem;
      font-weight: 400;
      font-family: 'MyCustomFont', sans-serif;
      line-height: 1.3;
    }

    .author {
      color: #666;
      font-size: 0.7rem;
    }

    .desc {
      font-size: 1rem;
      font-family: 'Hiragino', sans-serif;
      margin-top: 0.3rem;

    }

    .grid-news {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 2rem;
    }

    .news-item {
      display: flex;
      flex-direction: column;
    }

    .news-item .tag {
      font-size: 0.8rem;
      margin-bottom: 0.25rem;
    }

    .news-title {
      font-weight: 400;
      font-family: 'MyCustomFont', sans-serif;
      font-size: 1.1rem;
      line-height: 1.4;
    }
  

    .news-author {
      color: #888;
      font-size: 0.67rem;
      margin-top: 0.25rem;
    }
    .main-feature img{
        max-width: 150px;
    }


      .main-feature {
        flex-direction: row;
      }

      .main-feature img {
        width: 20%;
        max-width: 100%;
        object-fit: cover;
      }

      .main-feature-content {
        width: 100%;

      }
    @media(max-width: 768px){
        .main-feature img{
            width: 100%;
            max-width: 100%;
            height: auto;
        }
        .main-feature {
        flex-direction: column;
      }
        .main-feature-content{
            width: 100%;
            padding: 0;
        }
    }

 .read-more-btn {
  background-color: #f6f6f6; /* light gray */
  color: #1a1a1a;           /* dark text */
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.5px;
  margin: 4rem 0;
  padding: 18px 24px;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: center;
  transition: background 0.3s ease;
}

/* Hover effect */
.read-more-btn:hover {
  background-color: #eaeaea;
}

/* Responsive */
@media (max-width: 768px) {
  .read-more-btn {
    font-size: 18px;
    padding: 14px 20px;
  }
}







.trnBoxContainer89 {
      max-width: 600px;
      margin: 0 auto;
      background-color: white;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

    .trnBoxTabs89 {
      display: flex;
      background-color: #f8f8f8;
      border-bottom: 1px solid #e0e0e0;
    }

    .trnBoxTab89 {
      flex: 1;
      padding: 16px 20px;
      text-align: center;
      background-color: transparent;
      border: none;
      cursor: pointer;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      transition: all 0.3s ease;
      color: #666;
    }

    .trnBoxTab89.trnBoxActiveTab89 {
      background-color: white;
      color: #333;
      border-bottom: 2px solid #333;
    }

    .trnBoxTab89:hover {
      background-color: #f0f0f0;
    }

    .trnBoxContent89 {
      display: none;
      padding: 0;
    }

    .trnBoxContent89.trnBoxActiveContent89 {
      display: block;
    }

    .trnBoxNewsItem89 {
      display: flex;
      padding: 20px;
      border-bottom: 1px solid #e8e8e8;
      gap: 20px;
      align-items: flex-start;
    }

    .trnBoxNewsItem89:last-child {
      border-bottom: none;
    }

    .trnBoxText89 {
      flex: 1;
    }

    .trnBoxTitle89 {
      font-size: 18px;
      line-height: 1.4;
      color: #333;
      margin: 0;
      font-weight: 400;
    }

    .trnBoxImage89 {
      width: 120px;
      height: 80px;
      object-fit: cover;
      border-radius: 4px;
      flex-shrink: 0;
    }

    .trnBoxPlaceholder89 {
      width: 120px;
      height: 80px;
      background-color: #e0e0e0;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #999;
      font-size: 12px;
      text-align: center;
      flex-shrink: 0;
    }

    /* Responsive */
    @media (max-width: 768px) {
      body {
        padding: 10px;
      }

      .trnBoxContainer89 {
        max-width: 100%;
      }

      .trnBoxTab89 {
        padding: 12px 16px;
        font-size: 12px;
      }

      .trnBoxNewsItem89 {
        padding: 16px;
        gap: 16px;
        flex-direction: column;
      }

      .trnBoxTitle89 {
        font-size: 16px;
      }

      .trnBoxImage89,
      .trnBoxPlaceholder89 {
        width: 100%;
        height: 200px;
        order: -1;
      }
    }

    @media (max-width: 480px) {
      .trnBoxTab89 {
        padding: 10px 12px;
        font-size: 11px;
      }

      .trnBoxNewsItem89 {
        padding: 12px;
      }

      .trnBoxTitle89 {
        font-size: 15px;
      }
    }





        .xxsearchOverlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #eee;
  padding: 20px;
  display: none;
  justify-content: center;
  animation: slideDown 0.4s ease forwards;
  z-index: 999;
}

.xxsearchBox {
  background: #fff;
  padding: 10px 16px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 500px;
}

.xxsearchInput {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  color: #333;
}

.xxsearchIcon {
  flex-shrink: 0;
}

.xxsearchClose {
  font-size: 20px;
  color: #888;
  cursor: pointer;
  flex-shrink: 0;
}

/* Animation */
@keyframes slideDown {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Responsive */
@media (max-width: 600px) {
  .xxsearchBox {
    flex-direction: row;
    width: 90%;
  }
}