body {
  background: #f2f6fb;
  color: #1b2533;
}
#page {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 24px 80px rgba(15, 44, 84, 0.08);
  overflow: hidden;
}
.site-header,
.main-navigation {
  background: #ffffff;
}
.bam-topbar {
  background: #0f3e7f;
  color: #edf3ff;
}
.bam-topbar .bam-date {
  color: #bed6ff;
}
.menu-item a,
.menu-item a:hover,
.menu-item a:focus {
  color: #0f3e7f;
}
.menu-item a:hover,
.menu-item a:focus {
  color: #005bb5;
}
.site-title a {
  color: #0b2f5f;
  font-weight: 700;
}
.entry-header .entry-title,
.page-title,
.post-title {
  color: #0b2f5f;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.08;
  margin-bottom: 0.75em;
}
.entry-content {
  line-height: 1.85;
  letter-spacing: 0.01em;
}
.entry-content p {
  margin: 1.2em 0;
}
.entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(15, 44, 84, 0.12);
}
.entry-content figure {
  margin: 0 0 1.5em;
}
.entry-content figure.alignleft {
  margin-right: 24px;
}
.entry-content figure.alignright {
  margin-left: 24px;
}
.entry-content blockquote {
  border-left: 4px solid #1680ff;
  color: #1e3251;
  margin: 2em 0;
  padding: 1.2em 1.4em;
  background: #f4f8ff;
  border-radius: 16px;
}
#secondary {
  background: #f8fbff;
  border: 1px solid #dde6f2;
  border-radius: 22px;
  padding: 26px 24px;
}
.widget-area .widget {
  margin-bottom: 28px;
}
.widget-area .wp-block-latest-posts__post-title {
  color: #0f3e7f;
}
.widget-area .wp-block-latest-posts__post-title:hover {
  color: #1772d4;
}
.wp-block-tag-cloud a {
  background: #e5efff;
  border-radius: 999px;
  color: #0c2f68;
  display: inline-flex;
  margin: 0 4px 8px 0;
  padding: 8px 12px;
  text-decoration: none;
}
.category-list-item {
  border-bottom: 1px solid #e4ecf6;
  margin-bottom: 32px;
  padding-bottom: 32px;
}
.static-line-button {
  align-items: center;
  background: linear-gradient(135deg, #0095ff, #0061d6);
  border-radius: 999px;
  bottom: 24px;
  box-shadow: 0 20px 40px rgba(0, 92, 210, 0.24);
  color: #ffffff;
  display: inline-flex;
  font-weight: 700;
  gap: 10px;
  left: 18px;
  padding: 12px 16px;
  position: fixed;
  text-decoration: none;
  z-index: 9999;
}
.static-line-button:hover {
  transform: translateY(-1px);
}
.static-line-button__icon {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  font-size: 12px;
  line-height: 1;
  padding: 6px 8px;
  text-transform: uppercase;
}
@media (max-width: 940px) {
  #content .container {
    gap: 0;
  }
  .entry-content figure.alignleft,
  .entry-content figure.alignright {
    float: none;
    margin: 0 auto 24px;
  }
}
@media (max-width: 640px) {
  .static-line-button {
    bottom: 14px;
    left: 12px;
    padding: 10px 12px;
  }
  .static-line-button__text {
    display: none;
  }
}
