/*
Theme Name: Pode Conversar V2
Theme URI: https://example.com/pode-conversar
Author: Seu Nome
Author URI: https://example.com
Description: Um tema leve e moderno para WordPress.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pode-conversar
*/

/* ================================================================
THEME
============================================================== */

.featured-badge {
  background: #e12929;
  color: #fff;
}

.badge-esportes {
  background: #28a745;
}

.badge-gerais {
  background: #fd7e14;
}

.badge-politica {
  background: #1e73be;
}

.badge-tecnologia {
  background: #17a2b8;
}

.badge-entretenimento {
  background: #6f42c1;
}

.badge-educacao {
  background: #000;
}

.badge-cultura {
  background: #e6e600;
}
/* =================================================================
ADVERTISEMENTS
================================================================= */

.category-ads-section {
  margin: 30px 0;
}

.advertisements,
.ad-link {
  display: block;
  width: 100%;
}

.ad-image-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  overflow: hidden;
}

.ad-image-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.post-inline-ad {
  margin: 30px 0;
}

.post-inline-ad .ad-link {
  display: block;
  text-decoration: none;
}

.post-inline-ad .ad-image-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.post-inline-ad .ad-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
/* ================================================================
HEADER
============================================================== */

.custom-header {
  font-family: inherit;
}

/* Topbar */
.custom-header .header-topbar {
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 13px;
  color: #000;
}

.custom-header .topbar-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 6px 0;
}

.custom-header .topbar-left {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  min-width: 0;
}

.custom-header .trending-label {
  font-weight: 700;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}

.custom-header .trending-label i {
  color: #e12929;
  margin-right: 4px;
}

.custom-header .trending-swiper {
  flex: 1;
  min-width: 0;
  width: 100%;
}

.custom-header .trending-swiper .swiper-slide {
  width: 100%;
}

.custom-header .trending-link {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}

.custom-header .topbar-right {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  color: #000;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .custom-header .topbar-inner {
    gap: 8px;
  }

  .custom-header .topbar-left {
    width: 100%;
    gap: 8px;
  }

  .custom-header .trending-label {
    font-size: 11px;
  }

  .custom-header .trending-swiper {
    width: 100%;
  }

  .custom-header .topbar-right {
    width: 100%;
    justify-content: flex-end;
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .custom-header .topbar-left {
    flex-wrap: nowrap;
  }

  .custom-header .trending-label {
    font-size: 10px;
  }

  .custom-header .trending-link {
    font-size: 12px;
  }

  .custom-header .topbar-right {
    justify-content: flex-start;
  }
}

/* Main */
.custom-header .header-main {
  background: #ffffff;
  padding: 28px 0;
}

.custom-header .header-main-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.custom-header .header-logo {
  flex: 0 0 auto;
}

.custom-header .header-logo .site-logo {
  max-height: 106px;
  width: auto;
}

.custom-header .header-banner {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.custom-header .header-banner img {
  width: 100%;
  max-width: 728px;
  max-height: 90px;
  object-fit: cover;
}

/* Navbar */
.custom-header .header-nav-wrapper {
  background: #e12929;
}

.custom-header .custom-navbar {
  min-height: 70px;
}

.custom-header .custom-nav-menu {
  display: flex;
  align-items: center;
}

.custom-header .custom-nav-menu .nav-item {
  position: relative;
}

.custom-header .custom-nav-menu .nav-link {
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
  padding: 22px 20px !important;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
}

.custom-header .custom-nav-menu .nav-link:hover,
.custom-header .custom-nav-menu .nav-link.active {
  background: rgba(255, 255, 255, 0.08);
}

.custom-header .custom-nav-menu .nav-item:not(:last-child) .nav-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
}

/* Actions */
.custom-header .header-actions {
  display: flex;
  align-items: stretch;
  margin-left: auto;
}

