

body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    
    overflow-x: hidden;
}

 
.main-section{           
margin-left: 170px;  
margin-right: 170px; 
margin-top: 100px;   
}

.sectiona{
    display: flex;
    width: 100%;
    border-left: 1px solid lightgray;
    padding-left: 10px;
}

.sectionaa{
    display: flex;
    
    padding-right: 20px;
}
.sectionab{
    padding-left: 10px;
    border-left: 1px solid lightgray;
 
}
.sectiona1 span{
    color: rgb(27, 86, 223);
    font-weight: 600;
}

.sectiona1 h2{
    line-height: 30px;
}



.quote-box-f6zbq2l {
  background-color: #f6f6f6;
  padding: 20px;
  border: 1px solid #eee;
  width: 250px;
 
  font-family: 'Georgia', serif;
  position: relative;
  padding-bottom: 70px;
}

.quote-box-header-f6zbq2l {
  
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}

.quote-box-avatar-f6zbq2l {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
}



.quote-box-name-f6zbq2l {
  color: #003366;
  font-weight: bold;
}

.quote-box-title-f6zbq2l {
  color: #0056b3;
  font-size: 0.9em;
}

.quote-box-quoteicon-f6zbq2l {
font-size: 93px;
    color: #2980b9;
    font-family: serif;
    position: absolute;
    right: 157px;
    font-weight: 600;
    top: -18px;
}

.quote-box-heading-f6zbq2l {
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0 5px;
  color: #222;
}

.quote-box-text-f6zbq2l {
  font-size: 16px;
  color: #444;
  margin: 0 0 10px;
}

.quote-box-icon-f6zbq2l img {
  width: 30px;
  height: auto;
}



.news-card-c0mp4n3ro {
  width: 100%;
  max-width: 325px;
  font-family: 'Georgia', serif;
  position: relative;
  overflow: hidden;
  padding-right: 12px;
  
  padding-left: 10px;
 
}

.news-card-c0mp4n3ro1 {
  width: 100%;
  max-width: 325px;
  font-family: 'Georgia', serif;
  position: relative;
  overflow: hidden;
 
  
  padding-left: 10px;

}



.news-card-image-c0mp4n3ro {
  position: relative;
}

.news-card-image-c0mp4n3ro img {
  width: 100%;
  height: auto;
  display: block;
}

.news-card-overlay-c0mp4n3ro {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 1.85), transparent 100%);
  color: white;
  padding: 20px 15px;
}

.news-card-label-c0mp4n3ro {
  color: #f6c900;
  font-weight: bold;
  font-size: 0.95em;
  margin-bottom: 5px;
}

.news-card-title-c0mp4n3ro {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.2;
}

.news-card-footer-c0mp4n3ro {
  display: flex;
  align-items: center;
  gap: 8px;
  
}

.news-card-footer-c0mp4n3ro img {
  width: 34px;
  height: 14px;
  border-radius: 30px;
}

.news-card-author-c0mp4n3ro {
  font-size: 0.9em;
  font-weight: bold;
  color: white;
}



.card-c3rd4n-artcl {
  width: 100%;
  max-width: 420px;
  
  background-color: white;
  padding-right: 10px;
}

.card-c3rd4n-img {
  width: 100%;
  height: auto;
  display: block;
}

.card-c3rd4n-content {
  padding: 15px 10px;
}

.card-c3rd4n-subtitle {
  color: #2171b5;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 8px;
}

.card-c3rd4n-title {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 15px 0;
  color: #222;
}

.card-c3rd4n-author {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  color: #444;
  font-weight: bold;
}

.card-c3rd4n-icon {
  width: 24px;
  height: auto;
  margin-right: 8px;
}


.sectionb{
    display: flex;
    width: 101%;
    padding-top: 30px;
}


.heading{
    border-top: 1px solid #37709f;
    border-bottom: 1px solid #37709f;
    margin-bottom: 20px;
}
.heading h1{
    color: #37709f;
    text-transform: uppercase;
    font-size: 17px;
}




.fire-section {
  font-family: 'Georgia', serif;
  padding: 30px 0px;
  max-width: 1200px;
  margin: auto;
}

.fire-section__heading {
  font-size: 16px;
  color: #003366;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #ccc;
  padding-bottom: 6px;
  margin-bottom: 20px;
}

.fire-section__grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}

/* MAIN ARTICLE */
.fire-main__image {
  width: 100%;
  height: auto;
  display: block;
}

.fire-main__label {
  color: #1e64a6;
  font-weight: bold;
  margin-top: 15px;
}

.fire-main__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  margin: 10px 0;
}

.fire-main__description {
  font-size: 16px;
  color: #444;
  margin-bottom: 10px;
}

.fire-main__author {
  font-size: 14px;
  color: #555;
  font-weight: bold;
}

/* SIDEBAR */
.fire-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fire-sidebar__item {
  background-color: #fff;
  border-left: 1px solid lightgray;
  padding-left: 10px;
}

.fire-sidebar__image {
  width: 100%;
  height: auto;
  display: block;
}

.fire-sidebar__label {
  color: #1e64a6;
  font-weight: bold;
  margin-top: 10px;
  font-size: 0.95em;
  
}

.fire-sidebar__title {
  font-size: 17px;
  font-weight: bold;
  margin: 5px 0 0;
  color: #222;
  line-height: 1.4;
}





.nw-wrapper {
    padding-top: 20px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
  font-family: Georgia, serif;
  border-left: 1px solid lightgray;
  padding-left: 10px;
  margin-bottom: 50px;
}

/* Main Article Styles */
.nw-main__image {
  width: 100%;
  height: auto;
  display: block;
}

.nw-main__caption {
  font-size: 14px;
  color: #555;
  margin-top: 8px;
}

.nw-caption__credit {
  font-style: italic;
  color: #888;
}

.nw-main__tag {
  color: #1e64a6;
  font-weight: bold;
  margin-top: 20px;
}

.nw-main__title {
  font-size: 30px;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1.1;
}

.nw-main__description {
  font-size: 16px;
  color: #444;
  margin-bottom: 12px;
}

.nw-main__author {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.nw-main__icon {
  width: 24px;
  height: auto;
  margin-right: 8px;
}

/* Timeline Styles */
.nw-timeline__header {
  font-weight: bold;
  color: #b30000;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nw-timeline{
    border-left: 1px solid lightgray;
    padding-left: 10px;
}
.nw-timeline__arrow {
  font-size: 18px;
}

.nw-timeline__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nw-timeline__list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #222;
  line-height: 1.4;
}

.nw-timeline__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: red;
  font-size: 18px;
  top: 0;
}

.nw-time {
  color: #b30000;
  font-weight: bold;
  margin-right: 6px;
}




.nw-cards-jk {
  
  display: flex;
  gap: 25px;
  max-width: 1200px;
 margin-bottom: 50px;
  font-family: Georgia, serif;
}

.nw-card-jk {
  width: 100%;
  max-width: 360px;
}

.nw-image-jk {
  width: 100%;
  height: auto;
  display: block;
}

.nw-category-jk {
  color: #1e64a6;
  font-weight: bold;
  margin-top: 10px;
  font-size: 0.95rem;
}

.nw-muted-jk {
  color: #7e7e7e;
}

.nw-title-jk {
  font-size: 20px;
  font-weight: bold;
  margin-top: 6px;
  line-height: 1.1;
}

.nw-subtext-jk {
  font-size: 0.75rem;
  color: #888;
  text-transform: uppercase;
  margin-top: 10px;
}

.nw-highlight-jk {
  background-color: #f1f3ec;
  display: flex;
  padding: 5px;
  flex-direction: column;
  justify-content: space-between;


  
}

.nw-imageblock-jk {
  position: relative;
  margin-top: 10px;
}

.nw-playbtn-jk {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255,255,255,0.8);
  border: 2px solid white;
  color: black;
  font-size: 20px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
}



