body,
.main {
  background: #0b154b;
}

.list {
  background: #0b154b !important;
}

.post-entry,
.first-entry,
.post-single {
  background: #f5f5f5;
}

.post-single {
  margin-top: 24px;
}

.related-posts {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.related-posts h3 {
  margin-bottom: 10px;
}

.related-posts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.related-posts li {
  margin-bottom: 6px;
}

.post-cta {
  margin: 18px 0 10px;
  text-align: center;
}

.post-cta-top {
  margin-top: 14px;
}

.post-cta-bottom {
  margin-top: 24px;
}

.btn-act {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  min-width: 240px;
  border-radius: 999px;
  border: 2px solid #ffcf02;
  background: #ffcf02;
  color: #0b154b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: transform 0.15s ease, filter 0.15s ease;
}

.btn-act:hover {
  transform: scale(1.03);
  filter: brightness(1.05);
}
