.blog-row {
  background-color: rgba(255, 221, 221, 0);
  border-radius: 0.3rem;
  transition: all 0.3s;
  margin-bottom: 0.3rem;
}
.blog-row:hover {
  background-color: rgba(255, 201, 221, 0.25);
  box-shadow: 1px 1px 1px rgba(205, 255, 255, 0.15);
}
.blog-row:hover .text-on-surface {
  color: var(--md-sys-color-secondary);
}
.latest-side .blog-row {
  padding: 1rem 0.8rem;
  background-color: rgba(255, 221, 221, 0.3);
  margin-bottom: 1rem;
}
.blog-content .h2 {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.blog-content a {
  color: #fa8564;
  text-decoration: underline;
}
.blog-content a:hover {
  color: #d56546;
}

.blog-content .h3 {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.features-content .h4-3 {
  color: #fa8564;
}
.site-breadcrumb {
  margin-bottom: 0;
}
.site-breadcrumb .flex {
  display: flex;
  flex-wrap: nowrap;
}
.breadcrumb-separator {
  padding: 0 0.5rem;
}

.site-breadcrumb a {
  color: #fa8564;
}
