/* LINKEDIN BUTTON — below photo in About */
.linkedin-btn {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 16px;
  background: #0A66C2;
  color: #FFFFFF;
  text-decoration: none;
  font-family: var(--sans); font-size: 12px; font-weight: 400;
  letter-spacing: 0.06em; text-transform: uppercase;
  transition: background 0.2s;
  width: 100%;
  justify-content: center;
}
.linkedin-btn:hover { background: #004182; color: #FFFFFF; }
.linkedin-btn svg { flex-shrink: 0; }

/* LINKEDIN ICON — footer */
.footer-linkedin {
  color: var(--tod-low);
  text-decoration: none;
  display: inline-flex; align-items: center;
  transition: color 0.2s;
  vertical-align: middle;
}
.footer-linkedin:hover { color: #0A66C2; }
