* {
    margin: 0;
    padding: 0;
  }
  *, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }
  body {
    font-family: "Poppins", sans-serif;
    /* overflow-x: hidden; Removed to fix sticky sidebar */
  } 
  .section-margin {
    margin: 20px 0 40px 0;
  } 
  .section-featured {
    display: flex;
    gap: 30px;
  }
  .flex {
    flex: 1;
  }
  .section-slide {
    width: 610px;
  }
  .section-slide figure {
    height: 450px;
  }
  .section-slide figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .flex {
    flex: 1;
  } 
  .main-page {
    margin: 0 auto;
  }
  .page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
  }
  header.modern-header-wrapper {
    padding: 0px 0px !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 99999 !important;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  }
  
  /* Header compact state on scroll */
  header.modern-header-wrapper.header-compact .header-nav-row {
    max-height: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
    border-bottom: none !important;
    overflow: hidden;
  }
  
  header.modern-header-wrapper.header-compact {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  }
  
  .header-nav-row {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 60px;
    overflow: hidden;
  }
  
  .recents-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    display: block;
    color: #ffffff;
  }
  .recents-item span {
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
  }
  .recents-item h3 {
    font-size: 23px;
    margin: 0;
	padding: 0 30px 0 0;
  }
  .article-item {
    display: block;
    flex: 1;
    color: #121212;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
  }
  .article-item span {
    margin-bottom: 3px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    color: #666666;
  }
  .article-item h3 {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
  }
 .section-super-home .article-item h3 {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}
  .article-item:hover h3 {
    color: #1E72BB;
    text-decoration: underline;
  }
  .article-item:hover img {
    opacity: 0.9;
  }
  
  #btn-enquete {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
  }
  
  #btn-enquete .button {
    padding: 10px;
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 16px;
    border:none;
    font-family: 'Roboto', Arial;
    border-radius: 10px;
    cursor: pointer;
  }
  #btn-enquete .button:hover {
    opacity: 0.9;
  }
  #btn-enquete input.button {
    background-color: #1E72BB;
    flex: 1;
    color: #ffffff;
  }
  #btn-enquete button.button {
    background-color: #555555;
    flex: 1;
    color: #ffffff;
  }
  
  .article-item figure {
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 0px;
  }
  .article-item figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .recents-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    padding-top: 150px;
	width: 100%;
  }
  .item-featured figcaption.date {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.6);
    display: inline-block;
    padding: 2px 6px;
    border-radius: 4px;
  }
  .stories-item {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #121212;
  }
  .stories-item figure {
    width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 50%;
    display: table;
    margin: 0 auto;
    margin-bottom: 8px;
  }
  .stories-item figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .stories-item:hover figure img {
    opacity: 0.9;
  }
  .stories-item h3 {
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    display: -webkit-box;
    padding: 0 10px;
  }
  .stories-item:hover h3 {
    text-decoration: underline;
    color: #1E72BB;
  }
  #owl-stories .owl-nav {
      margin-top: 0 !important;
  }
  #owl-stories .owl-stage-outer {
  overflow: inherit;
  }
  .section-articles {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
  }
  .section-articles.two {
    grid-template-columns: 1fr 1fr;
  }
  .section-articles.three {
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .audience-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .audience-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border-radius: 15px;
    color: #ffffff;
  }
  .audience-item p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .audience-item b {
    display: flex;
    gap: 3px;
    font-size: 24px;
    align-items: center;
    margin-bottom: 10px;
    line-height: 25px;
  }
  .audience-item b svg {
    width: 28px;
    height: auto;
  }
  .audience-item figure {
    height: 100px;
    width: 120px;
    overflow: hidden;
    border-radius: 15px;
  }
  .audience-item figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .audience-content {
    flex: 1;
  }
  .audience-item.up {
    background-color: #2E8B57;
  }
  .audience-item.down {
    background-color: #C0392B;
  }
  
  .aside-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .read-wrap {
    list-style: none;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .read-wrap li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 10px;
    color: #121212;
  }
  .read-wrap li a h3 {
    flex: 1;
    font-size: 16px;
    font-weight: normal;
    line-height: 21px;
  }
  .read-wrap li a:hover h3 {
    text-decoration: underline;
    color: #1E72BB;
  }
  .read-wrap li a:before {
    background: #03a7fc;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    text-decoration: none !important;
    height: 35px;
    align-items: center;
    width: 35px;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
  }
  .read-wrap li:nth-child(1) a:before {
    content: "1";
  }
  .read-wrap li:nth-child(2) a:before {
    content: "2";
  }
  .read-wrap li:nth-child(3) a:before {
    content: "3";
  }
  .read-wrap li:nth-child(4) a:before {
    content: "4";
  }
  .read-wrap li:nth-child(5) a:before {
    content: "5";
  }
  
  
  .pool-wrap p {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
  }
  .form-pool {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .form-pool label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    border: 1px solid #e3e3e3;
    padding: 13px 16px;
    border-radius: 8px;
    font-size: 14px;
  }
  .form-pool label:hover {
    color: #1E72BB;
    border-color: #1E72BB;
  }
  .form-pool label input {
    margin: 0 !important;
  }
  
  .section-ads {
    text-align: center;
    position: relative;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .section-ads img {
    width: 100%;
  }
  .section-ads span {
      text-transform: uppercase;
      display: block;
      white-space: nowrap;
      position: absolute;
      background-color: #fff;
      font-size: 10px;
      letter-spacing: 1px;
      color: #555;
      top: 7px;
      left: 50%;
      transform: translateX(-50%);
      padding: 0 10px;
      line-height: normal;
  }
  
  .owl-theme .owl-dots .owl-dot span {
    width: 7px !important;
    height: 7px !important;
  }
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #03A7FC !important;
  }
  .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 15px !important;
  }
  #owl-stories .owl-nav button {
    position: absolute;
    top: 45px;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 25px;
    box-shadow: 0 0 20px #bbb;
    color: #000000;
    outline: none !important;
  }
  #owl-stories .owl-nav button.disabled {
    opacity: 0 !important;
    display: none !important;
  }
  #owl-stories .owl-nav button:hover {
    color: #000000;
  }
  #owl-stories .owl-nav button.owl-prev {
    left: 0;
  }
  #owl-stories .owl-nav button.owl-prev svg {
    margin-left: 1px;
  }
  #owl-stories .owl-nav button.owl-next {
    right: 0;
  }
  #owl-stories .owl-nav button.owl-next svg {
    margin-right: -1px;
  }
  
  .article-header .section-ads {
  margin-bottom: 25px;
  }
  
  .article-header p em {
  display:block;
   text-align: center;
  margin-bottom: 25px;
  font-size:20px;
  color: #999
  }
  
  .content-title-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    color: #1E72BB;
    font-size: 29px;
  justify-content: space-between;
  text-align: left;
  }
  .article-header .content-title-grid {
  font-size: 40px;
  text-align:center;
  justify-content: center;
  }
  .content-title-grid a {
    font-size: 14px;
    color: #1E72BB;
    text-decoration: none;
    text-transform: lowercase;
    letter-spacing: 0.5px;
    font-weight: normal;
    display: flex;
    gap: 4px;
    align-items: center;
  }
  
  .grid-cta-button {
    display: block;
    margin-top: 20px;
    border-radius: 10px;
    background-color: #1E72BB;
    color: #ffffff;
    text-align: center;
    padding: 11px;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    text-transform: lowercase;
  }
  .grid-cta-button:hover {
    opacity: 0.9;
  }
  .latest-wrap {
  display:grid;
  grid-auto-columns: 1fr;
  gap: 30px;
  }
  .latest-wrap a {
  text-decoration: none;
  }
  .latest-wrap h3 {
  color: #121212;
  text-decoration: none;
  margin-top: 5px;
  font-size: 18px;
  }
  
  .latest-wrap a:hover h3 {
  color: #1E72BB;
  text-decoration: underline;
  }  
  footer {
    padding: 50px 80px;
    background-color: #121212;
    text-align: center;
  }
  header {
    padding: 10px 0px;
    background-color: #eeeeee;
  }
  header .header-desk {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
  }
  
  
  .header-logo {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .header-search {
    position: relative;
    flex: 1;
  }
  .header-search svg {
    position: absolute;
    right: 0;
    top: 0;
    padding: 13px 16px;
    width: 18px;
    height: auto;
    opacity: 0.3;
    cursor: pointer;
  }
  .navi-header {
    padding: 0;
    background-color: #121212;
  }
  .navi-header ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    margin: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .navi-header ul li {
    flex: 1;
    position: relative;
  }
  .navi-header ul li a {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    padding: 8px 0px;
    border-right: 1px solid #444444;
    text-transform: lowercase;
  }
  .navi-header ul li:first-child a {
    border-left: 1px solid #444444;
  }
  .navi-header ul li a:hover {
    background-color: #444444;
    color: #ffffff;
  }
  .navi-header ul li:hover .nav-parent {
    background-color: #444444;
  }
  .navi-header ul li ul {
    position: absolute;
    left: 0;
    top: 35px;
    z-index: 10;
    background-color: #444444;
    border-left: 1px solid #444444;
    width: 100%;
    padding: 12px 0;
    display: none;
    border-top: 1px solid #555555;
  }
  
  .navi-header ul li:hover ul {
    display: block;
  }
  .navi-header ul li ul li a {
    font-weight: normal;
    font-size: 14px;
    border: none !important;
    padding: 6px 0;
    text-transform: none;
  }
  .navi-header ul li ul li a:hover {
    background-color: #555555;
  }
  
  
  .wrap-articles-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .wrap-articles-grid .article-item {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .wrap-articles-grid .article-item figure {
    margin-bottom: 0;
    height: 110px;
    width: 140px;
  }
  .wrap-articles-grid .article-item h3 {
    line-height: 18px;
  }
  .wrap-articles-grid .article-item .article-content {
    flex: 1;
  }
  
  .wrap-articles-grid .article-item:first-child{
    display: block;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
  }
   .wrap-articles-grid-one .article-item {
    display: block;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
  }
  .wrap-articles-grid .article-item:first-child figure, .wrap-articles-grid-one .article-item figure {
    margin-bottom: 10px;
    height: 200px;
    width: 100%;
  }
  
  .section-articles-big figure {
    height: 200px;
  }
  
  
  .section-articles-big h3,
  .wrap-articles-grid .article-item:first-child h3, .wrap-articles-grid-one .article-item h3 {
    font-size: 20px;
    line-height: 24px;
    min-height: 72px;
  }
  
  .header-social {
    display: flex;
    align-items: center;
  }
  .header-social a {
    color: #121212;
    padding: 5px;
    text-decoration: none;
  }
  .header-social a:hover {
    color: #03A7FC;
  }
  .header-social a svg {
    width: 23px;
    height: auto;
  }
  .header-logo svg {
    color: #121212;
    width: 32px;
    cursor: pointer;
    height: auto;
  }
  .header-logo svg:hover {
    color: #03A7FC;
  }
  .header-logo a img {
    margin-top: -3px;
  }
  .header-search input {
    width: 100%;
    margin: 0;
    padding: 12px 15px;
    border-radius: 6px;
    border: 1px solid #bbbbbb;
    font-size: 18px;
    background: #ffffff;
    height: auto;
    color: #121212;
    font-family: "Roboto", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-search input:focus {
    border:1px solid #888888;
    outline: none;
  }
  .header-search input::placeholder {
    color: #aaaaaa;
  }
  
  .navi-footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
  }
  .navi-footer ul li a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    padding: 0 15px;
    font-size: 16px;
    text-transform: lowercase;
  }
  .navi-footer ul li a:hover {
    color: #03A7FC;
  }
  
  .footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
  }
  .footer-social a {
    color: #ffffff;
    padding: 5px 7px;
    text-decoration: none;
  }
  .footer-social a:hover {
    color: #03A7FC;
  }
  .footer-social a svg {
    width: 30px;
    height: auto;
  }
  .footer {
    font-size: 12px;
    color: #ffffff;
  }
  
  @media (max-width: 900px) { 
    .section-featured {
      display: grid;
      grid-template-columns: 1fr;
    }
    .section-articles.three {
      grid-template-columns: 1fr;
    }
  }
  
  @media (max-width: 639px) { 
  .main-page {
    margin: 20px 0 40px 0;
  }
  .article-footer {
	  margin: 40px 0 40px 0;
  }
    .section-articles.two {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .page-container {
      padding: 0 25px;
    }
    .wrap-articles-content-grid .article-item,
    .section-featured .article-item {
      display: flex;
      align-items: center;
      gap: 7px;
    }
    .wrap-articles-content-grid .article-item figure,
    .section-featured .article-item figure {
      width: 140px;
      height: 110px;
      margin-bottom: 0;
    }
    .wrap-articles-content-grid .article-item .article-content,
    .section-featured .article-item .article-content {
      flex: 1;
    }
    .wrap-articles-content-grid .article-item h3 {
        font-size: 23px  !important;
        line-height: 27px  !important;
        margin-top: 5px  !important;
    }
    .page-single.list-mob .article-content p {
      display: none;
    }
    .section-margin,
    .section-featured {
        margin: 45px 0 0 0;
    }
    .article-header .content-title-grid {
      font-size: 2rem !important;
      line-height: 1.2 !important;
    }
    .page-single .subtitle em {
        font-size: 1.1rem;
    }
    .header-search,
    .navi-header {
      display: none;
    }
    .header-social {
      flex: 1;
      justify-content: end;
      display: none;
    }
    footer {
      padding: 35px 25px;
    }
    .navi-footer ul {
      display: grid;
      grid-template-columns: 1fr;
      gap: 15px;
      margin-bottom: 30px;
    }
    header {
      display: block;
      padding: 10px 25px;
      padding-right: 20px;
    }
    .owl-dots {
      margin-top: 30px !important;
    }
    .header-logo a {
      order: 1;
      flex: 1;
    }
    .header-logo svg {
      order: 2;
    }
    .wrap-articles-grid .article-item:first-child figure, .wrap-articles-grid-one .article-item figure {
      margin-bottom: 2px;
      height: 200px;
      width: 100%;
    }
    .wrap-articles-grid .article-item:first-child h3, .wrap-articles-grid-one .article-item h3 {
      color: #121212;
      text-decoration: none;
      margin-top: 5px;
      font-size: 18px;
    }
      .wrap-articles-grid .article-item {
          display: block;
          padding-bottom: 10px;
      }
    
      .wrap-articles-grid .article-item figure {
          margin-bottom: 2px;
          height: 200px;
          width: 100%;
      }
	  .wrap-articles-grid {
		  gap: 10px;
	  }
    .wrap-articles-grid .article-item h3 {
      color: #121212;
      text-decoration: none;
      margin-top: 5px;
      font-size: 18px;
    }
   .article-item h3 {
    display: flex;
	font-size: 23px;
	 line-height: 27px;
  }
  .related-section {
    text-align: center;
}
    .audience-item b {
      font-size: 20px;
    }
       .breadcrumb-nav ol li:first-child {
         display:none;
      }
      .breadcrumb-nav ol li:last-child {
          white-space: nowrap;
          max-width: 180px;
          text-overflow: ellipsis;
          display: block;
          overflow: hidden;
      }
  }
  .breadcrumb-nav ol {
    list-style: none;
    margin: 0;
    display: flex;
    margin-bottom: 20px;
    gap: 6px;
    font-size: 13px;
    align-items: center;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 10px;
  }
  .breadcrumb-nav ol li {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .breadcrumb-nav ol li span {color: #aaa;}
  .breadcrumb-nav ol li a,
  .breadcrumb-nav ol li a span {
    color: #03A7FC;
    text-decoration: none;
  }
  .breadcrumb-nav ol li svg {
    min-width: 9px;
    max-width: 9px;
    height: auto;
  }
  
  .page-single {
    display: flex;
    gap: 40px;
  }
  .page-single aside .section-ads {
    border: none;
    padding: 0
  }
  .page-single ul.pagination li.unavailable {
    color: #ccc;
    cursor: not-allowed;
    padding: 8px 10px;
  }
  .page-single ul.pagination li.current a {
    background: #03A7FC;
    color: #fff;
  }
  .page-single ul.pagination li a {
    text-decoration: none;
    color: #03A7FC;
    padding: 8px 10px;
    border-radius: 5px;
    display: inline-block;
  }
  
  .page-single ul.pagination {  
  list-style: none;  
  display: flex;  
  justify-content: center;  
  margin: 40px 0;  
  font-size: 15px;
  }
  
  .paging-info {
  margin-bottom: 30px;
  }
  .page-single > .article {
    width: 900px;
    flex: 1;
  }
  .page-single aside {
    width: 350px;
  }
  .latest-wrap figure {
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 10px;
  }
  .latest-wrap figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .page-single h1 {
    font-size: 36px;
  justify-content: space-between;
  }
  .article-meta {
      text-align: center;
      margin-bottom: 0;
  }
  .article-meta .meta-info {
      margin-bottom: 17px;
      font-size: 14px;
      color: #999;
  }
  .article-meta .meta-info a {
      color: #777;
      text-decoration: none;
      font-weight: bold;
  }
  .page-single .subtitle em {
    display: block;
    font-size: 20px;
    color: #777;
    margin-bottom: 23px;
  }
  .page-single .meta-info {
    margin-top: 14px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .article-meta {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 14px;
  }
  .page-single .article-meta .meta-info a {
  color: #03A7FC;
  text-decoration: none;
  }
  .capty-caption {
    background: #000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
  color: #fff;
  }
  .page-single .article-content p {
    line-height: 22px;
    margin-bottom: 25px;
  }
  .page-single .article-content h2 {
      display: block;
    font-size: 25px;
    margin-bottom: 20px;
  
  }
  .page-single .article-content h3 {
    display: block;
    font-size: 20px;
    margin-bottom: 25px;
  line-height: 29px;
  }
  .page-single .article-content h4, h5 {
	  margin-bottom: 25px;
	  font-size: 18px;
  }
  .page-single .wrap-articles-content-grid { margin-bottom: 50px; }
  .article-footer .meta-tags {
    margin-bottom: 30px;
    margin-top: 17px;
  }
  .article-footer .meta-tags span {
    font-weight: bold;
    margin-right: 3px;
  }
.article-footer .meta-tags a {
    background: #03A7FC;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px;
    padding: 15px 16px;
    display: inline-block;
    margin: 5px;
    line-height: 1;
    text-align: center;
}
  .article-footer .meta-actions {
  margin-bottom: 30px;
  display: flex;
  gap: 10px;
  }
  .article-footer .meta-actions a {
    flex: 1;
    text-align: center;
    background: #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid #03A7FC;
    color: #03A7FC;
  }
  
  /* Estilos para o formulÃƒÆ’Ã‚Â¡rio de comentÃƒÆ’Ã‚Â¡rios */
  .comment-form {
    margin-top: 40px;
    margin-bottom: 40px;
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  
  .comment-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  }
  
  .comment-wrap {
    display: flex;
    gap: 20px;
  }
  
  .comment-content {
    flex: 1;
  }
  
  .comment-header {
    margin-bottom: 8px;
    color: #666;
    margin-bottom: 13px;
    display: flex;
    align-items: center;
    gap:5px;
  }
  
  
  .comment-header strong {
  display: flex;
  align-items: center;
  gap:5px;
  }
  
  .comment-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
    color: #333;
  }
  
  .comment-actions {
    display: flex;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
  }
  
  .comment-actions li a {
  font-size: 11px;
  }
  
  .comment-actions a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.2s ease;
  }
  
  .comment-actions a:hover {
    color: #03A7FC;
  }
  
  .comment-actions svg {
    width: 16px;
    height: 16px;
  }
  
  .replies-wrap {
    margin-left: 70px;
    margin-top: 20px;
  }
  
  .reply-item {
    display: flex;
    gap: 20px;
    padding: 15px 0;
    border-top: 1px solid #eee;
  }
  
  .reply-content {
    flex: 1;
  }
  
  .form-wrap {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
  }
  
  .form-user {
    flex-shrink: 0;
  }
  
  .form-content {
    flex: 1;
  }
  
  .comment-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .comment-avatar img {
  width:100%;
  height: 100%;
  object-fit:cover;
  border-radius:50%;
  }
  
  .comment-textarea {
    width: 100%;
    min-height: 100px;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: inherit;
    font-size: 16px;
    resize: vertical;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
  }
  
  .comment-textarea:focus {
    border-color: #03A7FC;
    outline: none;
  }
  
  .form-login {
    margin-bottom: 20px;
  }
  
  .form-login p {
    margin-bottom: 10px;
    color: #666;
  }
  
  .tool-anonymous {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 8px;
    text-decoration: none;
      background-color: #03A7FC;
      flex: 0 0 auto;
      width: auto;
      color: #ffffff;
    transition: all 0.2s ease;
  }
  
  .tool-anonymous:hover,
  .tool-anonymous:active,
  .tool-anonymous:focus {
    background: #03A7FC;
    color: #fff;
  }
  
  .anonymous-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  
  .form-group {
    margin-bottom: 15px;
  }
  
  .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #444;
  }
  
  .form-group input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
  }
  
  .form-group input:focus {
    border-color: #03A7FC;
    outline: none;
  }
  
  .form-submit {
    grid-column: span 2;
  }
  
  .comments-section {
    margin-top: 40px;
  }
  
  .no-comments {
    text-align: center;
    padding: 60px 20px;
    color: #666;
  }
  
  .no-comments svg {
    opacity: 0.5;
    margin-bottom: 15px;
  }
  
  .no-comments p {
    margin: 0;
    font-size: 16px;
  }
  
  .load-more {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  .load-more .button {
    background: #03A7FC;
    color: #fff;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    transition: background-color 0.2s ease;
  }
  
  .load-more .button:hover {
    background: #0288d1;
  }
  
  .parceiros-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .parceiros-grid a {
    display: block;
    color: #121212;
    text-decoration: none;
  }
  .parceiros-grid p {
    font-size: 14px;
    margin-top: 7px;
  }
  
  .parceiros-grid a:hover h3 {
  color: #03A7FC;
  text-decoration: underline;
  }
  .parceiros-grid figure {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    max-width: 100%;
  }
  .parceiros-grid figure img {
    width: 100%;
  }
  .section-super-featured { text-align:center; }
  .section-super-featured ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .section-super-featured ul li a {
    text-decoration: none;
    display: block;
    color: #121212;
    padding: 0 100px;
  }
  .section-super-featured ul li a:hover {
  color: #03A7FC;
  }
  .section-super-featured ul li a span {
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 6px;
  }
  
  .soapoperas .article-content {
  display:flex;
  gap: 25px;
  }
  
  .soapoperas .article-content:hover h3,
  .soapoperas .article-item:hover h3 {
  text-decoration: none;
  }
  
  .soapoperas .content {
  flex: 1;
  }
  .soapoperas .article-item figure {
  margin-bottom:0; 
  }
  .soapoperas .article-item figure {
  border-radius:0;
  }
  .soapoperas .article-item figure img {
  border-radius:10px;
  }
  .soapoperas .article-item .section-ads {
  margin: 30px 0 50px;
  }
  .soapoperas .content span {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .soapoperas .content span svg {
    width: 12px;
    height: auto;
    margin-top: -2px;
  }
  .soapoperas .content h3 a {
    color: #121212;
    text-decoration: none;
  }
  .soapoperas .content h3 a:hover {
  color:#03A7FC;
  text-decoration: underline;
  }
  .soapoperas .content p a {
  color:#03A7FC;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  }
  
.image-container {
    position: relative;
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    border-radius: 7px;
    overflow: hidden;
}

.image-container img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
  .article-figure { height: 240px; }
  .article-figure img { width: 100% !important; height: 100% !important; object-fit: cover !important; display: block; }
  .article-body.has-featured-image .image-container { height: 240px; overflow: hidden; }
  .article-body.has-featured-image .image-container img,
  .article-body.has-featured-image .image-container picture,
  .article-body.has-featured-image .image-container picture img { width: 100% !important; height: 100% !important; object-fit: cover !important; display: block; }

  /* Responsive tables on mobile: enable horizontal scroll inside article body */
  .article-body table {
    display: block !important;
    width: max-content !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .article-body table th,
  .article-body table td {
    white-space: nowrap !important;
  }
  
  /* Cover Owl content pages too */
  .article-content,
  .page-single .article-content {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .article-content table,
  .page-single .article-content table {
    display: inline-block !important;
    width: auto !important;
    max-width: 100% !important;
    table-layout: auto !important;
    touch-action: pan-y !important;
  }
  .article-content { touch-action: auto !important; }
  .page-single .article-content,
  .article-content {
    scrollbar-width: thin;
    scrollbar-color: #94a3b8 #e5e7eb;
  }
  .page-single .article-content::-webkit-scrollbar,
  .article-content::-webkit-scrollbar { height: 8px; }
  .page-single .article-content::-webkit-scrollbar-track,
  .article-content::-webkit-scrollbar-track { background: #e5e7eb; border-radius: 4px; }
  .page-single .article-content::-webkit-scrollbar-thumb,
  .article-content::-webkit-scrollbar-thumb { background: #94a3b8; border-radius: 4px; }
  .article-content th,
  .article-content td,
  .page-single .article-content th,
  .page-single .article-content td {
    white-space: nowrap !important;
  }
}

.image-credits {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 4px 8px;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

  .image-container figure, .image-container img, .article img {
	max-width: 100%;
  }
  @media (max-width: 639px) {
  .section-super-featured ul li a {
    padding: 0;
  }
  .parceiros-grid {
      grid-template-columns: 1fr;
  }
    .no-comments {
        padding: 40px 15px;
    }
  .page-single {display:block;}
    .load-more .button {
        /* width: 100%; */
        justify-content: center;
    }
    .comment-form {
        padding: 20px;
    }
  
    .comment-item {
        padding: 15px;
    }
   .comment-avatar {
      width: 30px;
      height: 30px;
  }
    .comment-wrap {
        gap: 10px;
        display: flex;
    }
      .comment-header {
          font-size:14px;
      }
      .reply-item {
          gap: 10px;
      }
  
      .comment-actions {display: grid;
                       grid-template-columns: 1fr 1fr 1fr 1fr; }
      
      .comment-actions li:first-child {
                  grid-column-start: 1;
          grid-column-end: 5;
      }
      .comment-actions a {
          justify-content: center;
      }
  
    .comment-text {
        font-size: 14px;
    }
  
    .replies-wrap {
        margin-left: 30px;
    }
  
    .anonymous-grid {
        grid-template-columns: 1fr;
    }
  
    .form-submit {
        grid-column: 1;
    }
  }
  
    header.header-fixed {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        justify-content:space-between;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
    }
    header.header-fixed .header-social {
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 15%;
        justify-content: end;
    }
  header .hover-search {
  display: none;
  }
  header.header-fixed .hover-search {display: inline-block;cursor: pointer;}
  header.header-fixed .header-search {
  display: none;
  }
  header .header-nav {
    display: none;
  }
  
  header.header-fixed .header-nav {
    display: inline-block;
    padding-left: 0;
    width: 15%;
  }
  
  header.header-fixed .header-nav svg {
    width: 31px;
    height: auto;
  }
  
  
    header.header-fixed .header-logo {
      flex: 1;
      justify-content: center;
    }
  
  .form-submit .button {
    background: #03A7FC;
    color: #fff;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    transition: background-color 0.2s ease;
    cursor: pointer;
    border: none;
    font-family: "Roboto", sans-serif;
  }
  
  .form-submit .button:hover {
    background: #0288d1;
  }
  
  
  
  .sidenav {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 0 !important;
    /* transition: 0.5s; */
    overflow-y: scroll;
  }
  
  .sidenav ul:first-child {
  padding: 20px 0;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 30px;
    text-decoration: none;
    font-size: 16px !important;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-weight: bold;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 29px !important;
    margin-left: 50px;
    line-height: 27px;
  }
  
  .sidenav a:hover {
  color: #03A7FC !important;
  }
  
  .sidenav ul li ul {
  margin-bottom: 10px;
  }
  .sidenav ul li ul a {
  padding-left: 45px;
  font-weight: normal;
  font-size: 15px !important;
  }
  
  #main {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 0;}
    .sidenav a {font-size: 18px;}
  }
  
  .botonSideNav{
  cursor: pointer;
  }
  
  .sidenav-search {
    padding: 24px;
    padding-bottom: 0;
    margin-top: 30px;
  }
  .sidenav-search form {
    position: relative;
  }
  .sidenav-search form input {
    padding: 11px;
    box-sizing: border-box;
    width: 100%;
    padding-right: 36px;
    border-radius: 4px;
    border: none;
  }
  .sidenav-search form svg {
    position: absolute;
    right: 0;
    top: 0;
    padding: 11px;
    width: 14px;
    height: auto;
  }
  
  
  @media (max-width: 639px) {
    .header-logo a:first-child {
      order: 2;
      text-align: right
    }
  }
  
  
  
  .contact-form {
  margin-top: 30px;
  }
  .contact-form .form-group {
    margin-bottom: 25px;
  }
  .contact-form .form-group label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
  }

  .contact-form .form-group select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
  }
  .contact-form .form-group textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
  }
  
  
  .contact-form .button {
    background: #03A7FC;
    color: #fff;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    transition: background-color 0.2s ease;
    cursor: pointer;
    border: none;
    font-family: "Roboto", sans-serif;
  }
  
  .contact-form .button:hover {
    background: #0288d1;
  }
  
  #comment_post_link, #comment_post_link_2 {
      cursor: pointer;
  }
  
  .about-section {margin-bottom: 30px;margin-top: 30px;}
  .about-section h2 {font-size: 21px;font-weight: normal;}
  .about-section h2 svg {order: 2; }
  .about-section p {
    line-height: 23px;
  }
  .about-section .stats-grid {display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr;font-size: 13px;margin-bottom: 16px;gap: 10px;text-align: center;}
  .about-section .stats-grid .stat-item {
  border: 1px solid #eee;
  padding: 24px 15px;
  border-radius: 8px;
  background: #fafafa;
  }
  .about-section .source-text {
  font-size: 12px;
  color: #aaa;
  }
  
  .about-section .stat-number {
    display: block;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 3px;
  }
  .about-section .social-grid {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .about-section .social-grid a {
    color: #111;
    text-decoration: none;
    border: 1px solid #eee;
    padding: 15px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    background: #fafafa;
    flex: 1;
    justify-content: center;
  }
  .about-section .social-grid a svg {
    width: 20px;
    height: auto;
  }
  .about-section .social-grid a:hover {
  color: #fff;
  background-color: #03A7FC;
  border-color: #03A7FC;
  }
  
  .about-section p a {
  color: #03A7FC;
  }
  
  .about-section .expediente-grid {
    display: flex;
    gap: 10px;
    text-align: center;
  }
  .about-section .expediente-grid .expediente-item {
    border: 1px solid #eee;
    padding: 18px 15px;
    border-radius: 8px;
    flex: 1;
    background: #fafafa;
    font-size: 15px;
  }
  .about-section .expediente-grid .expediente-item h3 {
    font-size: 16px;
  }
  
  @media (max-width: 639px) {
    
    .about-section .stats-grid {
      grid-template-columns: 1fr 1fr;
    }
    .about-section .social-grid,
    .about-section .expediente-grid {
      display: grid;
      grid-template-columns: 1fr;
    }
    .page-single > .article {
      width: 100%;
    }
    #comment_anonymous,
    #comment_anonymous_v2 {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
    }
    #comment_name, #comment_email, #comment_captcha,
    #comment_name_v2, #comment_email_v2, #comment_captcha_v2 {
      width: 100%;
      height: 42px;
      padding: 10px 12px;
      box-sizing: border-box;
    }
  }
  
  
  
  
  
  
  
  .enquete-resultado {
     list-style: none;
     margin: 30px 0 40px;
     display: grid;
     grid-template-columns: 1fr;
     gap: 20px;
  }
  .enquete-resultado .enquete-resultado-item span {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .enquete-resultado .enquete-resultado-item .enquete-resultado-barra {
     background: #eee;
     height: 30px;
     border-radius: 100px;
     overflow: hidden;
  }
  .enquete-resultado .enquete-resultado-item .enquete-resultado-porcentagem {
      height: 30px;
      display: flex;
      align-items: center;
      padding: 0 14px;
      background: #00CC66;
      color: #fff;
      font-weight: bold;
  }
  
 
  .report-message.error {
        position: relative;
      padding: 20px 23px;
      margin-bottom: 1rem;
      border: 1px solid transparent;
      border-radius: .25rem;
        color: #721c24;
      background-color: #f8d7da;
      border-color: #f5c6cb;
  }
  .report-message.error strong {
      display: block;
    margin-bottom: 8px;
  }
  
  a.button.alert.radius.tiny {
      border: 1px solid red;
      background: red;
      color: #fff;
  }
  
  a#comment_post_link_2 {
      border: 1px solid green;
      background: green;
      color: #fff;
  }
  
  .section-super-featured ul li a figure {
      width: 100%;
      margin-bottom: 7px;
  }
  .section-super-featured ul li a figure img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      border-radius: 15px;
  }
  .section-super-featured ul li a figure figcaption {
      margin-top: 8px;
      display: inline-block;
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 2px;
      color: #aaaaaa;
  }
  
  .section-super-home .section-articles { flex: 1 }
  .section-super-home {     align-items: flex-start; display: flex;    gap: 40px; }
  .section-super-home aside {
      width: 350px;
  }
  
