/**
 * Template: Blog
 * Design: Blog
 */

:root {
  --blog-primary-cta: #06A8BE;
  --blog-yellow-50: #EBEBEB;
  --blog-black: #111111;
  --blog-white: #FAF8F8;
  --blog-grey-800: #373737;
  --blog-bg: #FAF8F8;
  --blog-card-shadow: 1px -4px 29.7px 0px rgba(17, 17, 17, 0.12);
  --blog-font-family: var(--tg-font-family-base);
}

#breadcrumbs {
  padding: 28px 0 40px;
  color: var(--tg-color-border);
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
}

#breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

#breadcrumbs a:hover {
  color: #111111;
}

#breadcrumbs i {
  display: inline-block;
  width: 9px;
  height: 1px;
  margin: 0 12px;
  background-color: var(--tg-color-border);
  vertical-align: middle;
}

[data-aos=fade-in-up-small] {
  opacity: 0;
  transform: translateY(8px);
  transition-property: opacity, transform;
}

[data-aos=fade-in-up-small].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

[data-aos=fade-in-right-small] {
  opacity: 0;
  transform: translateX(-8px);
  transition-property: opacity, transform;
}

[data-aos=fade-in-right-small].aos-animate {
  opacity: 1;
  transform: translateX(0);
}

[data-aos=fade-in-left-small] {
  opacity: 0;
  transform: translateX(8px);
  transition-property: opacity, transform;
}

[data-aos=fade-in-left-small].aos-animate {
  opacity: 1;
  transform: translateX(0);
}

[data-aos=fade-in] {
  opacity: 0;
  transition-property: opacity;
}

[data-aos=fade-in].aos-animate {
  opacity: 1;
}

.blog {
  font-family: var(--blog-font-family);
}

.search-cover {
  background-color: var(--tg-color-red-light);
  min-height: 400px;
  padding: 60px 0;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  box-sizing: border-box;
  position: relative;
}

.search-cover__breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.search-cover__breadcrumbs #breadcrumbs {
  padding: 28px 0 0;
}

.search-cover__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.search-cover__title {
  color: #111111;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -1.8px;
  margin: 0 0 28px 0;
  padding: 0;
}

.search-cover__subtitle {
  color: #111111;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.18px;
  margin: 0;
}

.archive-hero {
  min-height: 400px;
  padding: 60px 0;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 60px;
  box-sizing: border-box;
  overflow: hidden;
}

.archive-hero .container {
  position: relative;
  z-index: 1;
}

.archive-hero__content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.archive-hero__title {
  color: #111111;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -1.8px;
  margin: 0 0 28px 0;
  padding: 0;
}

.archive-hero__description {
  color: #111111;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.18px;
}

.archive-hero__description p {
  margin: 0;
}

.archive-hero__description:empty {
  display: none;
}

.archive-hero__breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.archive-hero__breadcrumbs #breadcrumbs {
  padding: 28px 0 0;
}

.archive-hero__decorator {
  position: absolute;
}

.archive-hero__decorator--1 {
  top: 0;
  left: 0;
}

.archive-hero__decorator--2 {
  right: 0;
  bottom: 0;
}

.archive-hero__decorator--3 {
  top: 0;
  left: 0;
  display: none;
}

.archive-hero__decorator--4 {
  right: 0;
  bottom: 0;
  display: none;
}

.archive-hero--blue {
  background-color: var(--tg-color-beige);
}

.archive-hero--blue .archive-hero__decorator--fill path {
  fill: var(--tg-color-blue);
}

.archive-hero--blue .archive-hero__decorator--stroke circle {
  stroke: var(--tg-color-blue);
}

.archive-hero--cream {
  background-color: var(--tg-color-red-light);
}

.archive-hero--cream .archive-hero__decorator--fill path {
  fill: var(--tg-color-red-light);
}

.archive-hero--cream .archive-hero__decorator--stroke circle {
  stroke: var(--tg-color-red-light);
}

.archive-hero--purple {
  background-color: var(--tg-color-red-light);
}

.archive-hero--purple .archive-hero__decorator--fill path {
  fill: var(--tg-color-red-light);
}

.archive-hero--purple .archive-hero__decorator--stroke circle {
  stroke: var(--tg-color-red-light);
}

.archive-hero--cyan {
  background-color: var(--tg-color-beige);
}

.archive-hero--cyan .archive-hero__decorator--fill path {
  fill: var(--tg-color-blue);
}

.archive-hero--cyan .archive-hero__decorator--stroke circle {
  stroke: var(--tg-color-blue);
}

.archive-hero--dark {
  background-color: var(--tg-color-black);
  color: #FFFFFF;
}

.archive-hero--dark .archive-hero__title,
.archive-hero--dark .archive-hero__description {
  color: #FFFFFF;
}

