body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  margin: 0;
  background: #ffffff;
  color: #222;
}

/* Header */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 60px;
}

.logo {
  font-weight: 600;
  color: #2a6db0;
  font-size: 18px;
}

nav a {
  margin-left: 20px;
  text-decoration: none;
  color: #555;
  font-size: 14px;
}

nav a:hover {
  text-decoration: underline;
}

/* Main */
main {
  max-width: 700px;
  margin: 60px auto;
  padding: 0 20px;
}

h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.subtitle {
  color: #666;
  margin-bottom: 40px;
  font-size: 15px;
}

/* Posts */
.post {
  margin-bottom: 22px;
}

.date {
  display: block;
  font-size: 13px;
  color: #888;
  margin-bottom: 4px;
}

.post a {
  color: #d6336c;
  text-decoration: none;
  font-weight: 500;
}

.post a:hover {
  text-decoration: underline;
}

/* Footer */
footer {
  text-align: center;
  margin: 80px 0 40px;
  font-size: 13px;
  color: #777;
}

footer a {
  color: #d6336c;
  text-decoration: none;
}

/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Base */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: #f9fafb;
  color: #111827;
  line-height: 1.8;
}

/* Header */
header {
  max-width: 1100px;
  margin: 30px auto 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  flex-wrap: wrap;
}

.logo {
  font-weight: 700;
  font-size: 18px;
}

/* Nav */
nav a {
  margin: 0 12px;
  text-decoration: none;
  color: #4b5563;
  font-size: 14px;
}

nav a:hover {
  color: #111827;
}

.nav-right a {
  margin-left: 12px;
  font-size: 14px;
  text-decoration: none;
  color: #6b7280;
}

.nav-right a:hover {
  color: #111827;
}

/* Layout */
.container,
main {
  max-width: 720px;
  margin: auto;
  padding: 0 20px;
}

/* Headings */
h1 {
  font-size: 38px;
  margin-bottom: 15px;
}

h2 {
  margin-top: 50px;
  margin-bottom: 15px;
}

/* Text */
p {
  margin-bottom: 20px;
  font-size: 16px;
}

.subtitle {
  color: #6b7280;
  margin-bottom: 30px;
}

/* Posts */
.post {
  margin-bottom: 20px;
}

.date {
  font-size: 13px;
  color: #9ca3af;
  display: block;
}

.post a {
  color: #e11d48;
  text-decoration: none;
}

.post a:hover {
  text-decoration: underline;
}

/* Images (IMPORTANT FIX) */
img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}


.hero-image {
  margin: 40px 0;
  text-align: center;
}

.caption {
  font-size: 14px;
  color: #6b7280;
  margin-top: 10px;
  font-style: italic;
}

/* Highlight */
.highlight {
  background: #eef2ff;
  border-left: 4px solid #6366f1;
  padding: 20px;
  margin: 30px 0;
  border-radius: 8px;
}

/* Footer */
footer {
  text-align: center;
  margin-top: 80px;
  font-size: 14px;
  color: #6b7280;
}

footer a {
  color: #e11d48;
  text-decoration: none;
}

.footer-icons a {
  margin: 0 10px;
}
