/* Blogspot Classic — a Hugo theme in the spirit of early Blogger templates
   (think "Minima" / "Rounders" era): cream page, white content card,
   serif headings, dashed rules, right-hand sidebar. */

* { box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  background: #e8e4d8;
  color: #333;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.6;
}

a {
  color: #3b5998;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#outer-wrapper {
  max-width: 920px;
  margin: 0 auto;
  padding: 20px 20px 0;
}

/* ---------- Header ---------- */
#header-wrapper {
  background: #f7f5ee;
  border: 1px solid #c9c3ae;
  border-bottom: none;
  padding: 24px 30px;
  text-align: center;
}

#blog-title {
  margin: 0;
  font-size: 42px;
  font-weight: normal;
  letter-spacing: -1px;
}
#blog-title a {
  color: #444;
}
#blog-title a:hover {
  text-decoration: none;
  color: #222;
}

#blog-description {
  margin: 6px 0 0;
  font-style: italic;
  color: #777;
  font-size: 15px;
}

#topnav {
  margin-top: 14px;
  border-top: 1px dashed #c9c3ae;
  padding-top: 10px;
}
#topnav a {
  margin: 0 10px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ---------- Content area ---------- */
#content-wrapper {
  background: #fff;
  border: 1px solid #c9c3ae;
  padding: 30px;
}

.column {
  float: left;
}

#main-wrapper {
  width: 65%;
  padding-right: 30px;
  border-right: 1px dashed #d8d3c2;
}

#sidebar-wrapper {
  width: 35%;
  padding-left: 30px;
}

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

.post-title {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 4px;
}
.post-title a {
  color: #2a2a2a;
}

.post-meta {
  font-size: 12px;
  color: #999;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.post-body {
  font-size: 15px;
  color: #333;
}
.post-body p {
  margin: 0 0 1em;
}
.post-body img {
  max-width: 100%;
  height: auto;
  border: 4px solid #f0eee5;
}
.post-body blockquote {
  margin: 1em 0;
  padding: 6px 16px;
  border-left: 3px solid #c9c3ae;
  color: #666;
  background: #f7f5ee;
}
.post-body pre {
  background: #f7f5ee;
  border: 1px solid #ddd8c8;
  padding: 12px;
  overflow-x: auto;
  font-family: "Courier New", monospace;
  font-size: 13px;
}

.read-more {
  font-size: 13px;
}

.post-footer {
  font-size: 12px;
  color: #999;
  margin-top: 14px;
}
.label, .label-count {
  font-size: 12px;
}
.label {
  background: #f0eee5;
  border: 1px solid #ddd8c8;
  padding: 2px 8px;
  border-radius: 3px;
  margin-right: 4px;
}

.post-divider {
  border: none;
  border-top: 1px dashed #d8d3c2;
  margin: 24px 0;
}

.post-nav {
  overflow: hidden;
  font-size: 13px;
  margin: 20px 0;
  padding-top: 10px;
  border-top: 1px dashed #d8d3c2;
}

#comments {
  margin-top: 30px;
  padding-top: 16px;
  border-top: 2px solid #eee;
}
#comments h3 {
  font-size: 16px;
  font-weight: normal;
}
.comments-placeholder {
  font-size: 13px;
  color: #999;
  font-style: italic;
}

/* ---------- Sidebar ---------- */
.sidebar-section {
  margin-bottom: 28px;
}
.sidebar-section h2 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #666;
  border-bottom: 1px dashed #d8d3c2;
  padding-bottom: 6px;
  margin-bottom: 12px;
  font-weight: normal;
}

.profile-box {
  font-size: 13px;
  text-align: center;
  background: #f7f5ee;
  border: 1px solid #ddd8c8;
  padding: 16px;
}
.profile-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #ddd8c8;
  margin-bottom: 10px;
}
.profile-name {
  font-weight: bold;
  margin: 0 0 6px;
}
.profile-bio {
  color: #777;
  margin: 0 0 10px;
}

.archive-list, .archive-months, .archive-posts, .label-cloud {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.archive-months { margin-left: 14px; margin-top: 6px; }
.archive-posts { margin-left: 14px; margin-top: 4px; }
.archive-list li, .label-cloud li { margin-bottom: 4px; }
.archive-list summary, .archive-months summary {
  cursor: pointer;
  color: #3b5998;
}
.archive-list summary:hover, .archive-months summary:hover {
  text-decoration: underline;
}

.label-cloud li {
  display: inline-block;
  margin-right: 8px;
}
.label-count {
  color: #999;
}

/* ---------- Footer ---------- */
#footer-wrapper {
  background: #f7f5ee;
  border: 1px solid #c9c3ae;
  border-top: none;
  text-align: center;
  padding: 16px;
  font-size: 12px;
  color: #999;
  margin-bottom: 20px;
}
#footer-wrapper a {
  color: #999;
  text-decoration: underline;
}

/* ---------- Pagination ---------- */
.pagination {
  clear: both;
  text-align: center;
  font-size: 13px;
  padding-top: 10px;
}

/* ---------- Responsive ---------- */
@media (max-width: 680px) {
  #main-wrapper, #sidebar-wrapper {
    width: 100%;
    float: none;
    border-right: none;
    padding: 0;
  }
  #sidebar-wrapper {
    margin-top: 20px;
    border-top: 1px dashed #d8d3c2;
    padding-top: 20px;
  }
  #blog-title {
    font-size: 30px;
  }
}
