/* Destaque Misto: larger big image on all screens */
.imagem-destaque-misto {
  height: 360px !important;
}
/* Destaque Misto: list layout across all screens */
.destaque-misto-wrapper .list-item {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.destaque-misto-wrapper .list-thumb {
  flex: 0 0 25%;
  max-width: 25%;
  aspect-ratio: 1 / 1;
}
.destaque-misto-wrapper .list-thumb img,
.destaque-misto-wrapper .list-thumb .img-fluid {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 4px;
}
.destaque-misto-wrapper .list-content {
  flex: 0 0 75%;
  max-width: 75%;
}
img.wp-post-image,
article img,
figure,
#secondary img {
  margin-bottom: 10px; }

.wp-caption-text {
  margin-bottom: 10px; }

figcaption {
  caption-side: top; }

.widget-area aside {
  padding-bottom: 10px;
  padding-top: 10px; }

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

#page {
  word-wrap: break-word; }

.wp-block-image figcaption {
  margin-top: .5em;
  margin-bottom: 1em;
  color: #BACBD9 !important;
  text-align: center; }

.wp-block-image .alignleft {
  margin-right: 0 !important; }

@media (min-width: 912px) {
  .jumbotron {
    padding: 8rem 2rem; } }

.woocommerce div.product form.cart div.quantity {
  float: none;
  display: inline-block;
  vertical-align: middle; }

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 110px; }

.woocommerce-MyAccount-navigation {
  margin-bottom: 50px;
  margin-top: 20px; }

#wrapper-navbar img {
  width: 202px;
  height: auto; }

.img-d {
  height: 120px;
  margin: 0px; }

.spaces {
  margin-bottom: var(--u68-card-spacing, 8px);
  margin-left: 0;
  margin-right: 0; }

/* Centered site content and fixed container width */
.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Center core wrappers if used without .container */
#content,
#page,
.hfeed {
  width: 100%;
}

.logo-D {
  margin-top: 15px;
  height: auto; }

.card-title p {
  -webkit-margin-before: 2px;
          margin-block-start: 2px;
  -webkit-margin-after: 5px;
          margin-block-end: 5px; }

ol .listanumero {
  list-style: none;
  counter-reset: steps; }

ol li {
  counter-increment: steps; }

ol li::before {
  content: counter(steps);
  margin-right: 0.5rem;
  background: var(--u68-primary-color, #0a4579);
  color: white;
  width: 1.15em;
  height: 1.15em;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  line-height: 1em;
  font-size: 2em;
  font-weight: 900;
  float: left; }

#sidebar li a {
  color: #ecf0f1;
  font-weight: 700; }

.tituloD {
  bottom: 15px;
  position: absolute;
  display: block; }

.TituloGrande {
  font-size: var(--u68-title-large-size, 35px);
  font-weight: var(--u68-title-weight, 600);
  line-height: 30px; }

.destaquebg {
  background: var(--u68-highlight-bg, #efefef);
  margin: 0px; }

.TituloGrande2 {
  font-size: var(--u68-title-medium-size, 19px);
  line-height: 20px;
  font-weight: 700; }

.banner img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: fill;
     object-fit: fill; }

