/* Estilo base */
.supresor-share {
  display: block;
  margin-top: 20px;
  margin-bottom: 40px; /* espacio debajo */
  font-family: sans-serif;
}

.supresor-share span {
  font-weight: bold;
  margin-right: 10px;
}

.supresor-share a {
  display: inline-block;
  margin-right: 8px;
  padding: 6px 12px;
  background-color: #1a2b4c;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
}

.supresor-share a:hover {
  background-color: #2e4a7d;
}

/* Separador adicional para asegurar aire bajo el bloque */
.supresor-share::after {
  content: "";
  display: block;
  height: 40px;
}

/* Forzar espacio en entradas (posts) */
.et_pb_post .supresor-share {
  margin-bottom: 40px !important;
}

/* Forzar espacio en páginas (page content) */
.et_pb_page_content .supresor-share,
.et_pb_section .supresor-share {
  margin-bottom: 40px !important;
}
