/* === Header personnalisé === */
.custom-branding {
  text-align: center;
  padding: 20px 0;
  background: transparent;
}

.custom-branding .site-title {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.custom-branding .site-title a {
  color: inherit;
  text-decoration: none;
}

.custom-branding .site-description {
  font-size: 1.1rem;
  color: #444;
  font-style: italic;
  margin-top: 5px;
}