.custom-header .header-social {
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.custom-header .header-social a {
  width: 52px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.custom-header .header-social a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.custom-header .search-toggle-btn {
  width: 64px;
  height: 70px;
  border: none;
  background: transparent;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.custom-header .search-toggle-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* Search area */
.custom-header .header-search-area {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 0;
}

.custom-header .header-search-form {
  display: flex;
  gap: 12px;
}

.custom-header .header-search-form .form-control {
  min-height: 48px;
  border-radius: 0;
  border: 1px solid #ccc;
  box-shadow: none;
}

.custom-header .header-search-form .btn {
  min-width: 56px;
  border-radius: 0;
  background: #e12929;
  color: #fff;
  border: none;
}

.custom-header .header-search-form .btn:hover {
  background: #000;
  color: #fff;
}

/* Toggler */
.custom-header .custom-toggler {
  border: none;
  box-shadow: none !important;
  color: #fff;
  font-size: 22px;
  padding: 12px 0;
}

.custom-header .custom-toggler:focus {
  box-shadow: none !important;
}

.custom-header .custom-nav-menu .dropdown-menu.custom-dropdown-menu {
  background: #e12929;
  border: none;
  border-radius: 0;
  padding: 8px 0;
  margin-top: 0;
  min-width: 240px;
}

.custom-header
  .custom-nav-menu
  .dropdown-menu.custom-dropdown-menu
  .dropdown-item {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 16px;
  transition: all 0.3s ease;
}

.custom-header
  .custom-nav-menu
  .dropdown-menu.custom-dropdown-menu
  .dropdown-item:hover,
.custom-header
  .custom-nav-menu
  .dropdown-menu.custom-dropdown-menu
  .dropdown-item:focus {
  background: #000;
  color: #fff;
}

.custom-header .custom-nav-menu .dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: middle;
}

/* Hover no desktop */
@media (min-width: 992px) {
  .custom-header .custom-nav-menu .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .custom-header .header-main-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .custom-header .header-banner {
    justify-content: center;
    width: 100%;
  }

  .custom-header .header-banner img {
    max-width: 100%;
  }

  .custom-header .custom-navbar {
    min-height: auto;
    padding: 12px 0 !important;
  }

  .custom-header .navbar-collapse {
    background: #e12929;
    margin-top: 12px;
    padding: 10px 0;
  }

  .custom-header .custom-nav-menu {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .custom-header .custom-nav-menu .nav-item {
    width: 100%;
  }

  .custom-header .custom-nav-menu .nav-link {
    width: 100%;
    padding: 14px 0 !important;
  }

  .custom-header .custom-nav-menu .nav-item:not(:last-child) .nav-link::after {
    display: none;
  }

  .custom-header .header-actions {
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .custom-header .header-social a,
  .custom-header .search-toggle-btn {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 767.98px) {
  .custom-header .topbar-inner {
    justify-content: center;
    text-align: center;
  }

  .custom-header .topbar-left,
  .custom-header .topbar-right {
    justify-content: center;
    width: 100%;
  }

  .custom-header .header-main {
    padding: 20px 0;
  }

  .custom-header .header-logo .site-logo {
    max-height: 106px;
  }

  .custom-header .header-search-form {
    flex-direction: column;
  }

  .custom-header .header-search-form .btn {
    width: 100%;
    min-height: 46px;
  }
}

/* ================================================================
FEATURED POSTS
============================================================== */
#featured-posts .featured-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 4px;
}

#featured-posts .featured-right-column {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 4px;
}

#featured-posts .featured-bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}

#featured-posts .featured-card {
  position: relative;
  overflow: hidden;
  background: #000;
  min-height: 260px;
}

#featured-posts .featured-card-main {
  min-height: 500px;
}

#featured-posts .featured-card-top {
  min-height: 242px;
}

#featured-posts .featured-card-small {
  min-height: 242px;
}

#featured-posts .featured-card-link {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
  color: #fff;
  text-decoration: none;
}

