/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 12 2026 | 20:54:02 */
/* ===========================
   LOGO / SITE TITLE – CLEAN TEXT
   Funziona ovunque (home + interne)
   =========================== */

#bloghash-header-inner .bloghash-logo {
  display: flex;
  align-items: center;
	margin-bottom: 10px;
}

/* RESET site-title (h1, p, div) */
#bloghash-header-inner .bloghash-logo .site-title {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  position: relative;
}

/* Link logo */
#bloghash-header-inner .bloghash-logo .site-title a {
  position: relative;
  display: inline-block;

  font-weight: 900;
  font-size: 34px;
  letter-spacing: -0.6px;
  line-height: 1;

  color: rgba(255, 255, 255, 0.92) !important;
  text-decoration: none !important;

  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

/* Accent underline */
#bloghash-header-inner .bloghash-logo .site-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 62%;
  height: 4px;
  border-radius: 999px;

  background: linear-gradient(
    90deg,
    rgba(255, 46, 99, 0.95),
    rgba(255, 95, 138, 0.15)
  );

  box-shadow: 0 10px 28px rgba(255, 46, 99, 0.22);
  opacity: 0.9;
  pointer-events: none;
}

/* Tagline */
#bloghash-header-inner .bloghash-logo .site-title::after {
  content: "Il Magazine del Sesso Hi-Tech";
  position: absolute;
  left: 0;
  bottom: -28px;

  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;

  background: linear-gradient(
    90deg,
    rgba(255, 46, 99, 0.85),
    rgba(255, 255, 255, 0.7)
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  text-shadow: 0 6px 20px rgba(255, 46, 99, 0.18);
  white-space: nowrap;
  pointer-events: none;
}

/* Hover */
#bloghash-header-inner .bloghash-logo .site-title a:hover {
  color: #fff !important;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
}

/* ===========================
   RESPONSIVE
   =========================== */

@media (max-width: 768px) {
  #bloghash-header-inner .bloghash-logo .site-title a {
    font-size: 26px;
  }
}

@media (max-width: 420px) {
  #bloghash-header-inner .bloghash-logo .site-title a {
    font-size: 22px;
  }
}
