body { font-family: Arial, sans-serif; line-height: 1.6; margin: 0; padding: 0; background-color: #f4f4f4; }
header { background: #003366; color: #fff; padding: 20px 0; text-align: center; }
main { padding: 20px; margin: auto; max-width: 800px; background: #fff; }
article { margin-bottom: 20px; }
h1, h2 { color: #003366; }
footer { background: #003366; color: #fff; text-align: center; padding: 10px 0; margin-top: 20px; }
a { color: #003366; text-decoration: none; }
a:hover { text-decoration: underline; }/* Világosabb lábléc kifejezetten a bloghoz */
.site-footer {
  background: #f5fafe !important; /* halványkék vagy szürkés háttér */
  color: #333 !important;
}

.site-footer a, .site-footer button {
  color: #0077aa !important;
  text-decoration: underline;
}

.site-footer a:hover, .site-footer button:hover {
  color: #005e89 !important;
}#cookie-banner{z-index:9999; bottom: max(16px, env(safe-area-inset-bottom));}
.site-footer a:focus, .site-footer button:focus { outline: 2px solid #00a3d7; outline-offset: 2px; }/* Világosabb lábléc kifejezetten a bloghoz */
.site-footer {
  background: #f5fafe !important; /* halványkék vagy szürkés háttér */
  color: #333 !important;
}

.site-footer a, .site-footer button {
  color: #0077aa !important;
  text-decoration: underline;
}

.site-footer a:hover, .site-footer button:hover {
  color: #005e89 !important;
}/* COOKIE BEÁLLÍTÁS PANEL */
.cookie-panel {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.cookie-panel.open {
  display: flex;
}

.panel-box {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  width: 90%;
  max-width: 420px;
  box-shadow: 0 0 20px rgba(0,0,0,0.25);
  font-family: Arial, sans-serif;
}

.panel-box h2 {
  margin-top: 0;
  color: #007ba3;
}

.switch-row {
  display: flex;
  justify-content: space-between;
  margin: 12px 0;
}

.panel-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

#cookie-save {
  background: #00a3d7;
  color: #fff;
  border: none;
  padding: 8px 15px;
  border-radius: 6px;
  cursor: pointer;
}

#cookie-cancel {
  border: 1px solid #999;
  background: #eee;
  padding: 8px 15px;
  border-radius: 6px;
  cursor: pointer;
}
