/* Branding Block Styles with Logo */
.kp-branding {
  text-align: center;
  padding: 1em 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0.95rem;
  background-color: transparent;
  color: #333;
}

.kp-branding a {
  color: #0066cc;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}

.kp-branding a:hover {
  color: #004080;
  text-decoration: underline;
}

.kp-logo {
  height: 20px;
  width: 20px;
  vertical-align: middle;
}