.page-single .article-content ul {
    margin-left: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.page-single .article-content ol {
    margin-left: 40px;
    margin-top: 25px;
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

/* Modified unordered list styling */
.page-single .article-content ul {
    list-style-type: none;
    padding-left: 0; /* Reduced from 20px */
}

.page-single .article-content ul li {
    position: relative;
    padding-left: 20px; /* Added this line - matches your previous margin-left */
}

.page-single .article-content ul li ul {
    margin-top: 5px;
    margin-bottom: 0;
    padding-left: 0;
	margin-left: 10px;
}

/* Modified bullet styling */
.page-single .article-content ul li::before {
    content: "•";
    color: #03A7FC;
    font-size: 30px;
    position: absolute; /* Changed to absolute positioning */
    left: 0; /* Position at the start of the padding area */
    top: 0; /* Align to the top */
    line-height: 0.7;
    vertical-align: middle;
}

/* Modified paragraph styling */
.page-single .article-content li p {
    display: block; /* Changed from inline-table to ensure proper text flow */
    margin: 0; /* Prevent additional spacing between paragraphs */
}

/* Ordered list styling */
.page-single .article-content ol li::marker {
  color: #03A7FC;
}

/* Blockquote styling */
blockquote {
  font-style: italic;
  color: #555;
  border-left: 4px solid #03A7FC;
  padding-left: 15px;
  margin: 20px 0;
}


