/** Shopify CDN: Minification failed

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

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:main-blog (INDEX:26) */
.renaras-blog-intro {
  max-width: 65rem;
  margin: 1.5rem 0 2rem;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #574c3d;
}

.renaras-tag-filters {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.renaras-tag-filter {
  display: inline-block;
  padding: 0.6rem 1.4rem;
  border: 1px solid #574c3d;
  color: #574c3d;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}

.renaras-tag-filter:hover,
.renaras-tag-filter.active {
  background-color: #574c3d;
  color: #faf6f0;
}
/* END_SECTION:main-blog */

/* START_SECTION:silk-journal (INDEX:50) */
.section-{{ section.id }}-padding {
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
}
/* END_SECTION:silk-journal */