.crescanafe-lessons,
.crescanafe-mapa-posts,
.crescanafe-subcategorias {
  max-width: 800px;
  margin: 20px auto;
}

.crescanafe-lessons .categoria h2,
.crescanafe-mapa-posts .categoria h2,
.crescanafe-subcategorias .subcategoria h2 {
  font-size: 22px;
  margin-top: 20px;
  background-color: var(--e-global-color-1a3d8c5);
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}

.crescanafe-lessons ul,
.crescanafe-mapa-posts ul,
.crescanafe-subcategorias ul {
  list-style-type: none;
  padding: 0 20px;
}

.crescanafe-lessons li,
.crescanafe-mapa-posts li,
.crescanafe-subcategorias li {
  margin-bottom: 0px;
  padding: 5px;
  list-style: hebrew;
  border-bottom: 1px solid #ebebeb;
}

.crescanafe-lessons li::before,
.crescanafe-mapa-posts li::before,
.crescanafe-subcategorias li::before {
  content: "📅 ";
  color: var(--e-global-color-1a3d8c5);
}

.crescanafe-lessons a,
.crescanafe-mapa-posts a,
.crescanafe-subcategorias a {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
}

.crescanafe-lessons a:hover,
.crescanafe-mapa-posts a:hover,
.crescanafe-subcategorias a:hover {
  color: var(--e-global-color-1a3d8c5);
}

/* cALENDARIO */

#crescanafe-calendar {
  max-width: 960px;
  margin: auto;
  text-align: center;
  padding: 20px;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.calendar-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px;
  background: #fff;
}

.calendar-day-header {
  font-weight: bold;
  padding: 10px;
  background: #19232d;
  color: #fff;
  text-align: center;
  border-radius: 10px;
}

.calendar-day {
  border: 1px solid #ddd;
  padding: 10px;
  min-height: 80px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
}

.calendar-day.empty {
  background: transparent;
  border: none;
}

.calendar-day strong {
  display: block;
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}

#calendar-title {
  text-transform: uppercase;
  font-size: 20px;
  margin: 0px;
}

.post-list {
  list-style-type: none; /* Remove as bolinhas padrão */
  padding: 0;
  font-size: 12px;
}

.post-list li {
  margin-bottom: 10px;
  text-align: left;
  padding: 0;
  border-left: 1px solid #0073aa;
  padding: 5px;
  border-radius: 10px;
}

.post-list li a {
  color: #0073aa;
  text-decoration: none;
}

.post-list li a:hover {
  color: #000;
}

.trending-now-wrapper {
  display: flex;
  justify-content: space-between;
  margin: auto;
  overflow: hidden;
  align-content: center;
  align-items: center;
}

.trending-now-title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-right: 10px;
  padding: 5px 20px;
  background: var(--wp--preset--color--vivid-green-cyan);
  text-transform: uppercase;
  font-size: 12px;
  width: 15%;
  text-align: center;
  border-radius: 5px;
}

.trending-now-content {
  position: relative;
  width: 70%;
  overflow: hidden;
}

.trending-item {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  font-size: 14px;
  display: flex;
  align-items: center;
  align-content: center;
}

.trending-item h2 {
  font-size: 14px;
  margin: 0px;
}

.trending-item h2 a {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.trending-item.active {
  opacity: 1;
  position: relative;
}

.trending-nav button {
  background: none !important;
  font-size: 14px !important;
  cursor: pointer;
  border: 1px solid #00c3493b !important;
  color: var(--wp--preset--color--vivid-green-cyan) !important;
  padding: 5px 15px;
}

.trending-nav button:hover {
  background: var(--wp--preset--color--vivid-green-cyan) !important;
  color: #fff !important;
}

.trending-nav {
  width: 15%;
  text-align: right;
}

@media (max-width: 600px) {
  .trending-now-title {
    width: 25%;
    padding: 5px;
  }

  .trending-now-content {
    width: 60%;
  }

  #gt_float_wrapper {
    display: none ;
  }

  .gt_switcher_wrapper {
    display: none ;
}

a.gt_switcher-popup.glink.nturl.notranslate span{
    display: none ;
}

a.gt_switcher-popup.glink.nturl.notranslate img{
    width: 25px !important;
    border-radius: 3px !important;
}

}



#gt_float_wrapper {
  position: fixed;
  bottom: 5px !important;
  left: 10px !important;
  z-index: 999999;
}

.gtranslate_wrapper {
  /* Adicione estilos se necessário */
}

.gt_float_switcher .gt-lang-code {
  font-size: 14px;
}

.gt_float_switcher img {
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  height: auto;
  margin: 0 5px 0 0;
  border-radius: 3px;
}

.gt_float_switcher {
  padding: 0;
  font-family: "Roboto Slab", Sans-serif !important;
  font-size: 14px;
  border-radius: 10px;
  color: #555;
  line-height: 1.4; /* Corrigindo para um valor adequado */
  box-shadow: 0 5px 25px rgba(66, 139, 202, 0.62); /* Melhorando a sintaxe da cor */
}

.gt_float_switcher .gt-selected {
  background-color: #fff;
  padding: 0;
  border-radius: 10px;
}

.gt_float_switcher .gt_options a {
  display: block;
  text-decoration: none;
  padding: 10px 15px;
  color: #444;
  transition: color 0.4s linear;
  font-size: 14px;
}

/*.gt_float_switcher img[src*="wp-content/plugins/gtranslate/flags/svg/pt.svg"] {
  content: url("https://upload.wikimedia.org/wikipedia/commons/0/05/Flag_of_Brazil.svg");
}*/

#gt_float_wrapper {
    bottom: 0px !important;
    left: 10px !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 5px !important;
    color: #333 !important;
}

/*
.mdp-readabler-trigger-button-box{
    left: 0px !important;
    bottom: -2px !important;
}

.mdp-readabler-trigger-button-box button.mdp-icon-position-before{
    _padding: 5px !important;
}
    */