.astro-article-jk {
  font-family: Georgia, serif;
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.astro-image-jk {
  width: 100%;
  height: auto;
  display: block;
}

.astro-caption-jk {
  font-size: 0.85rem;
  color: #444;
  margin-top: 5px;
  font-family: "Arial", sans-serif;
}

.astro-content-jk {
  margin-top: 20px;
  padding: 0 15px;
}

.astro-category-jk {
  font-size: 1.2rem;
  color: #1e64a6;
  font-weight: bold;
  margin-bottom: 10px;
}

.astro-headline-jk {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 15px;
  line-height: 1.3;
}

.astro-subtext-jk {
  font-size: 1rem;
  color: #333;
  margin-bottom: 10px;
}

.astro-author-jk {
  font-size: 0.85rem;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Arial", sans-serif;
  margin-bottom: 50px;
}
.sectionc1{
    width: 65%;

}



.ad-grid-jk {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 450px;
  font-family: Arial, sans-serif;
}

.ad-card-jk {
  background: #f5f5f5;
  padding: 5px;
  font-size: 14px;
}

.ad-img-jk {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
}

.ad-title-jk {
  font-weight: bold;
  color: #000;
  margin-bottom: 3px;
  line-height: 1.2;
}

.ad-source-jk {
  color: #666;
  font-size: 12px;
}
.sectionc{
    display: flex;
    gap: 20px;
}




.news-layout-unique-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 0px;
  padding-bottom: 40px;
}

.news-icon-vplus {
  background-color: #0044cc;
  color: white;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
  margin-right: 6px;
  font-size: 0.9em;
}

/* Naomi Oreskes Section */
.news-block-naomi-oreskes {
  grid-row: span 2;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.naomi-oreskes-img {
  width: 100%;
  display: block;
}

.naomi-oreskes-article {
  background-color: #3b3b3b;
  color: #fff;
  padding: 16px;
  text-align: center;
}

.naomi-label-section {
  color: #ffd700;
  font-weight: bold;
  font-size: 0.95em;
}

.naomi-oreskes-headline {
  color: #f4c430;
  font-size: 1.6em;
  margin: 5px 0;
}

.naomi-oreskes-quote {
  font-size: 1.25em;
  line-height: 1.4;
  margin: 12px 0;
}

.naomi-oreskes-author {
  font-size: 0.9em;
  color: #dddddd;
}

/* Podcast Section */
.news-block-podcast-dossier {
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.podcast-dossier-img {
  width: 100%;
  display: block;
}

.podcast-dossier-info {
  padding: 12px;
}

.podcast-dossier-label {
  color: #0044cc;
  font-weight: bold;
  font-size: 1em;
  margin: 0;
}

.podcast-dossier-title {
  font-size: 1.2em;
  margin: 6px 0;
}

.podcast-dossier-author {
  font-size: 0.7em;
  color: #555;
  margin: 0;
}

/* Topuria Section */
.topuria-card-container {
  position: relative;
  width: 100%;
  max-width: 430px;
  font-family: 'Georgia', serif;
}

.topuria-card-image-wrapper {
  position: relative;
}

.topuria-card-image {
  width: 100%;
  height: auto;
  display: block;
}

.topuria-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 10px;
  padding-right: 10px;

  color: white;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 70%, transparent 100%);
  box-sizing: border-box;
}

/* Tag block */
.topuria-card-tag {
  display: inline-flex;
  align-items: center;
  background-color: #ffcc00;
  color: #000;
  padding: 5px 8px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}

.topuria-tag-icon {
  margin-left: 8px;
  font-size: 14px;
}

/* "Opinión" label */
.topuria-card-opinion {
  color: #ffff66;
  font-weight: bold;
  margin: 0 0 6px;
  font-size: 16px;
}

/* Main headline */
.topuria-card-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 10px;
}

/* Author block */
.topuria-card-author {
  font-size: 14px;
  color: #ccc;
}

.topuria-card-vplus {
  background-color: #003399;
  color: white;
  padding: 2px 6px;
  font-weight: bold;
  border-radius: 3px;
  margin-right: 6px;
}



.grid__xp94-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0px;
  margin-bottom: 50px;
}

.card__xp94-left {
  grid-row: span 2;
  background-color: #fff;
  
  padding: 0px;

}

.card__xp94-topright,
.card__xp94-bottomright {
  background-color: #fff;

 

}

.image__xp94-main {
  width: 100%;
  height: auto;
  border-radius: 0px;
  object-fit: cover;
}

.textblock__xp94 {
  text-align: center;
  margin-top: 10px;
}

.subtitle__xp94 {
  font-size: 0.95rem;
  font-weight: bold;
  color: #264A99;
  margin-bottom: 6px;
}

.subtitle__xp94-blue {
  font-size: 0.95rem;
  font-weight: bold;
  color: #2f75bb;
  margin-bottom: 6px;
  margin-top: 0px;
}

.headline__xp94 {
  font-size: 1.3rem;
  color: #000;
  margin-bottom: 0px;
  line-height: 1.2;

}

.desc__xp94 {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.2;
}

.author__xp94 {
  font-size: 0.85rem;
  color: #333;
  font-weight: bold;
  margin-top: 8px;
}






.news-row__zb27 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px 0;
}

.news-card__zb27 {
  width: 100%;
  background-color: white;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  border-radius: 0px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.news-img__zb27 {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.news-content__zb27 {
  padding: 15px;
}

.news-category__zb27 {
  font-size: 0.95rem;
  color: #2f5ca3;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0px;
}

.news-title__zb27 {
  font-size: 1.3rem;
  color: #111;
  line-height: 1.2;
  margin-bottom: 10px;
}

.news-author__zb27 {
  font-size: 0.6rem;
  color: #555;
  font-weight: bold;
}


.card-main{
  display: flex;
 gap: 20px;
}

.opinion-carousel-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 50px;
}

.opinion-carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 500%;
}

.opinion-card {
width: 11%;
  box-sizing: border-box;
  padding: 1.5rem;
  background: #f9f9f9;
  border-right: 1px solid #e0e0e0;
  min-height: 300px;
}

.opinion-logo-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #001b5e;
  color: white;
  font-size: 2.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.opinion-category {
  color: #1c6eb7;
  font-weight: bold;
  margin: 0;
  font-size: 1rem;
}

.opinion-card-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #222;
  margin-top: 0.5rem;
}

.opinion-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.opinion-avatar {
  width: 68px;
  height: 68px;
  border-radius: 50%;
}

.opinion-quote-mark {
  font-size: 3.5rem;
  color: #0074c2;
  font-weight: bold;
  margin-top: -10px;
  font-family: Arial, Helvetica, sans-serif;
}

.opinion-author {
  color: #1c6eb7;
  font-weight: bold;
  margin: 0.5rem 0 0.25rem;
}

.opinion-divider {
  width: 30px;
  border: 1px solid #ccc;
  margin: 0.25rem 0 1rem;
}

.opinion-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #222;
}

.opinion-text {
  font-size: 1rem;
  color: #444;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.opinion-badge {
  display: inline-flex;
  align-items: center;
  background: #001b5e;
  border-radius: 999px;
  padding: 0.3rem 0.6rem;
  color: white;
  font-weight: bold;
  font-size: 1rem;
}

.v-logo {
  font-size: 1.1rem;
}

.plus-icon {
  color: #f7d100;
  margin-left: 0.25rem;
}

.opinion-carousel-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  gap: 1rem;
}

.opinion-carousel-btn {
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  background: white;
  border: 1px solid #ccc;
}

.opinion-carousel-indicator {
  font-weight: bold;
}




/* Container */
.video-scroll-wrapper-unique {
  overflow-x: auto;
  white-space: nowrap;
  padding: 0rem;
  background: #fff;
  margin-bottom: 50px;


}

.video-scroll-wrapper-unique::-webkit-scrollbar{
  display: none;
}


/* Track */
.video-card-track-unique {
  display: flex;
  gap: 1rem;
}