.text-shadow {
  text-shadow: 3px 2px 3px #000; }

.imagem-destaque {
  height: var(--u68-featured-height, 425px);
  width: auto; }

.topbar {
  height: 80px;
  background-color: var(--u68-primary-color, #0a4579);
  -webkit-animation: mymove 1s;
          animation: mymove 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; }

#menu-topo {
  bottom: 0px; }

.bg-primary {
  background-color: var(--u68-primary-color, #0a4579) !important; }

.bg-orange {
  background-color: var(--u68-badge-color, #ec940d) !important; }

.navbar-categorias {
  background-color: var(--u68-primary-color, #0a4579); }

.gradiente {
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0));
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), color-stop(30%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0));
  border-bottom: 12px var(--u68-badge-color, #ec940d) solid; }

/* Modern Header Enhancements */
.site-header {
  backdrop-filter: saturate(160%) blur(6px);
}

.primeiromenu {
  background-color: var(--u68-primary-color, #0a4579);
}

.social-icons a {
  opacity: 0.85;
  transition: opacity .2s ease, transform .2s ease;
}
.social-icons a:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.navbar-categorias {
  background-color: var(--u68-primary-color, #0a4579);
  border-top: 1px solid rgba(255,255,255,.1);
}
.navbar-categorias .navbar-nav .nav-link {
  color: #fff !important;
  padding: .5rem .75rem;
  white-space: nowrap;
}
.navbar-categorias .navbar-nav .nav-link:hover {
  text-decoration: underline;
}

.topbar {
  height: 80px;
  background-color: var(--u68-primary-color, #0a4579);
  -webkit-animation: mymove 1s;
          animation: mymove 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; }

/* Inline navbar search */
.navbar-search .form-control {
  min-width: 220px;
}
@media (max-width: 576px) {
  .navbar-search .form-control { min-width: 140px; }
}
.navbar-search .form-control:focus {
  box-shadow: none;
  outline: none;
}
.navbar-search .btn {
  border: none;
}

.title-d2 {
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.1em;
  padding: 0px 5px 0px 5px;
  margin: 0px 5px 0px 0px;
  font-family: 'Opens Sans', sans-serif; }

.menu-d {
  margin-top: 15px; }

.menu-row {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.text-post {
  font-size: 1.2em; }

.title-post {
  font-weight: 600;
  font-size: var(--u68-post-title-size, 2.5rem);
  line-height: 1em; }

.primeiromenu {
  height: 30px; }

.icones {
  margin-left: 10px;
  margin-top: 5px; }

@media (max-width: 575px) {
  .title-post {
    font-size: 1.25rem;
    line-height: 1em; }
  .TituloGrande {
    font-size: var(--u68-title-medium-size, 19px);
    line-height: 20px;
    font-weight: 700; } }

/* calendar widget */
.widget_calendar {
  float: left; }

#wp-calendar {
  width: 100%; }

#wp-calendar caption {
  text-align: right;
  color: #333;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 15px; }

#wp-calendar thead {
  font-size: 10px;
  text-align: center; }

#wp-calendar thead th {
  padding-bottom: 10px; }

#wp-calendar tbody {
  color: #aaa; }

#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px; }

#wp-calendar tbody td:hover {
  background: #fff; }

#wp-calendar tbody .pad {
  background: none; }

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right; }

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px; }

.our-team {
  padding: 30px 0 40px;
  margin-bottom: 30px;
  background-color: var(--u68-team-bg, #f6f6f6);
  text-align: center;
  overflow: hidden;
  position: relative; }

.our-team .picture {
  display: inline-block;
  height: 130px;
  width: 130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative; }

.our-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: var(--u68-primary-color, #0a4579);
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  -webkit-transform: scale(3);
      -ms-transform: scale(3);
          transform: scale(3);
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s; }

.our-team:hover .picture::before {
  height: 100%; }

.our-team .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--u68-primary-color, #0a4579);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.our-team .picture img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s; }

.our-team:hover .picture img {
  -webkit-box-shadow: 0 0 0 14px #f7f5ec;
          box-shadow: 0 0 0 14px #f7f5ec;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7); }

.our-team .title {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize; }

.our-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #0a4579;
  position: absolute;
  bottom: -100px;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

.our-team:hover .social {
  bottom: 0; }

.our-team .social li {
  display: inline-block; }

.our-team .social li a {
  display: block;
  padding: 10px;
  font-size: 17px;
  color: #fa8700;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none; }

.title-colunistas {
  font-size: 12px;
  line-height: 13px; }

.navbar-brand {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  position: absolute; }

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #020b31;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

#sidebar.active {
  margin-left: -250px; }

#sidebar .sidebar-header {
  padding: 20px;
  background: #071448; }

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #47748b; }

#sidebar ul p {
  color: #fff;
  padding: 10px; }

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block; }

#sidebar ul li a:hover {
  background: #fff; }

#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #fff;
  background: #6d7fcc; }

a[data-toggle="collapse"] {
  position: relative; }

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important; }

ul.CTAs {
  padding: 20px; }

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px; }

a.download {
  background: #fff;
  color: #7386D5; }

a.article,
a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important; }

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
  width: 100%;
  padding: 0;
  min-height: 100vh;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  #sidebar {
    margin-left: 0px; }
  #sidebar.active {
    margin-left: -250px; }
  #sidebarCollapse span {
    display: none; } }

.menu-novo {
  margin-bottom: auto;
  margin-top: auto;
  height: 30px;
  background-color: orange;
  border-radius: 30px;
  padding: 10px; }

.searchbar {
  margin-bottom: auto;
  margin-top: auto;
  height: 30px;
  background-color: orange;
  border-radius: 30px;
  padding: 10px; }

.search_input {
  color: white;
  border: 0;
  outline: 0;
  background: none;
  width: 0;
  caret-color: transparent;
  line-height: 20px;
  -webkit-transition: width 0.4s linear;
  -o-transition: width 0.4s linear;
  transition: width 0.4s linear; }

