* {
  box-sizing: border-box;
}

html {
  background: #f7f3ec;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #2b241d;
  background: #f7f3ec;
}

a {
  color: #7b1e1e;
}

.site-shell {
  width: min(1100px, 100%);
  margin: 0 auto;
  padding: 24px;
}

.site-hero {
  color: #fff;
  text-align: center;
  padding: 38px 28px;
  border-radius: 18px;
  background: linear-gradient(135deg, #7b1e1e, #b0472a);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}

.site-hero h1 {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.2;
}

.site-hero p {
  margin: 8px 0;
  font-size: 17px;
  line-height: 1.5;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 22px 0;
}

.site-nav a,
.button-link {
  display: inline-block;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 999px;
  background: #7b1e1e;
}

.site-nav a:hover,
.site-nav a:focus,
.button-link:hover,
.button-link:focus {
  background: #a83724;
}

.content-card,
.blog-panel {
  background: #fff;
  border: 1px solid #eadfce;
  border-radius: 18px;
  padding: 26px;
  margin: 22px 0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .10);
}

.content-card h2,
.blog-panel h2 {
  color: #7b1e1e;
  margin-top: 0;
  font-size: 26px;
}

.content-card p {
  line-height: 1.6;
  font-size: 17px;
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.site-footer {
  color: #505050;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  padding: 8px 0 18px;
}

.blog-embed {
  min-height: 240px;
}

.blog-loading,
.blog-error {
  color: #5f554a;
  line-height: 1.5;
}

.blog-embed .content_wrapper {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #2b241d;
}

.blog-embed .weblogName {
  margin-top: 0;
  color: #7b1e1e;
  font-size: 22px;
}

.blog-embed .dayBox {
  padding: 20px 0;
  border-top: 1px solid #eadfce;
}

.blog-embed .dayBox:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.blog-embed .postTitle {
  margin: 0 0 8px;
  line-height: 1.25;
}

.blog-embed .postTitle a {
  color: #7b1e1e;
  font-size: 20px !important;
  text-decoration: none;
}

.blog-embed .postTitle a:hover,
.blog-embed .postTitle a:focus {
  text-decoration: underline;
}

.blog-embed .entryContent {
  line-height: 1.55;
}

.blog-embed .entryMeta {
  color: #5f554a;
  margin: 0 0 14px;
}

.blog-embed .blog-more {
  margin-top: 22px;
}

.blog-embed img,
.blog-embed video,
.blog-embed iframe {
  max-width: 100%;
}

.site-footer a {
  color: #505050;
}

@media (max-width: 700px) {
  .site-shell {
    padding: 14px;
  }

  .site-hero h1 {
    font-size: 27px;
  }

  .content-card,
  .blog-panel {
    padding: 20px;
  }

  .blog-embed .postTitle a {
    font-size: 18px !important;
  }
}