#featured-posts .featured-card-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
  z-index: 0;
}

#featured-posts .featured-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0.35) 45%,
    rgba(0, 0, 0, 0.08) 100%
  );
  z-index: 1;
}

#featured-posts .featured-card-content {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 4;
}

#featured-posts .featured-badge {
  position: relative;
  z-index: 5;
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
}

#featured-posts .featured-badge:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
  opacity: 0.92;
}

#featured-posts .featured-meta {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 400;
}

#featured-posts .featured-title {
  margin: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

#featured-posts .featured-title-lg {
  font-size: 26px;
  margin-bottom: 12px;
}

#featured-posts .featured-title-md {
  font-size: 22px;
}

#featured-posts .featured-title-sm {
  font-size: 18px;
}

#featured-posts .featured-excerpt {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.5;
}

#featured-posts .featured-card:hover .featured-card-image {
  transform: scale(1.06);
}

/* Tablet */
@media (max-width: 991.98px) {
  #featured-posts .featured-grid {
    grid-template-columns: 1fr;
  }

  #featured-posts .featured-card-main,
  #featured-posts .featured-card-top,
  #featured-posts .featured-card-small {
    min-height: 320px;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  #featured-posts .featured-bottom-grid {
    grid-template-columns: 1fr;
  }

  #featured-posts .featured-card-main,
  #featured-posts .featured-card-top,
  #featured-posts .featured-card-small {
    min-height: 280px;
  }

  #featured-posts .featured-card-content {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  #featured-posts .featured-title-lg {
    font-size: 22px;
  }

  #featured-posts .featured-title-md {
    font-size: 20px;
  }

  #featured-posts .featured-title-sm {
    font-size: 18px;
  }

  #featured-posts .featured-excerpt {
    font-size: 14px;
  }
}

/* ==========================================================
FEATURED
========================================================== */
.featured {
  background-image: url("./assets/images/bg-2.jpg");
  background-position: center center;
  /* height: 70vh; */
  position: relative;
  padding: 4em 2em 4em 2em;
  overflow: hidden;
}

.image-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: black;
  opacity: 0.6;
  transition:
    background 0.3s,
    border-radius 0.3s,
    opacity 0.3s;
}

.featured .featured-content {
  z-index: 2;
  position: relative;
}

.featured .featured-content h1 {
  font-size: 70px;
  color: #fff;
}

.featured .featured-content h1 span {
  color: #e12929;
}

.featured .featured-content p {
  color: #fff;
}

.featured .featured-content .btn-channel {
  padding-inline: 17px;
  padding-block: 15px;
  text-decoration: none;
  transition: all 0.5s;
  background-color: #e12929;
  border: solid 2px #e12929;
  color: #fff;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 700;
}

.featured-img {
  max-height: 500px;
  margin: 0 auto;
  display: block;
  border-radius: 8px;
}

/* Smartphones Pequenos (até 480px) */
@media only screen and (max-width: 480px) {
  .featured-img {
    max-height: 350px;
    margin: 30px auto 0;
  }
}

/* Smartphones Médios e Tablets Pequenos (481px até 767px) */
@media only screen and (max-width: 767px) {
  .featured-img {
    max-height: 350px;
    margin: 30px auto 0;
  }
}

/* Tablets e iPads (768px até 1024px) */
@media only screen and (max-width: 1024px) {
  .featured .featured-content h1 {
    font-size: 40px;
  }
}

/* Notebooks (1024px até 1366px) */
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .featured .featured-content h1 {
    font-size: 50px;
  }
}
/* ==========================================================
COUNTER MEDIA
========================================================== */
#counter-media {
  background-color: #e12929;
  position: relative;
  width: 100%;
  padding: 30px;
}

#counter-media h2 {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
}

#counter-media p {
  font-size: 30px;
  color: #fff;
}

/* ==========================================================
PARTNERS
========================================================== */
#partners {
  background: #1c2326;
  padding: 60px 0;
}

