
body {font-family:'Segoe UI',sans-serif;background:#fafafa;color:#333;line-height:1.6;margin:0;}
header{background:#a0376a;color:white;padding:15px;text-align:center;}
nav a{color:white;margin:0 10px;text-decoration:none;}
main{max-width:800px;margin:40px auto;background:white;padding:20px;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,0.1);}
img{max-width:100%;border-radius:8px;margin-bottom:20px;}
h1, h2, h3 {
  margin-top: 1.4em;
  margin-bottom: 0.6em;
}

p {
  margin: 0.5em 0;
}

article p:first-child {
  margin-top: 0;
}

.footer {
    text-align: center;
}

.article-title {
  text-align: left;
  color: #a0376a;
  font-size: 1.8em;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* === BANNER NA STRONIE GŁÓWNEJ === */
header + img {
  display: block;
  margin: 25px auto;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.read-more:hover {
  text-decoration: underline;
  margin-bottom: 20px;
}

/* === MENU STOPKI === */
.bottom-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  background: #f6f6f6;
  border-top: 1px solid #e0e0e0;
  padding: 15px 10px;
  margin-top: 40px;
}

.bottom-nav a {
  color: #a0376a;
  text-decoration: none;
  font-weight: 500;
}

.bottom-nav a:hover {
  text-decoration: underline;
}

#cookie-banner {
  margin-top: 20px;
  text-align: center;
}

header h1 a {
  color: inherit;
  text-decoration: none;
}