.searchbar:hover > .search_input {
  padding: 0 10px;
  width: 200px;
  caret-color: red;
  -webkit-transition: width 0.4s linear;
  -o-transition: width 0.4s linear;
  transition: width 0.4s linear; }

.searchbar:hover > .search_icon {
  background: white;
  color: orange; }

.search_icon {
  height: 40px;
  width: 40px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: white;
  text-decoration: none; }

.nav-link {
  color: white;
  padding: 0.1rem 0.5rem !important; }

.navbar-categorias {
  font-size: .8rem;
  line-height: .8rem;
  display: block !important;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.navbar-categorias .container {
  display: flex !important;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Mobile navigation improvements */
@media (max-width: 768px) {
  .navbar-categorias .navbar-nav {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }
  .navbar-categorias .nav-item {
    scroll-snap-align: start;
  }
  .navbar-categorias .nav-link {
    padding: 0.5rem 0.75rem !important;
  }
  #sidebarCollapse {
    padding: .5rem .75rem;
    font-size: 1.1rem;
    line-height: 1;
  }
}

.navbar-categorias .list-group-horizontal {
  display: flex !important;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  margin: 0;
}

/* Mobile search wrapper styling (match desktop header visual) */
.mobile-search {
  background-color: var(--u68-primary-color, #0a4579);
  border-bottom: 1px solid #0a3a66; /* slightly darker divider */
}
.mobile-search .navbar-search {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;           /* center contents */
  max-width: 640px;                  /* keep a comfortable width */
  margin: 0 auto;                    /* center the form block */
  column-gap: .5rem;                 /* small gap between input/button */
}
.mobile-search .navbar-search .form-control {
  flex: 1 1 auto;
  min-width: 0;
}
.mobile-search .navbar-search .btn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
}

.navbar-categorias .list-group-horizontal .nav-item {
  display: inline-block;
  flex-shrink: 0;
  white-space: nowrap;
}

.navbar-categorias .nav-link {
  display: inline-block;
  padding: 0.5rem 1rem !important;
  white-space: nowrap;
}

/* More news section on single posts */
.more-news-section {
  border-top: 1px solid #e9ecef;
}
.more-news-section .section-title {
  font-size: 1.25rem;
  font-weight: 700;
}

/* Single post: links follow theme primary color */
.single-post .entry-content a:not(.btn),
.single-post .navigation a,
.single-post .news-grid a {
  color: var(--u68-primary-color, #0a4579);
}
.single-post .entry-content a:not(.btn):hover,
.single-post .navigation a:hover,
.single-post .news-grid a:hover {
  color: var(--u68-primary-color, #0a4579);
  text-decoration: underline;
}
/* Ensure Bootstrap's text-primary maps to theme primary on singles */
.single-post .text-primary { color: var(--u68-primary-color, #0a4579) !important; }

/* Global: links follow theme primary color everywhere (non-buttons) */
a:not(.btn) {
  color: var(--u68-primary-color, #0a4579);
}
a:not(.btn):hover {
  color: var(--u68-primary-color, #0a4579);
  text-decoration: underline;
}

/* Global: map Bootstrap text-primary to theme primary color */
.text-primary { color: var(--u68-primary-color, #0a4579) !important; }

/* Mobile specific for navbar categorias */
@media (max-width: 768px) {
  .navbar-categorias {
    display: block !important;
    padding: 0.5rem 0;
  }

  .navbar-categorias .container {
    padding: 0 10px;
  }

  .navbar-categorias .list-group-horizontal {
    justify-content: flex-start;
    gap: 5px;
  }

  .navbar-categorias .nav-link {
    font-size: 0.85rem;
    padding: 0.4rem 0.8rem !important;
  }
}

.nav-link a:hover {
  color: orange; }

/* Mobile stability: prevent horizontal movement on small screens */
html,
body {
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  html,
  body {
    overscroll-behavior-x: none;
    touch-action: pan-y;
    max-width: 100vw;
    width: 100vw;
  }

  /* Ensure common wrappers don't exceed viewport width */
  .container,
  .row,
  .no-wrapper,
  #content,
  #page,
  .hfeed {
    max-width: 100% !important;
    width: 100% !important;
    overflow-x: hidden !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Fix for sidebar overflow */
  #wrapper {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  /* Fix for images and iframes */
  img,
  iframe,
  video,
  embed,
  object {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    width: auto;
  }

  /* Destaque Misto: taller big images on mobile */
  .imagem-destaque-misto {
    height: 360px !important;
  }

  /* Destaque Misto: list 20% image, 80% text on mobile */
  .destaque-misto-wrapper .list-item {
    align-items: flex-start;
  }
  .destaque-misto-wrapper .list-thumb {
    width: 25%;
    max-width: 160px;
    aspect-ratio: 1 / 1;
  }
  .destaque-misto-wrapper .list-thumb img,
  .destaque-misto-wrapper .list-thumb .img-fluid {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 4px;
  }
  .destaque-misto-wrapper .list-content {
    width: 75%;
  }

  .col, [class*="col-"] {
    max-width: 100%;
    overflow-x: hidden;
  }

  /* Ensure navbar elements don't overflow */
  .navbar, .navbar-nav {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  /* Fix slick carousel */
  .slick-list, .slick-slide {
    overflow-x: hidden;
    max-width: 100%;
  }
}

/* Top Most Read minimal styles */
.top-most-read-title {
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.top-most-read {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
/* Override global ordered-list badge styling for this block */
.top-most-read li::before {
  content: none !important;
  display: none !important;
}
.top-most-read .top-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.25rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.top-most-read .top-item:last-child {
  border-bottom: none;
}
.top-most-read .rank {
  min-width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.875rem;
  background: var(--u68-badge-color, #efefef);
  color: var(--u68-badge-contrast, #111);
}
.top-most-read .top-link {
  flex: 5;
  color: #2c3e50;
  text-decoration: none;
  line-height: 1.3;
  font-size: larger;
  font-weight: 600;
}
.top-most-read .top-link:hover {
  text-decoration: underline;
}

/* Weather Block - Minimalistic with subtle animations */
.weather-block.minimal {
  border: 1px solid #e9ecef;
  border-radius: 6px;
  background: #fff;
}
.weather-block .weather-icon {
  position: relative;
  width: 48px;
  height: 48px;
}
.weather-block .icon-base {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--u68-primary-color, #0a4579);
  opacity: .08;
}
.weather-block .rain {
  position: absolute;
  left: 10px;
  top: 8px;
  width: 28px;
  height: 28px;
  pointer-events: none;
}
.weather-block .rain::before,
.weather-block .rain::after {
  content: '';
  position: absolute;
  left: 0;
  width: 2px;
  height: 10px;
  background: var(--u68-badge-color, #ec940d);
  opacity: .4;
  animation: rainDrop 700ms linear infinite;
}
.weather-block .rain::after {
  left: 12px;
  animation-delay: 200ms;
}
@keyframes rainDrop {
  0% { transform: translateY(0); opacity: .4; }
  100% { transform: translateY(14px); opacity: .1; }
}
.weather-block .wind {
  position: absolute;
  bottom: 6px;
  left: 4px;
  width: 40px;
  height: 8px;
  overflow: hidden;
}
.weather-block .wind::before {
  content: '';
  position: absolute;
  left: -40px;
  top: 3px;
  width: 40px;
  height: 2px;
  background: #9aa4ad;
  animation: windFlow 2.2s ease-in-out infinite;
}
@keyframes windFlow {
  0% { transform: translateX(0); opacity: .5; }
  50% { opacity: .8; }
  100% { transform: translateX(80px); opacity: .2; }
}
.weather-block .icon-clear .icon-base { background: #f1c40f; opacity: .12; }
.weather-block .icon-cloudy .icon-base { background: #95a5a6; opacity: .12; }
.weather-block .icon-rain .icon-base { background: #3498db; opacity: .12; }
.weather-block .icon-storm .icon-base { background: #8e44ad; opacity: .12; }
.weather-block .icon-snow .icon-base { background: #bdc3c7; opacity: .12; }

/* Currency Monitor minimal styles */
.currency-monitor {
  border: 1px solid #e9ecef;
  border-radius: 6px;
  background: #fff;
}
.currency-monitor .cm-rows {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.currency-monitor .cm-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 6px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.currency-monitor .cm-row:last-child { border-bottom: none; }
.currency-monitor .cm-name {
  font-weight: 600;
  color: #2c3e50;
}
.currency-monitor .cm-values {
  display: flex;
  gap: 12px;
  font-variant-numeric: tabular-nums;
}
.currency-monitor .cm-buy,
.currency-monitor .cm-sell {
  color: #333;
}

/* Remove card shadows on destaque blocks */
.destaques-home-wrapper .card,
.destaque-misto-wrapper .card {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

/* Apply Customizer highlight color only to image cards */
.destaques-home-wrapper .card,
.destaque-misto-wrapper .card {
  background-color: var(--u68-badge-color, #ec940d) !important;
}
/* Mobile slider cards */
.destaques-home-mobile-slider .position-relative {
  background-color: var(--u68-badge-color, #ec940d) !important;
}