.partners-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.partners-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #21282b;
  padding: 15px;
  border-radius: 8px;
}

.partners-list-item:hover {
  background-color: #e12929;
}

.partners-list-item img {
  max-width: 150px;
}

/* Smartphones Pequenos (até 480px) */
@media only screen and (max-width: 480px) {
  .partners-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Smartphones Médios e Tablets Pequenos (481px até 767px) */
@media only screen and (max-width: 767px) {
  .partners-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Tablets e iPads (768px até 1024px) */
@media only screen and (max-width: 1024px) {
  .partners-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Notebooks (1024px até 1366px) */
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
}
/* =================================================================
GALLERY
================================================================= */
#gallery {
  padding: 60px 0;
}

#gallery .gallery-container {
  margin: 30px 0;
}

#gallery .gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#gallery .gallery-item:nth-child(1),
#gallery .gallery-item:nth-child(2) {
  width: calc(50% - 10px);
  height: 400px;
}

#gallery .gallery-item:nth-child(3) {
  width: calc(30% - 10px);
  height: 350px;
}

#gallery .gallery-item:nth-child(4) {
  width: calc(70% - 10px);
  height: 350px;
}

#gallery .gallery-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

#gallery .gallery-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 8px;
}

#gallery .gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  transition: background 0.3s ease-in-out;
}

#gallery .gallery-overlay h3 {
  margin: 0;
  font-size: 18px;
}

#gallery .gallery-overlay p {
  margin: 5px 0 0;
  font-size: 14px;
}

#gallery .gallery-item:hover .gallery-overlay {
  background: rgba(0, 0, 0, 0.7);
}

@media (max-width: 768px) {
  #gallery .gallery-grid {
    flex-direction: column;
  }

  #gallery .gallery-item {
    width: 100% !important; /* No mobile, todos ocupam 100% */
    height: auto;
  }
}

/* ===================================================================
SINGLE GALLERY
=================================================================== */
#single-gallery {
  margin: 60px 0;
}

.gallery-images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.gallery-images a {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  transition:
    transform 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.gallery-images a:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.gallery-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

/* ===============================================================
GALLERIES
=============================================================== */
#galleries {
  margin: 60px 0;
}

#galleries .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

#galleries .gallery-grid .gallery-item {
  width: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 30vh;
}

#galleries .gallery-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 8px;
}

#galleries .gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  transition: background 0.3s ease-in-out;
}

#galleries .gallery-overlay h3 {
  margin: 0;
  font-size: 18px;
}

#galleries .gallery-overlay p {
  margin: 5px 0 0;
  font-size: 14px;
}

#galleries .gallery-item:hover .gallery-overlay {
  background: rgba(0, 0, 0, 0.7);
}

/* =================================================================
CATEGORY POSTS
================================================================= */
.category-highlight-section {
  background: #fff;
  margin: 25px 0;
}

.category-highlight-header {
  position: relative;
  margin-bottom: 28px;
  border-top: 3px solid #e12929;
}

.category-highlight-title {
  position: relative;
  display: inline-block;
  background: #e12929;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 16px;
  line-height: 1;
}

.category-highlight-title::after {
  content: "";
  position: absolute;
  left: 22px;
  bottom: -9px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 9px solid #e12929;
}

/* Cores por categoria */
.category-politica .category-highlight-header {
  border-top-color: #1e73be;
}

.category-politica .category-highlight-title {
  background: #1e73be;
}

.category-politica .category-highlight-title::after {
  border-top-color: #1e73be;
}

.category-esportes .category-highlight-header {
  border-top-color: #28a745;
}

.category-esportes .category-highlight-title {
  background: #28a745;
}

.category-esportes .category-highlight-title::after {
  border-top-color: #28a745;
}

.category-gerais .category-highlight-header {
  border-top-color: #fd7e14;
}

