.attrio-pdf-button {
  background-color: var(--e-global-color-6493237);
  font-family: var(--e-global-typography-caced08-font-family), Sans-serif;
  font-size: var(--e-global-typography-caced08-font-size);
  font-weight: var(--e-global-typography-caced08-font-weight);
  line-height: var(--e-global-typography-caced08-line-height);
  letter-spacing: var(--e-global-typography-caced08-letter-spacing);
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-radius: 6px 6px 6px 6px;
  padding: 0.9em 1em 0.9em 1em;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem; /* já existe, mantém o espaçamento */
  padding: .6rem 1rem;
}

.attrio-pdf-button:hover {
  color: #ffffff;

}

.single-post .attrio-pdf-button {
  margin-top: 20px !important;
  display: inline-block; 
}

.attrio-pdf-button__icon {
  width: 13px;        /* ajuste o tamanho como preferir */
  height: auto;
  display: inline-block;
  margin-right: 6px;  /* já cobre pelo gap, mas deixei por segurança */
  vertical-align: middle;
}