.archive-hero--dark .archive-hero__decorator--fill path {
  fill: var(--tg-color-black);
}

.archive-hero--dark .archive-hero__decorator--stroke circle {
  stroke: var(--tg-color-black);
}

.archive-hero--green {
  background-color: var(--tg-color-beige);
}

.archive-hero--green .archive-hero__decorator--fill path {
  fill: var(--tg-color-yellow);
}

.archive-hero--green .archive-hero__decorator--stroke circle {
  stroke: var(--tg-color-yellow);
}

.archive-hero--gray {
  background-color: var(--tg-color-beige);
}

.archive-hero--gray .archive-hero__decorator--fill path {
  fill: var(--tg-color-border);
}

.archive-hero--gray .archive-hero__decorator--stroke circle {
  stroke: var(--tg-color-border);
}

.archive-hero--indigo {
  background-color: var(--tg-color-beige);
}

.archive-hero--indigo .archive-hero__decorator--fill path {
  fill: var(--tg-color-blue);
}

.archive-hero--indigo .archive-hero__decorator--stroke circle {
  stroke: var(--tg-color-blue);
}

.archive-hero--orange {
  background-color: var(--tg-color-red-light);
}

.archive-hero--orange .archive-hero__decorator--fill path {
  fill: var(--tg-color-red-light);
}

.archive-hero--orange .archive-hero__decorator--stroke circle {
  stroke: var(--tg-color-red-light);
}

.archive-hero--mint {
  background-color: var(--tg-color-beige);
}

.archive-hero--mint .archive-hero__decorator--fill path {
  fill: var(--tg-color-yellow);
}

.archive-hero--mint .archive-hero__decorator--stroke circle {
  stroke: var(--tg-color-yellow);
}

.archive-hero--slate {
  background-color: var(--tg-color-beige);
}

.archive-hero--slate .archive-hero__decorator--fill path {
  fill: var(--tg-color-beige);
}

.archive-hero--slate .archive-hero__decorator--stroke circle {
  stroke: var(--tg-color-beige);
}

.archive-hero--pink {
  background-color: var(--tg-color-red-light);
}

.archive-hero--pink .archive-hero__decorator--fill path {
  fill: var(--tg-color-red-light);
}

.archive-hero--pink .archive-hero__decorator--stroke circle {
  stroke: var(--tg-color-red-light);
}

.archive-hero--sage {
  background-color: var(--tg-color-beige);
}

.archive-hero--sage .archive-hero__decorator--fill path {
  fill: var(--tg-color-beige);
}

.archive-hero--sage .archive-hero__decorator--stroke circle {
  stroke: var(--tg-color-beige);
}

.archive-hero--yellow {
  background-color: var(--tg-color-yellow);
}

.archive-hero--yellow .archive-hero__decorator--fill path {
  fill: var(--tg-color-yellow);
}

.archive-hero--yellow .archive-hero__decorator--stroke circle {
  stroke: var(--tg-color-yellow);
}

.pagination {
  display: none;
}

.blog-articles__more {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}

