.card .badge { font-weight: 600; }
  .card-title { line-height: 1.25; }

  /* Mantém botões pequenos  (global) */
  .btn.btn-sm { min-height: 34px; }

  /* Barra de pesquisa: largura responsiva */
  .searchbar { width: 100%; }
  @media (min-width: 768px) {
    .searchbar { width: clamp(420px, 52vw, 720px); }
  }

  /* Botões e inputs */
  .btn.btn-secondary { color: #fff; }
  .btn-outline-secondary { font-weight: 600; }
  .form-control::placeholder { opacity: .8; }

  /* "Ler mais" */
  .btn.btn-link.lermais{
    padding: 0;
    font-weight: 600;
    font-size: .8125rem;   /* ~13px */
    line-height: 1.2;
    text-decoration: underline !important;
    color: #0d6efd !important; /* cor primária Bootstrap */
  }
  .btn.btn-link.lermais:hover{ text-decoration: none !important; }

  /* --- CTAs (Spotify/YouTube) super compactos e arredondados --- */
  
  .ctas { gap: .2rem !important; }                /* espaço entre botões */
.ctas .btn { min-height: 0 !important; }        /* evita altura mínima herdada */

/* Botão "extra fino" e arredondado (pill) */
.ctas .btn.micro{
  padding: .2rem .52rem !important;            /* ALTURA e LARGURA ↓↓↓ */
  font-size: .70rem !important;                  /* ~11.2px */
  line-height: 1.05 !important;
  border-radius: 999px !important;               /* cantos arredondados */
  /* opcional: deixa o botão ainda mais estreito: padding: .06rem .28rem; font-size: .68rem; */
}

/* Manter o ícone no sítio: não mexe no tamanho, só alinhamento */
.ctas .btn.micro svg{ vertical-align: -1px; }

/* Citação mais pequena que .small */
.quote-xxs{
  font-size: .70rem !important;   /* ~11.2px */
  line-height: 1.25 !important;
}

/* Se se quiser ligeiramente maior em desktop */
@media (min-width: 768px){
  .quote-xxs{ font-size: .85rem !important; }
}
#ep2-more.show ~ .ctas { margin-top: 16px; } /* ajustar  */

  /* Títulos e parágrafos dentro do hero: margens curtinhas */
  #podcasts-hero .heading{
    margin-top: 0 !important;
    margin-bottom: 8px !important;
  }
  /* O tema usa .mb-5 (3rem) nesse parágrafo — encurta só aqui */
  #podcasts-hero p.mb-5{ margin-bottom: 12px !important; }

  /* Primeira .section logo após o hero*/
  #podcasts-hero + .section{
    padding-top: 12px !important;       /* muitos temas usam 4–7rem */
    margin-top: 0 !important;
  }

  /* Cabeçalho da área de pesquisa: aproxima ainda mais */
  #podcasts-hero + .section section.mb-3{
    margin-top: 0 !important;
    margin-bottom: .75rem !important;
  }