.category-gerais .category-highlight-title {
  background: #fd7e14;
}

.category-gerais .category-highlight-title::after {
  border-top-color: #fd7e14;
}

.category-educacao .category-highlight-header {
  border-top-color: #000;
}

.category-educacao .category-highlight-title {
  background: #000;
}

.category-educacao .category-highlight-title::after {
  border-top-color: #000;
}

.category-cultura .category-highlight-header {
  border-top-color: #e6e600;
}

.category-cultura .category-highlight-title {
  background: #e6e600;
}

.category-cultura .category-highlight-title::after {
  border-top-color: #e6e600;
}

/* Post principal */
.category-main-post-image-link {
  display: block;
  overflow: hidden;
}

.category-main-post-image-link img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  display: block;
}

.category-main-post-content {
  padding-top: 16px;
}

.category-main-post-title {
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
}

.category-main-post-title a {
  color: #111;
  text-decoration: none;
}

.category-main-post-title a:hover {
  color: #e12929;
}

.category-main-post-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #8a8a8a;
  flex-wrap: wrap;
}

.category-main-post-author {
  color: #000;
  font-weight: 600;
}

.category-main-post-separator {
  color: #b5b5b5;
}

.category-main-post-excerpt {
  margin: 0;
  color: #333;
  font-size: 15px;
  line-height: 1.7;
}

/* Lista lateral */
.category-side-posts {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.category-side-post {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.category-side-post-image-link {
  flex: 0 0 115px;
  max-width: 115px;
  overflow: hidden;
}

.category-side-post-image-link img {
  width: 115px;
  height: 78px;
  object-fit: cover;
  display: block;
}

.category-side-post-content {
  flex: 1;
}

.category-side-post-title {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

.category-side-post-title a {
  color: #111;
  text-decoration: none;
}

.category-side-post-title a:hover {
  color: #e12929;
}

.category-side-post-date {
  font-size: 14px;
  color: #9a9a9a;
  line-height: 1.4;
}

/* Hover suave */
.category-main-post-image-link img,
.category-side-post-image-link img {
  transition: transform 0.3s ease;
}

.category-main-post:hover img,
.category-side-post:hover img {
  transform: scale(1.03);
}

.category-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

.btn-ver-mais {
  background: transparent;
  border: 2px solid #e12929;
  color: #e12929;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.btn-ver-mais:hover {
  background: #e12929;
  color: #fff;
}

/* Tablet */
@media (max-width: 991.98px) {
  .category-highlight-section {
    padding: 30px 0 20px;
  }

  .category-main-post-image-link img {
    height: 260px;
  }

  .category-side-posts {
    margin-top: 10px;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .category-main-post-image-link img {
    height: 220px;
  }

  .category-side-post {
    gap: 14px;
  }

  .category-side-post-image-link {
    flex: 0 0 95px;
    max-width: 95px;
  }

  .category-side-post-image-link img {
    width: 95px;
    height: 72px;
  }

  .category-main-post-title {
    font-size: 24px;
  }

  .category-side-post-title {
    font-size: 16px;
  }

  .category-main-post-excerpt {
    font-size: 14px;
  }
}
/* =================================================================
SINGLE
================================================================= */
.single-post-page {
  padding: 40px 0;
}

.single-post-page .post-advertisements {
  margin-bottom: 30px;
}

.single-post-page .post-advertisements .advertisement-card {
  border-radius: 12px;
  overflow: hidden;
}

.single-post-page .post-advertisements .advertisement-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.single-post-page .single-post-content .post-header {
  margin-bottom: 30px;
}

.single-post-page .single-post-content .post-meta {
  color: #777;
  font-size: 14px;
  margin-bottom: 10px;
}

.single-post-page .single-post-content .post-title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 25px;
}

.single-post-page .single-post-content .post-featured-image {
  margin-bottom: 30px;
}

.single-post-page .single-post-content .post-featured-image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
}

.single-post-page .single-post-content .post-content {
  font-size: 18px;
  line-height: 1.8;
  color: #222;
}

.single-post-page .single-post-content .post-content p {
  margin-bottom: 20px;
}

.single-post-page .single-post-content .post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.single-post-page .single-post-content .post-gallery {
  margin-top: 40px;
}

.single-post-page .single-post-content .post-gallery .section-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.single-post-page .single-post-content .post-gallery .gallery-item {
  display: block;
}

.single-post-page .single-post-content .post-gallery .gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.single-post-page .single-post-content .post-gallery .gallery-item:hover img {
  transform: scale(1.03);
}

.single-post-page .related-posts-sidebar .sidebar-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.single-post-page .related-posts-sidebar .related-posts-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.single-post-page .related-posts-sidebar .related-post-card {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.single-post-page .related-posts-sidebar .related-post-thumb {
  flex-shrink: 0;
  width: 120px;
}

.single-post-page .related-posts-sidebar .related-post-thumb img {
  width: 100%;
  height: 85px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.single-post-page .related-posts-sidebar .related-post-info {
  flex: 1;
}

.single-post-page .related-posts-sidebar .related-post-date {
  display: block;
  font-size: 13px;
  color: #888;
  margin-bottom: 6px;
}

.single-post-page .related-posts-sidebar .related-post-title {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.single-post-page .related-posts-sidebar .related-post-title a {
  color: #111;
  text-decoration: none;
}

.single-post-page .related-posts-sidebar .related-post-title a:hover {
  color: #e60023;
}
/* ==========================================================
FOOTER
========================================================== */
footer {
  background-color: #293036;
  padding: 30px 0 0 0;
  color: #fff;
  border-top: 4px solid #e12929;
  text-align: center;
}

footer .footer-logo img {
  height: 80px;
  margin: 0 auto;
  display: block;
}

footer .footer-title {
  font-size: 20px;
}

footer .footer-title:after {
  background: #e12929;
  height: 1px;
  width: 20px;
  display: block;
  content: "";
  margin: 15px auto;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul li {
  margin-bottom: 10px;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
}

footer .copyright {
  border-top: 1px solid #f2f2f2;
  padding-top: 20px;
}

/* Smartphones Pequenos (até 480px) */
@media only screen and (max-width: 480px) {
}

/* Smartphones Médios e Tablets Pequenos (481px até 767px) */
@media only screen and (max-width: 767px) {
}

/* Tablets e iPads (768px até 1024px) */
@media only screen and (max-width: 1024px) {
}

/* Notebooks (1024px até 1366px) */
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
}

/* ===============================================================
PUBLICIDADES
=============================================================== */
.advertisements {
  width: 100% !important;
  display: block !important;
  margin: 15px 0;
  background-color: transparent !important;
}

.advertisements a img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

/* Smartphones Pequenos (até 480px) */
@media only screen and (max-width: 480px) {
  .advertisements-index-lateral-direita {
    margin: 30px 0 0 0;
  }
}

/* ===============================================================
PAGE
=============================================================== */
#page {
  margin: 60px 0;
}
/* ===============================================================
GENERAL
=============================================================== */
.btn-1 {
  padding-inline: 17px;
  padding-block: 15px;
  text-decoration: none;
  transition: all 0.5s;
  background-color: #e12929;
  border: solid 2px #e12929;
  color: #fff;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 30px;
  float: left;
}

.section-title-1 h2 {
  position: relative;
}

.section-title-1 h2:after {
  content: "";
  height: 12px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #e12929;
  opacity: 0.25;
}

.section-title-2 h2 {
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.pagination {
  margin: 30px 0;
}

.pagination .page-numbers {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.pagination .page-numbers li:first-child a {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.pagination .page-numbers a:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.pagination .page-numbers a,
.pagination .page-numbers span {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  text-decoration: none;
}

.pagination .page-numbers span.current {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