.blog-articles__more-button {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border: 1px solid var(--tg-color-border);
  border-radius: 100px;
  background: var(--blog-white);
  color: var(--blog-black);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.blog-articles__more-button.is-shown {
  display: inline-flex;
}

.blog-articles__more-button:hover {
  background: var(--tg-color-beige);
  border-color: var(--tg-color-border);
}

.blog-articles__more-button.is-loading {
  opacity: 0.6;
  pointer-events: none;
}

.blog-articles-ajax.is-loading .blog-items__list {
  opacity: 0.5;
  pointer-events: none;
}

.blog-card-aos-wrapper {
  display: flex;
  width: 100%;
  min-width: 0;
}

.blog-card-aos-wrapper > * {
  width: 100%;
  min-width: 0;
}

body {
  font-family: var(--blog-font-family);
}

body .tg-page-wrapper {
  overflow: initial;
}

.blog-archive {
  background-color: #efeded;
  background-image: linear-gradient(rgba(17, 17, 17, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(17, 17, 17, 0.08) 1px, transparent 1px);
  background-size: 228px 228px;
  background-position: top center;
}

.blog-cover {
  padding-top: 220px;
  padding-bottom: 220px;
}

.blog-cover__intro {
  margin-bottom: 64px;
  max-width: 684px;
}

.blog-cover__title {
  margin: 0;
  text-transform: uppercase;
}

.blog-cover__title-page {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
}

.blog-cover__text {
  color: var(--tg-color-black);
  margin-top: 20px;
}

.blog-cover__text p {
  margin: 0;
}

.blog-cover__section-title {
  margin: 0 0 40px;
  text-transform: uppercase;
}

.blog-cover__posts {
  display: grid;
  grid-template-columns: minmax(0, 684px) minmax(0, 424px);
  gap: 32px;
  align-items: stretch;
}

.blog-cover__posts-column {
  min-width: 0;
}

.blog-cover__posts-column:last-child {
  padding: 0;
}

.blog-cover__featuredpost {
  height: 100%;
  border-radius: 0;
}

.blog-cover__featuredpost-image {
  height: 100%;
  min-height: 385px;
  border-radius: 0;
  background-color: var(--tg-color-black);
}

.blog-cover__featuredpost-image img {
  border-radius: 0;
}

.blog-cover__featuredpost-content {
  min-height: 100%;
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.blog-cover__featuredpost-title {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 32px;
}

.blog-cover__featuredpost-category {
  text-transform: uppercase;
}

.blog-cover__featuredpost-excerpt {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog-cover__featuredpost-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
  margin-bottom: 12px;
}

.blog-cover__featuredpost-read-time {
  display: flex;
  align-items: center;
  gap: 12px;
}

.blog-cover__featuredpost-read-time:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: var(--tg-color-red);
}

.blog-cover__featuredpost-link {
  min-width: 208px;
}

.blog-items {
  padding-bottom: 228px;
}

.blog-items__inner {
  gap: 43px;
}

.blog-items__title {
  margin: 0 0 40px;
  text-align: center;
  text-transform: uppercase;
}

.blog-items__filter {
  gap: 0;
}

.blog-items__nav {
  margin-bottom: 42px;
}

.blog-items__nav-categories {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}

.blog-items__nav-categoriesItem {
  min-height: 112px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border: 1px solid var(--tg-color-black);
  border-radius: 0;
  background-color: transparent;
  color: var(--tg-color-black);
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  transition: 0.3s;
}

.blog-items__nav-categoriesItem:hover,
.blog-items__nav-categoriesItem.is-selected {
  background-color: var(--tg-color-black);
  color: var(--tg-color-yellow);
}

.blog-items__nav-categoriesItem:hover svg path,
.blog-items__nav-categoriesItem.is-selected svg path {
  fill: var(--tg-color-yellow);
}

.blog-items__nav-categoriesIcon {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}

.blog-items__nav-categoriesIcon img,
.blog-items__nav-categoriesIcon svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.blog-items__nav-categoriesIcon svg {
  width: 100%;
  height: 100%;
}

.blog-items__nav-categoriesIcon svg path {
  transition: 0.3s;
}

.blog-items__nav-categoriesText {
  display: block;
}

.blog-items__nav-toggle {
  min-height: 180px;
  border: 1px dashed var(--tg-color-black);
  border-radius: 0;
}

.blog-items__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.blog-newsletter-cta {
  position: relative;
  overflow: hidden;
  padding: 182px 0 114px;
  background-color: var(--tg-color-yellow);
  clip-path: polygon(0 0, 35.5% 0, 39% 68px, 100% 68px, 100% 100%, 0 100%);
  margin-top: -68px;
}

.blog-newsletter-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 56px;
}

.blog-newsletter-cta__content {
  display: flex;
  width: min(100%, 560px);
  flex-direction: column;
  gap: 40px;
}

.blog-newsletter-cta__subheading {
  position: relative;
  padding-left: 16px;
  color: var(--tg-color-black);
  text-transform: uppercase;
}

.blog-newsletter-cta__subheading::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--tg-color-black);
}

.blog-newsletter-cta__copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-newsletter-cta__title {
  color: var(--tg-color-black);
  text-transform: uppercase;
}

.blog-newsletter-cta__text {
  color: var(--tg-color-black);
}

.blog-newsletter-cta__text p {
  margin: 0;
}

.blog-newsletter-cta__form {
  width: min(100%, 366px);
}

.blog-newsletter-cta__form label {
  margin-bottom: 0;
}

.c-postcard {
  gap: 0;
  border: 1px solid var(--tg-color-black);
  background-color: transparent;
  transform: none;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.c-postcard:hover {
  transform: none;
}

.c-postcard__image {
  height: 206px;
  border-radius: 0;
  background-color: var(--tg-color-black);
}

.c-postcard__content {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--tg-color-bg-beige);
}

.c-postcard__badge {
  position: relative;
  padding: 0 0 0 16px;
  border-radius: 0;
  background-color: transparent;
  color: var(--tg-color-red);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
}

.c-postcard__badge::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--tg-color-red);
  border-radius: 100%;
}

.c-postcard__content-inner {
  margin-top: 20px;
}

.c-postcard__content-inner h3 {
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.c-postcard__meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0 12px;
}

.c-postcard__read-time {
  display: flex;
  align-items: center;
  gap: 12px;
}

