/* ==========================================================================
   HITPDF — stili globali del sito
   Consolidati qui da /wp-includes/Custom/custom.css (che è dentro il core di
   WordPress e verrebbe cancellato dagli aggiornamenti). Caricato su TUTTO il
   frontend dal mu-plugin hitpdf-poster.php.
   ========================================================================== */

/* Font Agency FB — copia locale nel plugin, così non dipende da wp-includes/ */
@font-face {
    font-family: 'Agency FB';
    font-style: normal;
    font-weight: normal;
    src: local('Agency FB'), url('fonts/AGENCYB.woff') format('woff');
}

@media screen and (max-width: 1270px) {
  h2.sek-heading {
    font-size: 3em !important;
  }
}

/* Bottone "LEGGIMI" (usato anche dentro la card degli articoli) */
.wp-block-button a {
  font-family: 'Agency FB';
  text-decoration: none !important;
  color: #FE17D8;
  background-color: white;
  margin-top: 1em;
  padding: 0em 2.7em 0em 2.7em;
  font-size: 1.7em;
  font-weight: normal;
  letter-spacing: 1.5px;
  margin-left: -1.8em;
  /*margin-right: 1.8em;*/
  clip-path: polygon(75% 0, 78% 50%, 75% 100%, 25% 100%, 22% 50%, 25% 0%);
}

.wp-block-button a:hover {
  background-color: #FE17D8;
  color: white;
  text-decoration: none;
}

.wp-block-button a:active {
  background-color: #FE17D8;
  color: white;
  text-decoration: none;
}

.wp-block-button a:focus {
  background-color: #FE17D8;
  color: white;
  text-decoration: none;
}

h2.entry-title:has(a) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