/* Card */
.video-card-item-unique {
  position: relative;
  width: 260px;
  height: 460px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  color: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

/* Overlay */
.video-card-overlay-unique {
  background: linear-gradient(to top, rgba(0,0,0,0.65) 40%, transparent 100%);
  padding: 5px;
  width: 96%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* Title */
.video-card-title-unique {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 3.75rem;
  line-height: 1.3;
}

/* Bottom section (duration and button) */
.video-card-bottom-unique {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
}

/* Fullscreen Button */
.video-card-btn-fullscreen-unique {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 999px;
    padding: 0.4rem 0.4rem;
    font-size: 0.55rem;
    cursor: pointer;
}

/* Duration */
.video-card-duration-unique {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 999px;
    padding: 0.2rem 0.1rem;
    font-size: 0.6rem;
    font-weight: bold;
}












.news-grid-container-unique {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
  max-width: 1200px;
  margin: auto;
}

/* LEFT MAIN ARTICLE */


.main-article-image-unique {
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.main-image-caption-unique {
  font-size: 0.85rem;
  color: #666;
  margin-top: 0.3rem;
}

.photo-credit-unique {
  color: #999;
}

.main-article-tag-unique {
  color: #0056a6;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.main-article-title-unique {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0.7rem;
}

.main-article-subtext-unique {
  font-size: 1.1rem;
  color: #444;
}

.main-article-author-unique {
  font-size: 0.9rem;
  color: #555;
  margin-top: 0.7rem;
}

/* RIGHT COLUMN */
.side-articles-unique {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.side-article-item-unique {
  display: flex;
  gap: 0.7rem;
}

.side-image-unique {
  width: 120px;
  height: 130px;
  object-fit: cover;
  border-radius: 2px;
}

.side-text-block-unique {
  display: flex;
  flex-direction: column;
}

.side-tag-unique {
  color: #0056a6;
  font-size: 0.85rem;
  font-weight: bold;
  margin: 0 0 0.2rem 0;
}

.side-title-unique {
  font-weight: bold;
  font-size: 1rem;
  margin: 0 0 0.4rem 0;
  line-height: 1.2;
}

.side-author-unique {
  font-size: 0.8rem;
  color: #555;
}

/* V+ icon */
.side-vplus-unique {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.3rem;
  gap: 0.25rem;
}

.v-icon-unique {
  background: #001b5e;
  color: white;
  border-radius: 50%;
  padding: 0.15rem 0.5rem;
  font-weight: bold;
  font-size: 0.85rem;
}

.plus-icon-unique {
  color: #f7d100;
  font-weight: bold;
}






.juego-clon-container-unique {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(2, auto);
  gap: 1.5rem;
  max-width: 1200px;
  margin: auto;
}

/* Large Card Left */
.juego-card-large-unique {
  background: #f1f1f1;
  grid-row: span 2;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.juego-large-img-unique {
  width: 140px;
  height: 140px;
  margin-bottom: 1rem;
}

.juego-large-title-unique {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0.3rem 0;
}

.juego-large-subtext-unique {
  font-size: 1rem;
  color: #1a4b8b;
  margin-bottom: 1rem;
}

/* Reusable button */
.juego-btn-unique {
  padding: 0.5rem 1.2rem;
  font-weight: bold;
  color: #1a4b8b;
  border: 1px solid #1a4b8b;
  background: white;
  border-radius: 5px;
  cursor: pointer;
}

/* Small Cards Right */
.juego-card-small-unique {
  background: #f1f1f1;
  display: flex;
  padding: .5rem;
  align-items: center;
  gap: 1rem;
}

.juego-img-small-unique {
    width: 120px;
    height: 100px;
    flex-shrink: 0;
}
.juego-text-small-unique {
  flex: 1;
}

.juego-title-small-unique {
  font-size: 1.05rem;
  font-weight: bold;
  color: #1a4b8b;
  margin: 0 0 0.4rem;
}

.juego-desc-small-unique {
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 0.7rem;
}






.sports-news-row {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
 
}

.sports-card {
  background-color: white;
  max-width: 286px;
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
}

.sports-card-image-wrapper {
  position: relative;
}

.sports-card-img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* Play icon (Card 1 only) */
.sports-play-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  background: white;
  color: #6c6c6c;
  border-radius: 50%;
  padding: 5px 7px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

/* Content styles */
.sports-card-content {
  padding: 15px;
}

.sports-card-category {
  font-size: 14px;
  margin-bottom: 5px;
  color: #006400;
  margin-top: 0px;
  font-weight: bold;
}

.category-tennis {
  color: #006400;
}
.category-wimbledon {
  color: #3cb371;
}
.category-basketball {
  color: #228b22;
}

.sports-card-headline {
  font-size: 18px;
  line-height: 1.4;
  margin: 5px 0 10px;
  font-weight: bold;
  color: #1a1a1a;
}

.sports-card-author {
  font-size: 14px;
  color: #555;
}

.sports-card-subheadline {
  font-size: 14px;
  color: #444;
  margin-top: 5px;
}

/* Mundo Deportivo Banner */
.sports-card-banner {
  background: linear-gradient(to right, #ffcc00 0%, #ffcc00 50%, #000 50%, #000 100%);
  color: white;
  font-weight: bold;
  padding: 3px 10px;
  font-size: 14px;
  display: inline-block;
 
}

.sports-card-banner strong {
  font-weight: bold;
  color: #fff;
}









.comprador-container {
  max-width: 1200px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.comprador-header {
  background: #e6ecdf;
  padding: 12px;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.comprador-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.comprador-card {
  background: #eef1e7;
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.featured {
  grid-column: span 1;
  grid-row: span 2;
}

.card-text {
  margin-bottom: 10px;
}

.comprador-section {
  font-size: 14px;
  color: #6c775a;
  font-weight: bold;
  margin-bottom: 6px;
}

.comprador-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 6px;
}

.comprador-title-sm {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
  line-height: 1.1;
}

.comprador-author {
  font-size: 13px;
  color: #444;
  font-weight: bold;
}

.card-image {
  width: 100%;

  object-fit: cover;
}

.card-image.full-width {
  height: 155px;
}

.card-image.square {
    width: 132px;
    height: 165px;
    margin-right: 12px;
    object-fit: cover;
   
}
.horizontal {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
padding: 0;
}







.layout-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  max-width: 1200px;
  margin: 30px auto;
  padding: 0 0px;
}

.main-feature-card {
  position: relative;
  width: 100%;
}

.main-feature-image {
  width: 100%;
  display: block;
  
}

.main-feature-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
 
  text-align: center;
  padding: 20px;
  max-width: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent 100%);
}

.main-feature-category {
  color: #f6d944;
  font-weight: bold;
  font-size: 14px;
  
  margin-bottom: 6px;
}

.main-feature-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

.main-feature-author {
  font-size: 14px;
  font-weight: bold;
   padding-bottom: 30px;
}

.side-articles-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.side-article-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.side-article-img {
    width: 126px;
    height: 121px;
    object-fit: cover;
   
    flex-shrink: 0;
}

.side-article-text {
  flex: 1;
}

.side-article-category {
  color: #0056a3;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 4px;
}

.side-article-title {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 4px;
}

.side-article-author {
  font-size: 13px;
  color: #555;
  font-weight: bold;
}











.lector-true-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  

  width: 65%;
  align-items: flex-start;
  text-align: start;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.lector-img-card,
.lector-text-card,
.lector-mixed-card {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.lector-image-wrapper {
  position: relative;
}

.lector-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  
}

.lector-camera-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  color: #000;
  font-size: 18px;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3);
  font-family: Arial, sans-serif;
}

.lector-category {
  font-size: 15px;
  font-weight: bold;
  color: #1c57a5;
  margin-top: 12px;
  margin-bottom: 6px;
  text-transform: capitalize;
}

.lector-title {
  font-size: 22px;
 
  color: #000;
  line-height: 1.3;
  margin-bottom: 8px;
}

.lector-subtext {
  font-size: 16px;
  color: #444;
  line-height: 1.4;
  margin-bottom: 10px;
}

.lector-author {
  font-size: 14px;
  font-weight: bold;
  color: #444;
}








.podcast-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
 
  margin-top: 40px;

  
}

.podcast-card {
  border-left: 1px solid #eee;
  padding-left: 10px;
  margin-bottom: 20px;
}

.podcast-top {
  display: flex;
  background: #f7b500;
  height: 150px;
  position: relative;
}

.podcast-photo {
  flex: 1;
  overflow: hidden;

}

.podcast-photo img {

    height: 150px;
    width: 30vh;
    object-fit: cover;
    display: block;
}

.podcast-info {
  background-color: #031e45;
  color: #fff;
  padding: 10px 12px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.podcast-section-title {
  font-size: 16px;
  font-weight: bold;
  color: #f7b500;
  margin-bottom: 4px;
}

.podcast-author {
  font-size: 16px;
  line-height: 1.3;
}

.podcast-body {
  padding: 16px 0;
}

.podcast-highlight {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #222;
  margin-bottom: 10px;
}

.podcast-highlight span {
  color: #f7b500;
  font-weight: bold;
}

.podcast-subauthor {
  font-size: 13px;
  font-weight: bold;
  color: #555;
  margin-bottom: 12px;
}

.podcast-button {
  background-color: #f7b500;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 20px;
  cursor: pointer;
  font-size: 12px;
  transition: background 0.3s;
}

.podcast-button:hover {
  background-color: #e6a600;
}





.clubv-banner {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
}

.clubv-left {
  flex: 1;
  background: #f9f9f9;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 80px;
  padding-top: 80px;
}

.clubv-subtitle {
  font-size: 17px;
  color: #1c57a5;
  margin-bottom: 15px;
}

.clubv-title {
  font-size: 26px;
  font-weight: bold;
  color: #000;
}

.clubv-right {
  flex: 2;
  position: relative;
  overflow: hidden;
}

.clubv-carousel {
  width: 100%;
  height: 100%;
  position: relative;
}

.clubv-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}

.clubv-slide.active {
  opacity: 1;
  z-index: 2;
}

.clubv-logo {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 31, 63, 0.85);
  color: white;
  font-weight: normal;
  font-size: 18px;
  padding: 6px 12px;
  border-radius: 4px;
  font-family: Arial, sans-serif;
}







.promo-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
 
  max-width: 1200px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.promo-card {
  flex: 1;
  text-align: center;
  border-left: 1px solid #eee;
  padding-left: 20px;
}

.promo-img-container {
  position: relative;
}

.promo-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.promo-tag {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background: #f9f9f9;
  color: #1c57a5;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  text-align: center;
  line-height: 1.2;
}

.promo-content {
  margin-top: 20px;
}

.promo-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}

