/** Shopify CDN: Minification failed

Line 16:10 Unexpected "{"
Line 16:19 Expected ":"
Line 17:14 Expected identifier but found whitespace
Line 17:16 Unexpected "{"
Line 17:25 Expected ":"
Line 17:51 Expected ":"
Line 18:17 Expected identifier but found whitespace
Line 18:19 Unexpected "{"
Line 18:28 Expected ":"
Line 18:57 Expected ":"

**/
/* START_SECTION:custom-recent-posts (INDEX:13) */
.section-{{ section.id }}-padding {
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
}

.recent-posts__menu-heading {
  margin: 0 0 1.2rem;
}

.recent-posts__menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 2.4rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.recent-posts__menu a {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.4rem;
  color: rgba(var(--color-foreground), 0.55);
  text-decoration: none;
  letter-spacing: 0.06rem;
  transition: color 0.2s ease;
}

.recent-posts__menu a:hover {
  color: rgba(var(--color-foreground), 0.9);
}
/* END_SECTION:custom-recent-posts */
