﻿.blogs-page {
  background: #fff;
}

.blogs-hero {
  background: #f7f7f7;
}

.blogs-title {
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.blogs-sidebar {
  position: sticky;
  top: 120px;
}

.blogs-topics {
  border: 1px solid #e9e9e9;
  border-radius: 1rem;
  padding: 1.5rem;
}

.blogs-topics a {
  transition: opacity 0.2s ease;
}

.blogs-topics a:hover {
  opacity: 0.6;
}
