.elementor-3933 .elementor-element.elementor-element-12b360a2 > .elementor-widget-container{margin:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-12b360a2 */.cnn-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  background-color: #fff;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  z-index: 999;
  font-family: Arial, Helvetica, sans-serif;
}

/* Lado esquerdo */
.cnn-header .left-section {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cnn-header .menu-icon {
  font-size: 22px;
  cursor: pointer;
}

.cnn-header .logo {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 900;
}

.cnn-header .logo span:first-child {
  color: #cc0000;
  font-weight: 900;
  font-family: Arial Black, sans-serif;
  letter-spacing: -1px;
}

.cnn-header .logo span:last-child {
  margin-left: 4px;
  color: black;
  font-weight: 700;
}

/* Nav */
.cnn-header nav {
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
}

.cnn-header nav a {
  text-decoration: none;
  color: #111;
  font-weight: 600;
  font-size: 15px;
}

.cnn-header nav a:hover {
  text-decoration: underline;
}

/* Dropdown */
.cnn-header .dropdown {
  position: relative;
  cursor: pointer;
}

.cnn-header .dropdown-content {
  display: none;
  position: absolute;
  top: 28px;
  left: 0;
  background-color: white;
  min-width: 160px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  z-index: 1000;
}

.cnn-header .dropdown-content a {
  display: block;
  padding: 10px 14px;
  color: #111;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}

.cnn-header .dropdown-content a:hover {
  background-color: #f2f2f2;
}

.cnn-header .dropdown:hover .dropdown-content {
  display: block;
}

/* Lado direito */
.cnn-header .right-section {
  display: flex;
  align-items: center;
  gap: 18px;
}

.cnn-header .watch {
  display: flex;
  align-items: center;
  color: #111;
  font-weight: 600;
}

.cnn-header .listen {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}

.cnn-header .search-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.cnn-header .signin-btn {
  border: 1px solid #ccc;
  padding: 6px 14px;
  border-radius: 20px;
  background-color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.cnn-header .signin-btn:hover {
  background-color: #f4f4f4;
}

/* RESPONSIVO (mobile) */
@media (max-width: 900px) {
  .cnn-header {
    justify-content: flex-start;
    gap: 16px;
    padding: 0 16px;
  }

  .cnn-header nav,
  .cnn-header .right-section {
    display: none !important;
  }

  .cnn-header .left-section {
    gap: 12px;
  }

  .cnn-header .menu-icon {
    font-size: 24px;
  }

  .cnn-header .logo {
    font-size: 22px;
    font-weight: 900;
  }

  .cnn-header .logo span:last-child {
    font-weight: 700;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7687a1f1 */.cnn-article {
  max-width: 920px;
  margin: 0 auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111;
  line-height: 1.6;
  margin-top: 30px;
  padding: 0 16px;
}

.cnn-article-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 24px;
  margin-left: -120px;
}

.cnn-article-header .red-bar {
  width: 6px;
  background-color: #cc0000;
  height: auto;
  min-height: 120px;
}

.cnn-article-header .headline {
  flex: 1;
}

.cnn-article-header h1 {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 10px 0;
  color: #000;
}

.cnn-article-header .meta {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  font-weight: 500;
}

.cnn-article-header .updated {
  color: #cc0000;
  font-weight: 700;
}

.cnn-article-body {
  margin-top: 20px;
}

.cnn-article-body figure {
  margin: 20px 0;
}

.cnn-article-body img {
  width: 100%;
  border-radius: 8px;
}

.cnn-article-body figcaption {
  font-size: 13px;
  color: #666;
  margin-top: 6px;
}

.cnn-article-body h2 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
  color: #000;
}

.cnn-article-body ul {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.cnn-article-body li {
  margin-bottom: 6px;
}

/* RESPONSIVO 👇 */
@media (max-width: 992px) {
  .cnn-article {
    padding: 0 20px;
  }

  .cnn-article-header {
    margin-left: 0;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .cnn-article-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-left: 0;
  }

  .cnn-article-header .red-bar {
    width: 100%;
    height: 6px;
    min-height: 6px;
  }

  .cnn-article-header h1 {
    font-size: 28px;
    line-height: 1.2;
  }

  .cnn-article-body h2 {
    font-size: 20px;
  }

  .cnn-article-body img {
    border-radius: 6px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-26ff8423 *//* CNN-like Up Next + Most Popular Section */
.cnn-upnext-popular {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
}

.cnn-upnext-popular .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 40px;
}

.cnn-upnext-popular h2 {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: black; /* garante preto */
}

.cnn-upnext-popular .up-next,
.cnn-upnext-popular .most-popular {
  flex: 1;
  min-width: 0;
}

.up-next .articles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}

.article img {
  width: 100%;
  border-radius: 4px;
}

.article .title {
  font-size: 0.9rem;
  margin: 8px 0;
  color: black; /* títulos sempre pretos */
  line-height: 1.3;
}

.article span {
  font-size: 0.8rem;
  color: gray;
}

.most-popular ol {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: item;
}

.most-popular li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  counter-increment: item;
}

.most-popular li::before {
  content: counter(item);
  font-weight: bold;
  margin-right: 10px;
  color: black;
}

.most-popular li span {
  font-size: 0.9rem;
  line-height: 1.3;
  color: black;
}

/* Footer */
.cnn-footer {
  background: #000;
  color: white;
  padding: 40px 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.cnn-footer .footer-top {
  text-align: center;
  margin-bottom: 40px;
}

.cnn-footer input {
  width: 100%;
  max-width: 600px;
  padding: 10px 14px;
  border-radius: 4px;
  border: none;
  font-size: 1rem;
}

.cnn-footer .footer-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
  text-align: left;
}

.cnn-footer h4 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.cnn-footer a {
  display: block;
  color: #ccc;
  text-decoration: none;
  font-size: 0.9rem;
  margin-bottom: 6px;
}

.cnn-footer a:hover {
  color: white;
}

.column h4 {
    color: #ffffff;
}

@media (max-width: 992px) {
  .cnn-upnext-popular .container {
    flex-direction: column;
  }
  .up-next .articles {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .up-next .articles {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */