body {
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  color: #333;
}

.badge.bg-primary {
  background-color: #8445FF !important;
}
.badge.bg-secondary {
  background-color: #6c757d !important;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #8445FF;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #5a359a;
}

.text-mono {
  font-family: "Roboto Mono", "SF Mono", Monaco, "Cascadia Code", "Fira Code", Consolas, "Courier New", monospace;
  font-variant-numeric: tabular-nums;
}

.text-opensans {
  font-family: "Open Sans", sans-serif;
}

.header-section {
  background-color: #d3dbde;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header-section .logo img {
  max-height: 40px;
}

.search-form {
  max-width: 350px;
  margin: 0 auto;
}
.search-form .search-compact {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.search-form .search-compact:focus-within {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.search-form .search-input {
  border: none;
  border-radius: 4px 0 0 4px;
  padding: 8px 16px;
  font-size: 13px;
  background-color: #fff;
}
.search-form .search-input:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.search-form .search-input::placeholder {
  color: #999;
  font-style: italic;
}
.search-form .btn-search {
  background-color: #8445FF;
  border: none;
  border-radius: 0 4px 4px 0;
  color: white;
  padding: 8px 14px;
  font-size: 12px;
  transition: all 0.3s ease;
}
.search-form .btn-search:hover {
  background-color: #5a359a;
  transform: scale(1.05);
}
.search-form .btn-search:focus {
  box-shadow: none;
}
.search-form .btn-search i {
  font-size: 11px;
}

.social-links .social-link {
  color: #333;
  font-size: 24px;
  margin: 0 10px;
  transition: color 0.3s ease;
}
.social-links .social-link:hover {
  color: #8445FF;
}

.navbar {
  background-color: #f8f9fa !important;
  border-bottom: 1px solid #dee2e6;
}
.navbar .navbar-nav .nav-link {
  color: #333 !important;
  font-weight: 500;
  padding: 10px 20px !important;
  transition: color 0.3s ease;
}
.navbar .navbar-nav .nav-link:hover {
  color: #8445FF !important;
}

.news-card {
  transition: box-shadow 0.3s ease;
  height: 100%;
}
.news-card:hover .news-image img {
  transform: scale(1.02);
}

.news-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.news-image.ratio-1-1 {
  aspect-ratio: 1/1;
}
.news-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-category .badge {
  font-size: 0.7em;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  display: inline-block;
}

.news-editorial-seal {
  color: #8445FF;
  font-size: 0.95em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 3px;
  margin-top: 3px;
}

.news-title {
  font-size: 1.1em;
  line-height: 1.2;
}
.news-title a {
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  text-decoration: none;
  color: rgba(51, 51, 51, 0.85) !important;
}
.news-title a:hover {
  color: #333;
  text-decoration: none;
}

.news-summary {
  font-size: 0.9em;
  line-height: 1.5;
}

.news-meta {
  font-size: 0.85em;
}

.news-featured-image img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
}

.related-posts .card {
  transition: transform 0.3s ease;
  height: 100%;
}
.related-posts .card:hover {
  transform: translateY(-3px);
}
.related-posts .card-img-top {
  height: 120px;
  object-fit: cover;
}

.share-buttons .btn {
  font-size: 0.85em;
}

.sidebar-widget {
  margin-bottom: 30px;
  padding: 0 50px;
}

.about-widget .card {
  border: none;
}
.about-widget .card .card-body {
  padding: 30px 20px;
}

.coffee-cup img {
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.hot-news-widget .card-header {
  background: linear-gradient(135deg, #8445FF, #5a359a) !important;
  font-size: 0.9em;
}

.hot-news-item .hot-news-title a {
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.4;
}
.hot-news-item .hot-news-title a:hover {
  color: #8445FF !important;
}

.categories-widget .category-item {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.categories-widget .category-item:last-child {
  border-bottom: none;
}
.categories-widget .category-item a:hover {
  color: #8445FF !important;
}
.categories-widget .simple-categories {
  background: transparent;
}
.categories-widget .simple-categories .categories-title {
  color: #333;
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 20px;
  line-height: 1.4;
  text-align: center;
}
.categories-widget .simple-categories .categories-list {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.categories-widget .simple-categories .category-item-simple {
  margin-bottom: 15px;
}
.categories-widget .simple-categories .category-item-simple .category-link-simple {
  color: #333;
  text-decoration: none;
  font-size: 0.9em;
  line-height: 1.4;
  font-weight: 400;
  transition: color 0.3s ease;
}
.categories-widget .simple-categories .category-item-simple .category-link-simple:hover {
  color: #8445FF;
}

.newsletter-widget .form-control:focus {
  border-color: #8445FF;
  box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.25);
}

.footer {
  background-color: #dee2e6 !important;
}
.footer .social-link {
  color: #333;
  font-size: 20px;
  transition: color 0.3s ease;
}
.footer .social-link:hover {
  color: #ecf0f1;
}

.pagination .page-link {
  color: #8445FF;
  border-color: #8445FF;
}
.pagination .page-link:hover {
  color: #5a359a;
  border-color: #5a359a;
}
.pagination .page-item.active .page-link {
  background-color: #8445FF;
  border-color: #8445FF;
}

:root {
  --bs-primary: #8445FF;
  --bs-primary-rgb: 132, 69, 255;
}

.h2, h2 {
  font-weight: 400;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #8445FF;
  --bs-btn-border-color: #8445FF;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #8445FF;
  --bs-btn-disabled-border-color: #8445FF;
}

.author-bio-block {
  background: #f8f9fa;
  border-radius: 5px;
  padding: 25px;
  margin: 25px 0 0 0;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: box-shadow 0.2s;
  border: 1px solid #dee2e6;
}
.author-bio-block img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #b2bec3;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  aspect-ratio: 1/1;
  display: block;
  max-width: 160px;
  margin: 0;
}
@media (max-width: 600px) {
  .author-bio-block img {
    margin: 25px auto;
  }
}
.author-bio-block i {
  font-size: 25px;
}
.author-bio-block h5 {
  margin: 0 0 8px 0;
  font-size: 1.25rem;
  color: #222;
  font-weight: 700;
}
.author-bio-block p {
  margin: 0 0 8px 0;
  color: #444;
  font-size: 1rem;
  line-height: 1.5;
}
.author-bio-block p.aviso {
  font-size: 0.7rem;
  color: #777;
  margin-top: 16px;
  text-align: justify;
}
.author-bio-block a {
  color: #8445FF;
  font-weight: 500;
  text-decoration: none;
  margin-top: 8px;
  display: inline-block;
  transition: color 0.2s;
}

.ads-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8px;
}
.ads-label .ads-label-text {
  font-size: 9px;
  color: #888;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 0.4em;
}
.ads-label .ads-label-text .seta-baixo {
  font-size: 11px;
  position: relative;
  top: -2px;
}

.adsbygoogle {
  margin-bottom: 5px;
}

.news-article .news-title {
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1.3;
  color: #333;
}
.news-article .news-subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(51, 51, 51, 0.7);
}
.news-article .news-content {
  font-size: 1.25em;
  line-height: 1.6;
}
.news-article .news-content p {
  margin-bottom: 1.5rem;
}
.news-article .news-content p strong {
  background-color: #e0c9f3 !important;
  padding: 3px 5px;
  box-decoration-break: clone !important;
  -webkit-box-decoration-break: clone !important;
  font-weight: 500;
}
.news-article .news-content p a {
  color: #8445FF;
  text-decoration: none;
  font-weight: 500;
}
.news-article .news-content p a:hover {
  color: rgb(98.2741935484, 18, 255);
  text-decoration: none;
}
.news-article .news-content img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 5px auto;
  display: block;
}
.news-article .news-content figcaption {
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.news-article .news-content blockquote {
  border-left: 4px solid #8445FF;
  padding-left: 9px;
  font-size: 1.2em;
  margin-left: 25px;
  font-family: "Open Sans", sans-serif;
}
.news-article .news-content blockquote em {
  color: rgba(51, 51, 51, 0.9);
}
.news-article .news-content iframe {
  max-width: 100% !important;
  border-radius: 8px !important;
  margin: 20px auto !important;
  display: block !important;
}
.news-article .article-footer-info {
  background: rgba(248, 249, 250, 0.5);
  padding: 20px 0;
  border-radius: 8px;
}
.news-article .article-footer-info .badge {
  font-size: 0.75em;
  font-weight: 400;
  padding: 5px 10px;
}
.news-article .article-footer-info .badge-category {
  background-color: #6c757d !important;
  color: white;
}
.news-article .article-footer-info .badge-category:hover {
  background-color: #5a6268 !important;
  color: white;
}
.news-article .article-footer-info .badge-tag {
  background-color: #e9ecef !important;
  color: #6c757d;
}
.news-article .article-footer-info .badge-tag:hover {
  background-color: #dee2e6 !important;
  color: #495057;
}

.instagram-media {
  max-width: 100%;
  width: 500px;
  margin: 30px auto !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 12px rgba(51, 51, 51, 0.08);
  background: #fff;
  text-align: center;
}

.youtube-embed {
  width: 100%;
  max-width: 560px;
  margin: 30px auto !important;
  text-align: center;
}
.youtube-embed iframe {
  width: 100%;
  height: 315px;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(51, 51, 51, 0.08);
  background: #000;
  display: block;
}

.youtube-short-embed {
  width: 100%;
  max-width: 320px;
  margin: 30px auto !important;
  text-align: center;
}
.youtube-short-embed iframe {
  width: 100%;
  height: 568px;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(51, 51, 51, 0.08);
  background: #000;
  display: block;
}

.fade-in {
  animation: fadeIn 0.5s ease ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .header-section .row {
    text-align: center;
  }
  .header-section .col-md-3,
  .header-section .col-md-6 {
    margin-bottom: 15px;
  }
  .search-form {
    max-width: 300px;
    margin: 0 auto;
  }
  .social-links {
    text-align: center !important;
  }
  .news-article .news-title {
    font-size: 1.8em;
  }
}
@media (max-width: 576px) {
  .news-title a {
    font-size: 1em;
  }
  .sidebar-widget {
    margin-bottom: 20px;
  }
}