/* variant_i: generous spacing, large type */
.root_gra_f3094b4d { font-family: "Lucida Bright", Georgia, serif; margin: 0; background: hsl(164, 8%, 98%); color: hsl(164, 12%, 12%); line-height: 1.6; }

.spins_body_23e32833 { margin: 0; min-height: 100vh; }

.container_ra_b63ce320 {
  max-width: 944px;
  margin: 0 auto;
  padding: 0 64px 64px;
}

.spi_header_ec730a05 {
  padding: 64px 0;
  margin-bottom: 64px;
  border-bottom: 3px solid hsl(164, 59%, 54%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}

.ati_brand_e9e76805 { font-weight: 700; font-size: 1.75rem; color: hsl(164, 59%, 54%); }

.at_navList_acc32b3b { list-style: none; margin: 0; padding: 0; display: flex; gap: 64px; }

.tis_908ef04e { margin: 0; }

.link_sgr_f5cb9f82 { color: hsl(344, 59%, 54%); text-decoration: none; font-size: 1.05rem; }

.ti_main_e8aac3db { padding: 64px 0; }

.section_grat_395a5ccd {
  padding: 64px;
  margin-bottom: 64px;
  background: hsl(164, 10%, 94%);
}

.heading_grat_7e520ceb { font-size: 1.65rem; margin: 0 0 24px; color: hsl(164, 74%, 39%); }

.gra_text_eb518e25 { margin: 0; color: hsl(164, 8%, 42%); line-height: 1.75; font-size: 1.05rem; }

.list_8f67b33e { margin: 24px 0; padding-left: 64px; }

.listItem_ca1c447a { margin-bottom: 16px; }

.card_pinsg_7091aa1e {
  background: hsl(164, 10%, 94%);
  padding: 64px;
  margin-bottom: 64px;
}

.cardTitle_c7a3befe { font-size: 1.65rem; margin: 0 0 24px; color: hsl(164, 74%, 39%); }

.nsgrat_95ddaf2c { margin: 0; color: hsl(164, 8%, 42%); font-size: 1.05rem; }

.gratis_9092da07 {
  margin-top: 64px;
  padding: 64px 0;
  border-top: 2px solid hsl(164, 10%, 94%);
  font-size: 1rem;
  color: hsl(164, 8%, 42%);
}

.gra_footerText_aca77309 { margin: 0; }

.rati_footerLinks_6c5bf5a9 { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: baseline; row-gap: 16px; column-gap: 32px; }
.rati_footerLinks_6c5bf5a9 > li { flex: 0 0 auto; }

.insgra_footerLink_2dc2f40e { color: hsl(344, 59%, 54%); text-decoration: none; }

.sgra_meta2_6bb623d0 { display: block; font-size: 0.875rem; opacity: 0.75; margin-top: 0.25rem; }

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

/* Articles/blog/news listing — hashed class names per site (no footprint) */
main:has(.blogLayout_atis_756e9d5b) > h1 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}
.blogLayout_atis_756e9d5b {
  margin: 1rem 0 0;
  padding: 0;
}
.blogLayout_atis_756e9d5b .blogItem_0fa48908 {
  margin: 0;
  padding: 0;
}
.sgra_meta2_6bb623d0 {
  display: block;
  font-size: 0.875rem;
  opacity: 0.75;
  margin-top: 0.25rem;
}
/* Article/single page published date */
main .sgra_meta2_6bb623d0 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.blogLayout_atis_756e9d5b .grati_91051364 {
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* List */
.rati_9c27b73e .grati_91051364 {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.rati_9c27b73e .blogItem_0fa48908:last-child .grati_91051364 { border-bottom: none; }
/* Grid */
.blogLayoutGrid_tis_32dfbfa0 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}
.blogLayoutGrid_tis_32dfbfa0 .grati_91051364 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid_tis_32dfbfa0 .grati_91051364:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 3 */
.blogLayoutGrid3_atis_b0f88bd8 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .blogLayoutGrid3_atis_b0f88bd8 { grid-template-columns: 1fr; }
}
.blogLayoutGrid3_atis_b0f88bd8 .grati_91051364 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid3_atis_b0f88bd8 .grati_91051364:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 4 */
.blogLayoutGrid4_88b335dd {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 992px) {
  .blogLayoutGrid4_88b335dd { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .blogLayoutGrid4_88b335dd { grid-template-columns: 1fr; }
}
.blogLayoutGrid4_88b335dd .grati_91051364 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid4_88b335dd .grati_91051364:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Boxed */
.blogLayoutBoxed_ra_f01bc7e8 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blogLayoutBoxed_ra_f01bc7e8 .grati_91051364 {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 1.25rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #f0f1f3;
  box-shadow: none;
}
.blogLayoutBoxed_ra_f01bc7e8 .grati_91051364:hover {
  border-color: rgba(0,0,0,0.2);
  background: #e8e9ec;
}
/* Cards */
.insgr_52e28bd8 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .insgr_52e28bd8 { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
}
@media (min-width: 900px) {
  .insgr_52e28bd8 { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
}
.insgr_52e28bd8 .grati_91051364 {
  display: block;
  padding: 1.25rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.06);
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  min-height: 4rem;
}
.insgr_52e28bd8 .grati_91051364:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.08);
  border-color: rgba(0,0,0,0.1);
}

/* Mobile responsive layout */
@media (max-width: 768px) {
  .spins_body_23e32833 { overflow-x: hidden; }
  .container_ra_b63ce320 {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 48px;
  }
  .spi_header_ec730a05 {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 24px;
    padding: 16px;
    gap: 12px;
  }
  .ati_brand_e9e76805 {
    font-size: 1.15rem;
    line-height: 1.25;
    word-break: break-word;
  }
  .at_navList_acc32b3b { gap: 16px; flex-wrap: wrap; }
  .ti_main_e8aac3db { padding: 20px 0; }
  .section_grat_395a5ccd {
    padding: 20px 16px;
    margin-bottom: 20px;
  }
  .card_pinsg_7091aa1e {
    padding: 20px 16px;
    margin-bottom: 20px;
  }
  .layout-content-sidebar {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1rem;
  }
  .layout-content-sidebar .layout-main,
  .layout-content-sidebar main.layout-main {
    order: 1;
    width: 100%;
  }
  .site-sidebar-aside,
  .layout-content-sidebar .layout-sidebar.site-sidebar-aside,
  .layout-content-sidebar .layout-sidebar {
    order: 2;
    flex: 1 1 100%;
    width: 100%;
    max-width: none;
  }
  .gratis_9092da07 {
    margin-top: 48px;
    padding: 24px 0;
  }
  .gra_footerText_aca77309 { margin-bottom: 12px; }
  .rati_footerLinks_6c5bf5a9 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    font-size: 0.8125rem;
    line-height: 1.35;
  }
  .rati_footerLinks_6c5bf5a9 a {
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 480px) {
  .spi_header_ec730a05 {
    flex-direction: column;
    align-items: flex-start;
  }
  .at_navList_acc32b3b { width: 100%; }
  .rati_footerLinks_6c5bf5a9 { grid-template-columns: 1fr; }
}
