body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem 1rem;
  line-height: 1.6;
  color: #1a1a1a;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #0366d6;
}

.consent-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  max-width: 720px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #d0d7de;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  padding: 0.85rem 1rem;
  z-index: 1000;
}

.consent-banner[hidden] {
  display: none;
}

.consent-banner p {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  line-height: 1.5;
}

.consent-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.consent-actions button {
  border: 1px solid #d0d7de;
  border-radius: 8px;
  padding: 0.45rem 0.75rem;
  font-size: 0.9rem;
  cursor: pointer;
  background: #f6f8fa;
  color: #1a1a1a;
}

.consent-actions .consent-accept {
  background: #0366d6;
  border-color: #0366d6;
  color: #ffffff;
}

.site-footer {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
  font-size: 0.9rem;
  color: #555;
}

.site-footer p {
  margin: 0 0 0.35rem;
}
