/* variant_e: accent top strip, light body */
.root_c14f02da { font-family: "Georgia", "Times New Roman", serif; margin: 0; background: hsl(88, 8%, 98%); color: hsl(88, 12%, 12%); }

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

.ootb_dadc23ee {
  max-width: 1148px;
  margin: 0 auto;
  padding: 0 30px 80px;
}

.header_4aa6592b {
  background: hsl(268, 73%, 58%);
  color: hsl(268, 73%, 88%);
  padding: 20px 40px;
  margin: 0 calc(-1 * 30px) 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.brand_8ae28244 { font-weight: 700; font-size: 1.35rem; }

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

.navItem_foot_bcde8223 { margin: 0; }

.link_ll_7bc91d72 { color: inherit; text-decoration: none; }

.link_ll_7bc91d72:hover { text-decoration: underline; }

.lls_9dab9ad9 { padding: 40px 0; }

.section_lst_75b58235 {
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 20px;
  background: hsl(88, 10%, 94%);
}

.heading_88f98861 { font-size: 1.4rem; margin: 0 0 20px; color: hsl(88, 73%, 58%); }

.otba_d8fbf7b9 { margin: 0; color: hsl(88, 8%, 42%); line-height: 1.6; }

.lst_9aa303f1 { margin: 20px 0; padding-left: 40px; }

.allst_9db27a64 { margin-bottom: 10px; }

.card_ls_bf57ce1c {
  background: hsl(88, 10%, 94%);
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 20px;
}

.cardTitle_oot_be30e632 { font-size: 1.35rem; margin: 0 0 20px; color: hsl(88, 73%, 58%); }

.tip_cardText_20fbd04b { margin: 0 0 20px; color: hsl(88, 8%, 42%); }

.footer_800bbb9d {
  padding: 40px 0;
  border-top: 1px solid hsl(88, 10%, 94%);
  font-size: 0.9rem;
  color: hsl(88, 8%, 42%);
}

.footerText_ball_be850514 { margin: 0; }

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

.st_1e79d9d2 { color: hsl(268, 73%, 58%); text-decoration: none; }

.meta2_c1fb0761 { 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_c6924327) > h1 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}
.blogLayout_c6924327 {
  margin: 1rem 0 0;
  padding: 0;
}
.blogLayout_c6924327 .blogItem_ps_b9bfda7a {
  margin: 0;
  padding: 0;
}
.meta2_c1fb0761 {
  display: block;
  font-size: 0.875rem;
  opacity: 0.75;
  margin-top: 0.25rem;
}
/* Article/single page published date */
main .meta2_c1fb0761 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.blogLayout_c6924327 .lst_9211ea0f {
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* List */
.stip_9a2af9ac .lst_9211ea0f {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.stip_9a2af9ac .blogItem_ps_b9bfda7a:last-child .lst_9211ea0f { border-bottom: none; }
/* Grid */
.blogLayoutGrid_allst_b43b6089 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}
.blogLayoutGrid_allst_b43b6089 .lst_9211ea0f {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid_allst_b43b6089 .lst_9211ea0f:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 3 */
.ls_d40d4435 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .ls_d40d4435 { grid-template-columns: 1fr; }
}
.ls_d40d4435 .lst_9211ea0f {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.ls_d40d4435 .lst_9211ea0f:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 4 */
.allst_blogLayoutGrid4_e131bfdd {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 992px) {
  .allst_blogLayoutGrid4_e131bfdd { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .allst_blogLayoutGrid4_e131bfdd { grid-template-columns: 1fr; }
}
.allst_blogLayoutGrid4_e131bfdd .lst_9211ea0f {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.allst_blogLayoutGrid4_e131bfdd .lst_9211ea0f:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Boxed */
.blogLayoutBoxed_c38b58b8 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blogLayoutBoxed_c38b58b8 .lst_9211ea0f {
  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_c38b58b8 .lst_9211ea0f:hover {
  border-color: rgba(0,0,0,0.2);
  background: #e8e9ec;
}
/* Cards */
.blogLayoutCards_881ec4cd {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .blogLayoutCards_881ec4cd { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
}
@media (min-width: 900px) {
  .blogLayoutCards_881ec4cd { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
}
.blogLayoutCards_881ec4cd .lst_9211ea0f {
  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;
}
.blogLayoutCards_881ec4cd .lst_9211ea0f: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) {
  .otb_d988fe6c { overflow-x: hidden; }
  .ootb_dadc23ee {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 48px;
  }
  .header_4aa6592b {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 24px;
    padding: 16px;
    gap: 12px;
  }
  .brand_8ae28244 {
    font-size: 1.15rem;
    line-height: 1.25;
    word-break: break-word;
  }
  .navList_otb_794b485a { gap: 16px; flex-wrap: wrap; }
  .lls_9dab9ad9 { padding: 20px 0; }
  .section_lst_75b58235 {
    padding: 20px 16px;
    margin-bottom: 20px;
  }
  .card_ls_bf57ce1c {
    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;
  }
  .footer_800bbb9d {
    margin-top: 48px;
    padding: 24px 0;
  }
  .footerText_ball_be850514 { margin-bottom: 12px; }
  .sti_14e82e61 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    font-size: 0.8125rem;
    line-height: 1.35;
  }
  .sti_14e82e61 a {
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 480px) {
  .header_4aa6592b {
    flex-direction: column;
    align-items: flex-start;
  }
  .navList_otb_794b485a { width: 100%; }
  .sti_14e82e61 { grid-template-columns: 1fr; }
}