.c-postcard__read-time:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: var(--tg-color-red);
}

.c-postcard__read-link {
  margin-top: auto;
  justify-content: center;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.pagination .page-numbers {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--tg-color-black);
  color: var(--tg-color-black);
  background: var(--tg-color-beige);
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover:not(.dots) {
  background-color: var(--tg-color-black);
  color: var(--tg-color-primary-white);
}

.pagination .page-numbers.dots {
  width: 48px;
  height: 48px;
  border-color: transparent;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='4' viewBox='0 0 20 4' fill='none'%3E%3Ccircle cx='2' cy='2' r='2' fill='%23898989'/%3E%3Ccircle cx='10' cy='2' r='2' fill='%23898989'/%3E%3Ccircle cx='18' cy='2' r='2' fill='%23898989'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  font-size: 0;
}

.pagination .page-numbers.prev::before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1904 11.5381L16 6H11.8096L8 11.5381L11.8096 17.0771H16L12.1904 11.5381Z' fill='%23111111'/%3E%3C/svg%3E%0A");
  line-height: 0;
}

.pagination .page-numbers.prev:hover::before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1904 11.5381L16 6H11.8096L8 11.5381L11.8096 17.0771H16L12.1904 11.5381Z' fill='white'/%3E%3C/svg%3E%0A");
}

.pagination .page-numbers.next::before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8096 11.5381L8 6H12.1904L16 11.5381L12.1904 17.0771H8L11.8096 11.5381Z' fill='%23111111'/%3E%3C/svg%3E%0A");
  line-height: 0;
}

.pagination .page-numbers.next:hover::before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8096 11.5381L8 6H12.1904L16 11.5381L12.1904 17.0771H8L11.8096 11.5381Z' fill='white'/%3E%3C/svg%3E%0A");
}

.blog-articles__more {
  display: none;
}

@media (max-width: 992px) {
  .blog-items__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .blog-items__nav-categories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  #breadcrumbs i {
    margin: 0 6px;
  }

  .search-cover__title {
    font-size: 37px;
    line-height: 48px;
    letter-spacing: -1.11px;
    margin-bottom: 16px;
  }

  .search-cover__subtitle {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -0.17px;
  }

  .archive-hero__title {
    font-size: 37px;
    line-height: 48px;
    letter-spacing: -1.11px;
    margin-bottom: 16px;
  }

  .archive-hero__description {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -0.17px;
  }

  .archive-hero__decorator--1 {
    display: none;
  }

  .archive-hero__decorator--2 {
    display: none;
  }

  .archive-hero__decorator--3 {
    display: block;
  }

  .archive-hero__decorator--4 {
    display: block;
  }

  .archive-hero {
    min-height: auto;
    padding: 48px 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .blog-archive {
    background-size: 120px 120px;
  }

  .blog-cover {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-cover__intro {
    margin-bottom: 23px;
  }

  .blog-cover__text {
    margin-top: 12px;
  }

  .blog-cover__section-title {
    margin-bottom: 20px;
  }

  .blog-cover__posts {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .blog-cover__featuredpost-image {
    min-height: 185px;
  }

  .blog-cover__featuredpost-content {
    padding-top: 0;
  }

  .blog-cover__featuredpost-title {
    margin-top: 20px;
  }

  .blog-items {
    padding-bottom: 130px;
  }

  .blog-items__inner {
    gap: 32px;
  }

  .blog-items__title {
    margin-bottom: 32px;
  }

  .blog-items__nav {
    margin-bottom: 32px;
  }

  .blog-items__nav-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-items__nav-categoriesItem {
    min-height: 56px;
    padding: 16px;
    font-size: 16px;
    line-height: 22px;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
  }

  .blog-items__nav-categoriesItem:first-child {
    grid-column: span 2;
  }

  .blog-items__nav-toggle {
    min-height: 140px;
  }

  .blog-newsletter-cta {
    padding: 60px 0;
    clip-path: unset;
  }

  .blog-newsletter-cta__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .blog-newsletter-cta__content {
    width: 100%;
    gap: 40px;
  }

  .blog-newsletter-cta__subheading {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-newsletter-cta__subheading::before {
    top: 6px;
  }

  .blog-newsletter-cta__copy {
    gap: 12px;
  }

  .c-postcard__image {
    height: 185px;
  }

  .c-postcard__content {
    padding: 16px;
  }

  .c-postcard__badge {
    font-size: 14px;
    line-height: 20px;
  }

  .c-postcard__meta-line {
    margin-top: 16px;
  }

  .pagination {
    margin-top: 44px;
  }

  .pagination .page-numbers {
    width: 40px;
    height: 40px;
  }

  .pagination .page-numbers.dots {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 576px) {
  .blog-items__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}