.promo-subtitle {
  font-size: 16px;
  color: #444;
}







.u-news-container {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  margin-bottom: 30px;
}

.u-news-block {
  flex: 1;
  padding-left: 10px;
  border-left: 1px solid #eee;
}

.u-news-heading {
  font-size: 20px;
  font-weight: bold;
  color: #1c57a5;
  margin-bottom: 15px;
}

.u-img-frame {
  margin-bottom: 10px;
}

.u-news-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.u-news-tag {
  font-weight: bold;
  color: #1c57a5;
  font-size: 16px;
  margin-top: 5px;
}

.u-news-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin: 10px 0;
}

.u-news-writer {
  font-size: 14px;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.u-news-snippet {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 12px;
}

.u-snippet-tag {
  color: #1c57a5;
  font-weight: bold;
}

.u-snippet-author {
  display: block;
  font-size: 13px;
  color: #666;
  text-transform: uppercase;
  margin-top: 4px;
}






.v-course-section {
    display: flex;
    gap: 32px;
  
    align-items: flex-start;
    margin-bottom: 70px;
}
.v-course-card {
  display: flex;
  background-color: #f2f3ed;
  width: 31%;
 
}

.v-course-img {
  width: 48%;
  height: 25vh;
  object-fit: cover;
}

.v-course-text {
  padding: 15px;
  padding-bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.v-course-topic {
  font-weight: bold;
  color: #6a6a6a;
  font-size: 17px;
  margin-bottom: 2px;
}

.v-course-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.v-course-author {
  font-size: 11px;
  color: #444;
}









.lv-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 170px;
  background: white;
  font-size: 11px;
  color: #1c1c1c;
  border-bottom: 1px solid #ddd;
}

.lv-top-links span {
  margin-right: 10px;
}

.lv-highlight {
  font-weight: bold;
  color: #0c2a5c;
}

.lv-top-icons span {
  margin-left: 15px;
  cursor: pointer;
}

.lv-main-header {
  background-color: #001e50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 170px;
  color: white;
  
  /* Make sticky */
  position: sticky;
  top: 0;
  z-index: 1000;
}


.lv-menu-icon {
  font-size: 24px;
  cursor: pointer;
}

.lv-logo {
  font-size: 36px;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
}

.lv-subscribe-button {
  background-color: #ffd700;
  color: black;
  font-weight: bold;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

.lv-nav-menu {
  background-color: #f2f4e9;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: bold;
  color: #1c1c1c;
  text-align: center;
}

.lv-nav-menu a {
  color: inherit;
  text-decoration: none;
  margin-right: 10px;
}




/* .lv-mega-menu {
  display: none;
  background-color: #f2f4e9;

  position: absolute;
  top: 100px; 
  left: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
} */

/* Menu is hidden by default */
.lv-mega-menu {
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  background-color: #f2f4e9;
  z-index: 9999;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 30px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

/* Show when class is toggled */
.lv-mega-menu.open {
  display: flex;
}






.lv-mega-column {
  flex: 1 1 200px;
  margin: 10px;
}

.lv-mega-column h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #001e50;
}

.lv-mega-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lv-mega-column ul li {
  margin-bottom: 8px;
  font-size: 14px;
  cursor: pointer;
}














.lv-section-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 170px;
  background-color: #f9f9f6;
 
}


.lv-services-section,
.lv-printed-edition-section {
  flex: 1;
}

.lv-section-title {
  font-weight: bold;
  font-size: 20px;
  color: #001e50;
  border-bottom: 1px solid #001e50;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.lv-news-list,
.lv-services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lv-news-list li,
.lv-services-list li {
  font-family: 'Georgia', serif;
  font-size: 16px;
  margin-bottom: 17px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  cursor: pointer;
}

.lv-services-list a {
  text-decoration: none;
  color: #1a4a7a;
  font-weight: 500;
}

.lv-printed-img {
  width: 100%;
  max-width: 250px;

  border: 1px solid #ccc;
}

.lv-buttons {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}

.lv-read-btn,
.lv-subscribe-btn {
  padding: 10px 17px;
  font-weight: bold;
  border: none;
  color: white;
  cursor: pointer;
}

.lv-read-btn {
  background-color: #1a4a7a;
}

.lv-subscribe-btn {
  background-color: #c67100;
}






.lv-footer {
  background-color: #001e50; /* Dark navy blue */
  color: white;
  text-align: center;
  padding: 30px 20px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.lv-footer__logo {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.lv-footer__rights {
  font-size: 14px;
  margin-bottom: 20px;
}

.lv-footer__links {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 30px;
}

.lv-footer__links li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.lv-footer__links li a:hover {
  color: #cdd2ff;
}


.heading h2 {
    color: #37709f;
    text-transform: uppercase;
    font-size: 17px;
}















 .vidcardX__wrapper {
      display: flex;
      gap: 16px;
      padding: 20px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .vidcardX__card {
      position: relative;
      width: 280px;
      aspect-ratio: 9/16;
      border-radius: 14px;
      overflow: hidden;
      background-color: #000;
      color: white;
      display: flex;
      align-items: flex-end;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    .vidcardX__image {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
    }

  .vidcardX__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  padding-bottom: 50px; /* ⬅️ Add more bottom space here */
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}


    .vidcardX__gradient {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 60%;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
      z-index: 2;
    }

    .vidcardX__label {
      background-color: yellow;
      color: black;
      font-weight: bold;
      font-size: 13px;
      padding: 2px 6px;
      border-radius: 3px;
      display: inline-block;
      margin-bottom: 8px;
    }

.vidcardX__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  word-break: break-word;
  white-space: normal; /* ⬅️ allows wrapping */
  overflow-wrap: break-word;
}


    .vidcardX__time {
      position: absolute;
      bottom: 10px;
      left: 10px;
      background-color: rgba(0, 0, 0, 0.7);
      font-size: 14px;
      padding: 2px 6px;
      border-radius: 3px;
      display: flex;
      align-items: center;
      z-index: 4;
    }

    .vidcardX__time::before {
      content: "▶";
      font-size: 12px;
      margin-right: 6px;
    }
    .vidcardX__scroll-container {
  overflow-x: auto;
  white-space: nowrap;
  direction: rtl; /* content starts from right */
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding: 0 0px;
  margin-bottom: 20px;
}

.vidcardX__scroll-container::-webkit-scrollbar {
  display: none;
}

.vidcardX__scroll-track {
  display: flex;
  flex-direction: row;
  gap: 16px;
  direction: ltr; /* correct reading order inside cards */
}

.vidcardX__card {
  scroll-snap-align: start;
}
.vanguard-container-x1{
  display: none;
}





@media (max-width: 767px){

.vanguard-container-x1{
  display: block;
}

.nw-highlight-jk {
    background-color: #f1f3ec;
    display: flex
;
    padding: 0px;
    flex-direction: column;
    justify-content: space-between;
}



.vanguard-sidebar-x11 {
  position: fixed;
  top: 0;
  right: -100%;
  width: 75%;
  max-width: 320px;
  height: 100%;
  background-color: #efefe5;
  z-index: 9999;
  padding: 20px;
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease-in-out;
  overflow-y: auto;
}

.vanguard-sidebar-x11.open {
  right: 0;
}

.vanguard-backdrop-x11 {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9998;
  display: none;
}

.vanguard-backdrop-x11.show {
  display: block;
}

.vanguard-subscribe-btn-x11 {
  width: 100%;
  background-color: #FFD700;
  color: black;
  font-weight: bold;
  border: none;
  padding: 15px;
  font-size: 16px;
  margin-bottom: 20px;
  cursor: pointer;
}

.vanguard-section-title-x11 {
  font-size: 18px;
  font-weight: bold;
  color: #0B1E3B;
  margin-bottom: 10px;
  border-bottom: 1px solid #0B1E3B;
  padding-bottom: 6px;
}

.vanguard-menu-x11 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vanguard-menu-x11 li {
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  color: #0B1E3B;
  cursor: pointer;
}


.fire-sidebar__item {
    background-color: #fff;
    border-left: 0px solid lightgray;
    padding-left: 0px;
}


.topuria-card-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    font-family: 'Georgia', serif;
}


  .lv-header-top{
    display: none;
  }
  .lv-main-header {
display: none;
}
.lv-nav-menu {
  display: none;
}
.lv-logo {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
}
.main-section {
   margin-left: 10px;
   margin-right: 10px;
    margin-top: 10px;
}
.juego-clon-container-unique {
    display: block;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 1.5rem;
    max-width: 1200px;
    margin: auto;
}
.comprador-grid {
   display: block;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.podcast-container {
   display: block;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}
.sectionaa {
  flex-direction: column;
    padding-right: 0px;
}
.sectiona {
   flex-direction: column;
    width: 100%;
    border-left: 0px solid lightgray;
    padding-left: 0px;
}
.lv-section-wrapper {
    flex-direction: column;
    justify-content: space-between;
    gap: 0px;
    padding: 30px 12px;
    background-color: #f9f9f6;
}
.v-course-section {
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    margin-bottom: 100px;
}
.lv-printed-img {
    width: 100%;
    max-width: 100%;
    border: 1px solid #ccc;
}
.lv-buttons {
    margin-top: 15px;
    display: flex
;
    gap: 10px;
    justify-content: space-between;
}
.u-news-container {
    flex-direction: column;
    gap: 30px;
    max-width: 1200px;
    margin: auto;
}
.promo-wrapper {
   flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    max-width: 1200px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.news-grid-container-unique {
  display: block;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    max-width: 1200px;
    margin: auto;
}
.nw-card-jk {
    width: 100%;
    max-width: 100%;
}
.nw-cards-jk {
    flex-direction: column;
    gap: 25px;
    max-width: 100%;
    margin-bottom: 50px;
    font-family: Georgia, serif;
}
.news-row__zb27 {
   flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px 0;
}
.sectionb {
    flex-direction: column;
    width: 100%;
    padding-top: 30px;
}
.nw-wrapper {
    padding-top: 20px;
    display: block;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    max-width: 1200px;
    margin: auto;
    font-family: Georgia, serif;
    border-left: 0px solid lightgray;
    padding-left: 0px;
    margin-bottom: 50px;
}

.sports-news-row {
   flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
    
}
.sports-card {
    background-color: white;
    max-width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    display: flex
;
    flex-direction: column;
}
.sports-card-content {
    padding: 15px 0px;
}
.horizontal {
    display: flex
;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px;
}

.layout-container {
    display: block;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 0px;
}
.grid__xp94-layout {
    display: block;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px;
    margin-bottom: 50px;
}
.news-layout-unique-grid {
   display: block;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 0px;
    padding-bottom: 40px;
}
.fire-section__grid {
   display: block;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}


.sectiona1 h2 {
    font-size: 18px;
    line-height: 22px;
}

.card-c3rd4n-artcl {
    width: 100%;
    max-width: 420px;
    background-color: white;
    padding-right: 0px;
}








 .vanguard-container-x1 {
  
      background-color: #0B1E3B;
      color: white;
    }

    .vanguard-topbar-x2 {
      background-color: white;
      color: #0B1E3B;
      font-size: 11px;
      padding: 5px 15px;
      overflow: hidden;
      position: relative;
      border-bottom: 1px solid #ccc;
    }

    .vanguard-scroll-x3 {
      display: inline-block;
      white-space: nowrap;
      animation: vanguard-scroll-left-x4 40s linear infinite;
    }

    @keyframes vanguard-scroll-left-x4 {
      0% {
        transform: translateX(1%);
      }
      100% {
        transform: translateX(-100%);
      }
    }

    .vanguard-topbar-x2 a {
      text-decoration: none;
      color: #0B1E3B;
      font-weight: bold;
      margin-right: 20px;
      font-size: 8px;
    }

   .vanguard-header-x5 {
  position: sticky;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0B1E3B;
  padding: 10px 15px;
}


    .vanguard-logo-x6 {
      color: white;
      font-size: 28px;
      font-weight: bold;
    }

    .vanguard-user-icon-x7 {
      color: white;
      font-size: 20px;
    }

    .vanguard-nav-x8 {
      display: flex;
      justify-content: space-between;
      background-color: #F5F5F5;
      padding: 0px 0px;
      padding-left: 20px;
      align-items: center;
      margin-bottom: 18px;
    }
    .fire-section {
    font-family: 'Georgia', serif;
    padding: 0px 0px;
    max-width: 1200px;
    margin: auto;
}

    .vanguard-navitem-x9 {
      font-weight: bold;
      color: #0B1E3B;
      margin-right: 15px;
      font-size: 14px;
    }
    .heading {
       
        border-top: 1px solid #bdc2c7;
        border-bottom: 1px solid #bdc2c7;
        margin-bottom: 30px;
        margin-top: 40px;
    
}

    .vanguard-subscribe-btn-x10 {
      background-color: #FFD700;
      color: black;
      font-weight: bold;
      padding: 12px 10px;
      border: none;
      cursor: pointer;
    }
    .sectiona2 img{
      width: 100%;
    }
    /* .section2{
      width: 100%;
    } */
     .sectionab{
      display: none;
     }

    .vanguard-burger-x11 {
      font-size: 24px;
      margin-right: 15px;
      color: white;
      cursor: pointer;
    }
    .fire-sidebar__image {
    width: 100%;
    height: auto;
    display: block;
    padding: 18px 0px;
}

.card-c3rd4n-content {
    padding: 15px 0px;
}
.news-card-c0mp4n3ro {
    width: 100%;
    max-width: 100%;
    font-family: 'Georgia', serif;
    position: relative;
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
}
.sectiona1{
  padding-left: 5px;
}
.news-card-c0mp4n3ro1 {
    width: 100%;
    padding-top: 20px;
    max-width: 100%;
    font-family: 'Georgia', serif;
    position: relative;
    overflow: hidden;
    padding-left: 0px;
}
.nw-timeline {
    padding-top: 20px;
    border-left: 1px solid lightgray;
    padding-left: 10px;
}
.nw-main__title {
    font-size: 27px;
    font-weight: bold;
    margin: 10px 0;
    line-height: 1.1;
}
.news-content__zb27 {
    padding: 15px 3px;
}
.sectionc1 {
    width: 100%;
}
.sectionc {
    display: flex
;
   gap: 0px;
}


.author__xp94 {
    margin-bottom: 10px;
    font-size: 0.85rem;
    color: #333;
    font-weight: bold;
    margin-top: 8px;
}
.opinion-card {
    width: 57%;
    box-sizing: border-box;
    padding: 1.5rem;
    background: #f9f9f9;
    border-right: 1px solid #e0e0e0;
    min-height: 0px;
}
.opinion-carousel-track {
    display: flex
;
    transition: transform 0.5s ease-in-out;
    width: 1000%;
}



.side-articles-column {
    display: flex
;
    flex-direction: column;
    gap: 24px;
    margin-top: 30px;
}

.lector-true-grid {
    display: block;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 100%;
    align-items: flex-start;
    text-align: start;
    justify-content: flex-start;
    margin-bottom: 40px;
}
.lector-author {
    font-size: 14px;
    font-weight: bold;
    color: #444;
    margin-bottom: 20px;
}
.podcast-card {
    border-left: 1px solid #eee;
    padding-left: 0px;
    margin-bottom: 20px;
}

.clubv-banner {
   flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
 .clubv-banner {
    flex-direction: column-reverse;
    margin: 20px auto;
  }

  .clubv-left, .clubv-right {
    flex: unset;
    width: 100%;
   padding: 20px 0px;
  }

  .clubv-right {
    height: auto;
  }

  .clubv-carousel {
    position: relative;
    height: auto;
  }
  .promo-card {
    flex: 1;
    text-align: center;
    border-left: 0px solid #eee;
    padding-left: 0px;
}
.u-news-block {
    flex: 1;
    padding-left: 0px;
   border-left: 0px;
}
.u-news-heading {
    font-size: 20px;
    font-weight: bold;
    color: #1c57a5;
    margin: 0;
    margin-bottom: 15px;
}
.v-course-card {
    display: flex
;
    background-color: #f2f3ed;
    width: 100%;
}

  .clubv-slide {
    position: relative;
    width: 100%;
    height: auto;
    opacity: 1 !important; /* Optional: if only one slide is shown */
    object-fit: contain;
  }

  .clubv-logo {
    position: static;
    margin-top: 10px;
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .vidcardX__card {
    position: relative;
    width: 100%;
    
    aspect-ratio: 9 / 16;
    border-radius: 14px;
    overflow: hidden;
    background-color: #000;
    color: white;
    display: flex
;
    align-items: flex-end;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.vidcardX__scroll-track {
    flex-direction: column;
    
    gap: 26px;
    direction: ltr;
}


.lv-footer__links {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1000px;
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 30px;
}












}





@media (min-width: 768px) and (max-width: 991.98px){
 
.vanguard-container-x1{
  display: block;
}

.nw-highlight-jk {
    background-color: #f1f3ec;
    display: flex
;
    padding: 0px;
    flex-direction: column;
    justify-content: space-between;
}



.vanguard-sidebar-x11 {
  position: fixed;
  top: 0;
  right: -100%;
  width: 75%;
  max-width: 320px;
  height: 100%;
  background-color: #efefe5;
  z-index: 9999;
  padding: 20px;
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease-in-out;
  overflow-y: auto;
}

.vanguard-sidebar-x11.open {
  right: 0;
}

.vanguard-backdrop-x11 {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9998;
  display: none;
}

.vanguard-backdrop-x11.show {
  display: block;
}

.vanguard-subscribe-btn-x11 {
  width: 100%;
  background-color: #FFD700;
  color: black;
  font-weight: bold;
  border: none;
  padding: 15px;
  font-size: 16px;
  margin-bottom: 20px;
  cursor: pointer;
}

.vanguard-section-title-x11 {
  font-size: 18px;
  font-weight: bold;
  color: #0B1E3B;
  margin-bottom: 10px;
  border-bottom: 1px solid #0B1E3B;
  padding-bottom: 6px;
}

.vanguard-menu-x11 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vanguard-menu-x11 li {
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  color: #0B1E3B;
  cursor: pointer;
}


.fire-sidebar__item {
    background-color: #fff;
    border-left: 0px solid lightgray;
    padding-left: 0px;
}





  .lv-header-top{
    display: none;
  }
  .lv-main-header {
display: none;
}
.lv-nav-menu {
  display: none;
}
.lv-logo {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
}
.main-section {
   margin-left: 10px;
   margin-right: 10px;
    margin-top: 10px;
}
.juego-clon-container-unique {
    display: block;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 1.5rem;
    max-width: 1200px;
    margin: auto;
}
.comprador-grid {
   display: block;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.podcast-container {
   display: block;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}
.sectionaa {
  flex-direction: column;
    padding-right: 0px;
}
.sectiona {
   flex-direction: column;
    width: 100%;
    border-left: 0px solid lightgray;
    padding-left: 0px;
}
.lv-section-wrapper {
    flex-direction: column;
    justify-content: space-between;
    gap: 0px;
    padding: 30px 12px;
    background-color: #f9f9f6;
}
.v-course-section {
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    margin-bottom: 100px;
}
.lv-printed-img {
    width: 100%;
    max-width: 100%;
    border: 1px solid #ccc;
}
.lv-buttons {
    margin-top: 15px;
    display: flex
;
    gap: 10px;
    justify-content: space-between;
}
.u-news-container {
    flex-direction: column;
    gap: 30px;
    max-width: 1200px;
    margin: auto;
}
.promo-wrapper {
   flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    max-width: 1200px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.news-grid-container-unique {
  display: block;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    max-width: 1200px;
    margin: auto;
}
.nw-card-jk {
    width: 100%;
    max-width: 100%;
}
.nw-cards-jk {
    flex-direction: column;
    gap: 25px;
    max-width: 100%;
    margin-bottom: 50px;
    font-family: Georgia, serif;
}
.news-row__zb27 {
   flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px 0;
}
.sectionb {
    flex-direction: column;
    width: 100%;
    padding-top: 30px;
}
.nw-wrapper {
    padding-top: 20px;
    display: block;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    max-width: 1200px;
    margin: auto;
    font-family: Georgia, serif;
    border-left: 0px solid lightgray;
    padding-left: 0px;
    margin-bottom: 50px;
}

.sports-news-row {
   flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
    
}
.sports-card {
    background-color: white;
    max-width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    display: flex
;
    flex-direction: column;
}
.sports-card-content {
    padding: 15px 0px;
}
.horizontal {
    display: flex
;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px;
}

.layout-container {
    display: block;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 0px;
}
.grid__xp94-layout {
    display: block;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px;
    margin-bottom: 50px;
}
.news-layout-unique-grid {
   display: block;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 0px;
    padding-bottom: 40px;
}
.fire-section__grid {
   display: block;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}


.sectiona1 h2 {
    font-size: 18px;
    line-height: 22px;
}

.card-c3rd4n-artcl {
    width: 100%;
    max-width: 100%;
    background-color: white;
    padding-right: 0px;
}




.topuria-card-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    font-family: 'Georgia', serif;
}



 .vanguard-container-x1 {
  
      background-color: #0B1E3B;
      color: white;
    }

    .vanguard-topbar-x2 {
      background-color: white;
      color: #0B1E3B;
      font-size: 11px;
      padding: 5px 15px;
      overflow: hidden;
      position: relative;
      border-bottom: 1px solid #ccc;
    }

    .vanguard-scroll-x3 {
      display: inline-block;
      white-space: nowrap;
      animation: vanguard-scroll-left-x4 40s linear infinite;
    }

    @keyframes vanguard-scroll-left-x4 {
      0% {
        transform: translateX(1%);
      }
      100% {
        transform: translateX(-100%);
      }
    }

    .vanguard-topbar-x2 a {
      text-decoration: none;
      color: #0B1E3B;
      font-weight: bold;
      margin-right: 20px;
      font-size: 8px;
    }

   .vanguard-header-x5 {
  position: sticky;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0B1E3B;
  padding: 10px 15px;
}


    .vanguard-logo-x6 {
      color: white;
      font-size: 28px;
      font-weight: bold;
    }

    .vanguard-user-icon-x7 {
      color: white;
      font-size: 20px;
    }

    .vanguard-nav-x8 {
      display: flex;
      justify-content: space-between;
      background-color: #F5F5F5;
      padding: 0px 0px;
      padding-left: 20px;
      align-items: center;
      margin-bottom: 18px;
    }
    .fire-section {
    font-family: 'Georgia', serif;
    padding: 0px 0px;
    max-width: 1200px;
    margin: auto;
}

    .vanguard-navitem-x9 {
      font-weight: bold;
      color: #0B1E3B;
      margin-right: 15px;
      font-size: 14px;
    }
    .heading {
       
        border-top: 1px solid #bdc2c7;
        border-bottom: 1px solid #bdc2c7;
        margin-bottom: 30px;
        margin-top: 40px;
    
}

    .vanguard-subscribe-btn-x10 {
      background-color: #FFD700;
      color: black;
      font-weight: bold;
      padding: 12px 10px;
      border: none;
      cursor: pointer;
    }
    .sectiona2 img{
      width: 100%;
    }
    /* .section2{
      width: 100%;
    } */
     .sectionab{
      display: none;
     }

    .vanguard-burger-x11 {
      font-size: 24px;
      margin-right: 15px;
      color: white;
      cursor: pointer;
    }
    .fire-sidebar__image {
    width: 100%;
    height: auto;
    display: block;
    padding: 18px 0px;
}

.card-c3rd4n-content {
    padding: 15px 0px;
}
.news-card-c0mp4n3ro {
    width: 100%;
    max-width: 100%;
    font-family: 'Georgia', serif;
    position: relative;
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
}
.sectiona1{
  padding-left: 5px;
}
.news-card-c0mp4n3ro1 {
    width: 100%;
    padding-top: 20px;
    max-width: 100%;
    font-family: 'Georgia', serif;
    position: relative;
    overflow: hidden;
    padding-left: 0px;
}
.nw-timeline {
    padding-top: 20px;
    border-left: 1px solid lightgray;
    padding-left: 10px;
}
.nw-main__title {
    font-size: 27px;
    font-weight: bold;
    margin: 10px 0;
    line-height: 1.1;
}
.news-content__zb27 {
    padding: 15px 3px;
}
.sectionc1 {
    width: 100%;
}
.sectionc {
    display: flex
;
   gap: 0px;
}


.author__xp94 {
    margin-bottom: 10px;
    font-size: 0.85rem;
    color: #333;
    font-weight: bold;
    margin-top: 8px;
}
.opinion-card {
    width: 57%;
    box-sizing: border-box;
    padding: 1.5rem;
    background: #f9f9f9;
    border-right: 1px solid #e0e0e0;
    min-height: 0px;
}
.opinion-carousel-track {
    display: flex
;
    transition: transform 0.5s ease-in-out;
    width: 1000%;
}



.side-articles-column {
    display: flex
;
    flex-direction: column;
    gap: 24px;
    margin-top: 30px;
}

.lector-true-grid {
    display: block;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 100%;
    align-items: flex-start;
    text-align: start;
    justify-content: flex-start;
    margin-bottom: 40px;
}
.lector-author {
    font-size: 14px;
    font-weight: bold;
    color: #444;
    margin-bottom: 20px;
}
.podcast-card {
    border-left: 1px solid #eee;
    padding-left: 0px;
    margin-bottom: 20px;
}

.clubv-banner {
   flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
 .clubv-banner {
    flex-direction: column-reverse;
    margin: 20px auto;
  }

  .clubv-left, .clubv-right {
    flex: unset;
    width: 100%;
   padding: 20px 0px;
  }

  .clubv-right {
    height: auto;
  }

  .clubv-carousel {
    position: relative;
    height: auto;
  }
  .promo-card {
    flex: 1;
    text-align: center;
    border-left: 0px solid #eee;
    padding-left: 0px;
}
.u-news-block {
    flex: 1;
    padding-left: 0px;
   border-left: 0px;
}
.u-news-heading {
    font-size: 20px;
    font-weight: bold;
    color: #1c57a5;
    margin: 0;
    margin-bottom: 15px;
}
.v-course-card {
    display: flex
;
    background-color: #f2f3ed;
    width: 100%;
}

  .clubv-slide {
    position: relative;
    width: 100%;
    height: auto;
    opacity: 1 !important; /* Optional: if only one slide is shown */
    object-fit: contain;
  }

  .clubv-logo {
    position: static;
    margin-top: 10px;
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .vidcardX__card {
    position: relative;
    width: 100%;
    
    aspect-ratio: 9 / 16;
    border-radius: 14px;
    overflow: hidden;
    background-color: #000;
    color: white;
    display: flex
;
    align-items: flex-end;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.vidcardX__scroll-track {
    flex-direction: column;
    
    gap: 26px;
    direction: ltr;
}


.lv-footer__links {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1000px;
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 30px;
}









}


@media (min-width: 992px) and (max-width: 1200px){
  
   .lv-header-top{
    display: none;
  }
    .detailed-outer {
    padding: 10px;
}
.detailed-inner {
   padding: 0;
}
  .lv-main-header {
display: none;
}
.lv-nav-menu {
  display: none;
}
.lv-logo {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
}
.main-section {
   margin-left: 10px;
   margin-right: 10px;
    margin-top: 10px;
}
.juego-clon-container-unique {
    display: block;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 1.5rem;
    max-width: 1200px;
    margin: auto;
}
.comprador-grid {
   display: block;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.podcast-container {
   display: block;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}
.sectionaa {
  flex-direction: column;
    padding-right: 0px;
}
.sectiona {
   flex-direction: column;
    width: 100%;
    border-left: 1px solid lightgray;
    padding-left: 0px;
}
.lv-section-wrapper {
    flex-direction: column;
    justify-content: space-between;
    gap: 0px;
    padding: 30px 12px;
    background-color: #f9f9f6;
}
.v-course-section {
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    margin-bottom: 100px;
}
.lv-printed-img {
    width: 100%;
    max-width: 100%;
    border: 1px solid #ccc;
}
.lv-buttons {
    margin-top: 15px;
    display: flex
;
    gap: 10px;
    justify-content: space-between;
}
.u-news-container {
    flex-direction: column;
    gap: 30px;
    max-width: 1200px;
    margin: auto;
}
.promo-wrapper {
   flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    max-width: 1200px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.news-grid-container-unique {
  display: block;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    max-width: 1200px;
    margin: auto;
}
.nw-cards-jk {
    flex-direction: column;
    gap: 25px;
    max-width: 1200px;
    margin-bottom: 50px;
    font-family: Georgia, serif;
}
.news-row__zb27 {
   flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px 0;
}
.sectionb {
    flex-direction: column;
    width: 100%;
    padding-top: 30px;
}
.nw-wrapper {
    padding-top: 20px;
    display: block;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    max-width: 1200px;
    margin: auto;
    font-family: Georgia, serif;
    border-left: 1px solid lightgray;
    padding-left: 10px;
    margin-bottom: 50px;
}

.sports-news-row {
   flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
    
}
.sports-card {
    background-color: white;
    max-width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    display: flex
;
    flex-direction: column;
}
.sports-card-content {
    padding: 15px 0px;
}
.horizontal {
    display: flex
;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px;
}

.layout-container {
    display: block;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 0px;
}
.grid__xp94-layout {
    display: block;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px;
    margin-bottom: 50px;
}
.news-layout-unique-grid {
   display: block;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 0px;
    padding-bottom: 40px;
}
.fire-section__grid {
   display: block;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}


.sectiona1 h2 {
    font-size: 18px;
    line-height: 30px;
}

.card-c3rd4n-artcl {
    width: 100%;
    max-width: 420px;
    background-color: white;
    padding-right: 0px;
}








 .vanguard-container-x1 {
      background-color: #0B1E3B;
      color: white;
    }

    .vanguard-topbar-x2 {
      background-color: white;
      color: #0B1E3B;
      font-size: 14px;
      padding: 5px 15px;
      overflow: hidden;
      position: relative;
      border-bottom: 1px solid #ccc;
    }

    .vanguard-scroll-x3 {
      display: inline-block;
      white-space: nowrap;
      animation: vanguard-scroll-left-x4 40s linear infinite;
    }

    @keyframes vanguard-scroll-left-x4 {
      0% {
        transform: translateX(1%);
      }
      100% {
        transform: translateX(-100%);
      }
    }

    .vanguard-topbar-x2 a {
      text-decoration: none;
      color: #0B1E3B;
      font-weight: bold;
      margin-right: 20px;
    }

   .vanguard-header-x5 {
  position: sticky;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0B1E3B;
  padding: 10px 15px;
}


    .vanguard-logo-x6 {
      color: white;
      font-size: 28px;
      font-weight: bold;
    }

    .vanguard-user-icon-x7 {
      color: white;
      font-size: 20px;
    }

    .vanguard-nav-x8 {
      display: flex;
      justify-content: space-between;
      background-color: #F5F5F5;
      padding: 0px 0px;
      padding-left: 20px;
      align-items: center;
      margin-bottom: 18px;
    }
    .fire-section {
    font-family: 'Georgia', serif;
    padding: 0px 0px;
    max-width: 1200px;
    margin: auto;
}

    .vanguard-navitem-x9 {
      font-weight: bold;
      color: #0B1E3B;
      margin-right: 15px;
      font-size: 14px;
    }
    .heading {
       
        border-top: 1px solid #bdc2c7;
        border-bottom: 1px solid #bdc2c7;
        margin-bottom: 30px;
        margin-top: 40px;
    
}

    .vanguard-subscribe-btn-x10 {
      background-color: #FFD700;
      color: black;
      font-weight: bold;
      padding: 12px 10px;
      border: none;
      cursor: pointer;
    }
    .sectiona2 img{
      width: 100%;
    }
    /* .section2{
      width: 100%;
    } */
     .sectionab{
      display: none;
     }

    .vanguard-burger-x11 {
      font-size: 24px;
      margin-right: 15px;
      color: white;
      cursor: pointer;
    }
    .fire-sidebar__image {
    width: 100%;
    height: auto;
    display: block;
    padding: 18px 0px;
}

.card-c3rd4n-content {
    padding: 15px 0px;
}
.news-card-c0mp4n3ro {
    width: 100%;
    max-width: 100%;
    font-family: 'Georgia', serif;
    position: relative;
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
}
.sectiona1{
  padding-left: 5px;
}
.news-card-c0mp4n3ro1 {
    width: 100%;
    padding-top: 20px;
    max-width: 100%;
    font-family: 'Georgia', serif;
    position: relative;
    overflow: hidden;
    padding-left: 0px;
}
.nw-timeline {
    padding-top: 20px;
    border-left: 1px solid lightgray;
    padding-left: 10px;
}
.nw-main__title {
    font-size: 27px;
    font-weight: bold;
    margin: 10px 0;
    line-height: 1.1;
}
.news-content__zb27 {
    padding: 15px 3px;
}
.sectionc1 {
    width: 100%;
}
.sectionc {
    display: flex
;
   gap: 0px;
}


.author__xp94 {
    margin-bottom: 10px;
    font-size: 0.85rem;
    color: #333;
    font-weight: bold;
    margin-top: 8px;
}
.opinion-card {
    width: 57%;
    box-sizing: border-box;
    padding: 1.5rem;
    background: #f9f9f9;
    border-right: 1px solid #e0e0e0;
    min-height: 0px;
}
.opinion-carousel-track {
    display: flex
;
    transition: transform 0.5s ease-in-out;
    width: 1000%;
}



.side-articles-column {
    display: flex
;
    flex-direction: column;
    gap: 24px;
    margin-top: 30px;
}

.lector-true-grid {
    display: block;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 100%;
    align-items: flex-start;
    text-align: start;
    justify-content: flex-start;
    margin-bottom: 40px;
}
.lector-author {
    font-size: 14px;
    font-weight: bold;
    color: #444;
    margin-bottom: 20px;
}
.podcast-card {
    border-left: 1px solid #eee;
    padding-left: 0px;
    margin-bottom: 20px;
}

.clubv-banner {
   flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
 .clubv-banner {
    flex-direction: column-reverse;
    margin: 20px auto;
  }

  .clubv-left, .clubv-right {
    flex: unset;
    width: 100%;
   padding: 20px 0px;
  }

  .clubv-right {
    height: auto;
  }

  .clubv-carousel {
    position: relative;
    height: auto;
  }
  .promo-card {
    flex: 1;
    text-align: center;
    border-left: 0px solid #eee;
    padding-left: 0px;
}
.u-news-block {
    flex: 1;
    padding-left: 0px;
   border-left: 0px;
}
.u-news-heading {
    font-size: 20px;
    font-weight: bold;
    color: #1c57a5;
    margin: 0;
    margin-bottom: 15px;
}
.v-course-card {
    display: flex
;
    background-color: #f2f3ed;
    width: 100%;
}

  .clubv-slide {
    position: relative;
    width: 100%;
    height: auto;
    opacity: 1 !important; /* Optional: if only one slide is shown */
    object-fit: contain;
  }

  .clubv-logo {
    position: static;
    margin-top: 10px;
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .vidcardX__card {
    position: relative;
    width: 100%;
    
    aspect-ratio: 9 / 16;
    border-radius: 14px;
    overflow: hidden;
    background-color: #000;
    color: white;
    display: flex
;
    align-items: flex-end;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.vidcardX__scroll-track {
    flex-direction: column;
    
    gap: 26px;
    direction: ltr;
}


.lv-footer__links {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1000px;
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 30px;
}
  .detailed-outer {
    padding: 10px;
}
.detailed-inner {
   padding: 0;
}


.vanguard-container-x1{
  display: block;
}




}



@media (min-width:1400px){
  .main-section{
    margin-top: 50px;
  }
  .fire-section{
    padding: 10px 0px; 
  }
  .sectiona{
    padding-left: 0px;
    border-left: 0px;
  }
  .news-card-c0mp4n3ro1{
    padding-left: 2px;
  }
  .news-card-c0mp4n3ro{
    padding-left: 2px;
  }
  .sports-card{
    max-width: 356px;
  }
 
 
  .side-article-img{
    height: 160px;
    width: 150px;
  }

  .v-course-card{
    width: 32%;
  }

  .lv-printed-img{
    max-width: 100%;
    height: 35vh;
    object-fit: cover;
  }
  .lv-buttons{
    justify-content: space-between;
  }
  .naomi-oreskes-article {
  background-color: #3b3b3b;
  color: #fff;
  padding: 44px 16px;
  text-align: center;
}


}






/* detailed page */

.detailed-outer{
 padding: 30px 170px;
}
.detailed-outer span{
  font-size: 18px;
  color: rgb(13, 109, 147);
  font-weight: 600;
}
.detailed-outer h1{
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 2.2rem;
}
.detailed-outer p{
  border-top: 1px solid lightgray;
  padding: 13px 0px ;
  border-bottom: 1px solid lightgrey;
}
.detailed-outer img{
  width: 100%;
}

.detailed-inner{
  padding-left: 170px;
  padding-right: 470px;
}



.unique-article-container {
  font-family: Georgia, serif;
  max-width: 750px;
  padding: 20px;
  color: #2b2b2b;
}

.unique-author-info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.unique-author-photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 12px;
}

.unique-author-name {
  font-weight: bold;
  margin: 0;
}

.unique-location-time {
  font-size: 13px;
  color: gray;
  margin: 0;
}

.unique-social-icons {
  margin-left: auto;
  display: flex;
  gap: 10px;
}

.unique-icon {
  font-size: 20px;
  color: #ccc;
}

.unique-article-text {
  font-size: 19px;
  line-height: 1.4;
}

.unique-article-link {
  color: #3479b9;
  text-decoration: none;
}
.unique-social-icons {
  margin-left: auto;
  display: flex;
  gap: 12px;
}

.unique-icon {
  font-size: 16px;
  color: #999;
  text-decoration: none;
  transition: color 0.3s ease;
}

.unique-icon:hover {
  color: #3479b9;
}





.unique-tags-section {
  font-family: Georgia, serif;
  margin-top: 30px;
}

.unique-divider {
  border: none;
  border-top: 1px dashed #a9a9a9;
  margin: 15px 0;
}

.unique-tags-text {
  font-size: 16px;
  color: #2b2b2b;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.unique-dot-separator {
  color: #3479b9;
  font-size: 18px;
}

.unique-tag-link {
  color: #3479b9;
  text-decoration: none;
}

.unique-comments-button {
  margin-top: 20px;
  background-color: #a9a9a9;
  color: white;
  font-weight: bold;
  border: none;
  padding: 12px 20px;
  font-size: 14px;
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.unique-comments-button:hover {
  background-color: #8a8a8a;
}
.det-img{
  width: 100%;
}

a{
  text-decoration: none;
  color: black;
}
a:hover{
  text-decoration: underline;
}


.categ-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
  font-family: Georgia, serif;
  padding-top: 40px;
}

.categ-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid #ccc;
  padding: 20px 0;
  padding-top: 0px;
}

.categ-left {
  flex: 1;
  margin-right: 20px;
}

.categ-time {
  background-color: #3479b9;
  color: white;
  display: inline-block;
  padding: 4px 8px;
  font-weight: bold;
  font-size: 16px;
  
}

.categ-title {
  font-size: 22px;
  margin: 10px 0;
  color: #222;
  line-height: 1.2;
}

.categ-author {
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 5px;
}

.categ-image {
  width: 260px;
  height: auto;
  object-fit: cover;
  padding-top: 30px;
}








@media (max-width: 767px){

  .detailed-outer {
    padding: 10px;
}
.detailed-inner {
   padding: 0;
}
.categ-item {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid #ccc;
    padding: 20px 0;
    padding-top: 0px;
}
.categ-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    padding-top: 30px;
}
.categ-left {
    flex: 1;
   margin-right: 0px;
}
.categ-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 15px;
    font-family: Georgia, serif;
    padding-top: 40px;
}
}



@media (min-width: 768px) and (max-width: 991.98px){

   .detailed-outer {
    padding: 10px;
}
.detailed-inner {
   padding: 0;
}
.categ-item {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid #ccc;
    padding: 20px 0;
    padding-top: 0px;
}
.categ-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    padding-top: 30px;
}
.categ-left {
    flex: 1;
   margin-right: 0px;
}
.categ-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 15px;
    font-family: Georgia, serif;
    padding-top: 40px;
}
}