/* Unique palette - no shared class names */
.root_cf32bfb8 {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: hsl(192, 12%, 12%);
  background: hsl(192, 8%, 98%);
  margin: 0;
  line-height: 1.5;
}

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

.wrap_81386eb6 {
  max-width: 1292px;
  margin: 0 auto;
  padding: 24px 12px;
}

.utschl_985a03bc {
  background: hsl(192, 57%, 52%);
  color: hsl(192, 57%, 77%);
  padding: 12px 18px;
  margin-bottom: 24px;
}

.bar_orewa_b81bb217 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.brand_406b3031 { font-weight: 700; font-size: 1.25rem; }

.nav_0214e1a1 { display: flex; }

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

.navItem_asi_39c5037a { margin: 0; }

.kasi_9e98b011 {
  color: hsl(192, 57%, 77%);
  text-decoration: none;
}

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

.si_main_eea14898 { padding: 24px 0; }

.eutsc_d9cb5d16 {
  margin-bottom: 48px;
  padding: 18px 0;
}

.eu_ded65bc6 {
  font-size: 1.75rem;
  color: hsl(192, 72%, 37%);
  margin: 0 0 12px;
}

.chl_text_27123b3a { margin: 0 0 12px; color: hsl(192, 8%, 42%); }

.list_0bf879ea {
  list-style: disc;
  margin: 12px 0;
  padding-left: 24px;
}

.asin_58cae513 { margin-bottom: 6px; }

.footer_488b2155 {
  background: hsl(192, 10%, 94%);
  color: hsl(192, 8%, 42%);
  padding: 24px 18px;
  margin-top: 48px;
}

.strip_070b3a9c { max-width: 1292px; margin: 0 auto; }

.reward_footerText_ac8a2d36 { margin: 0 0 12px; font-size: 0.9rem; }

.nd_9104197e {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.rd_footerLink_abd98ac9 { color: hsl(12, 57%, 52%); text-decoration: none; }

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

.tschla_dfd9e3e1 { display: block; font-size: 0.875rem; color: hsl(192, 8%, 42%); 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_c1dfe36c) > h1 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}
.blogLayout_c1dfe36c {
  margin: 1rem 0 0;
  padding: 0;
}
.blogLayout_c1dfe36c .inor_95033a38 {
  margin: 0;
  padding: 0;
}
.tschla_dfd9e3e1 {
  display: block;
  font-size: 0.875rem;
  opacity: 0.75;
  margin-top: 0.25rem;
}
/* Article/single page published date */
main .tschla_dfd9e3e1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.blogLayout_c1dfe36c .blogLink_sc_fb35825a {
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* List */
.blogLayoutList_44a5043e .blogLink_sc_fb35825a {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.blogLayoutList_44a5043e .inor_95033a38:last-child .blogLink_sc_fb35825a { border-bottom: none; }
/* Grid */
.asin_blogLayoutGrid_27200124 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}
.asin_blogLayoutGrid_27200124 .blogLink_sc_fb35825a {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.asin_blogLayoutGrid_27200124 .blogLink_sc_fb35825a:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 3 */
.lan_blogLayoutGrid3_ad272fe0 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .lan_blogLayoutGrid3_ad272fe0 { grid-template-columns: 1fr; }
}
.lan_blogLayoutGrid3_ad272fe0 .blogLink_sc_fb35825a {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.lan_blogLayoutGrid3_ad272fe0 .blogLink_sc_fb35825a:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 4 */
.blogLayoutGrid4_88270033 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 992px) {
  .blogLayoutGrid4_88270033 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .blogLayoutGrid4_88270033 { grid-template-columns: 1fr; }
}
.blogLayoutGrid4_88270033 .blogLink_sc_fb35825a {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid4_88270033 .blogLink_sc_fb35825a:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Boxed */
.blogLayoutBoxed_ccf40976 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blogLayoutBoxed_ccf40976 .blogLink_sc_fb35825a {
  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_ccf40976 .blogLink_sc_fb35825a:hover {
  border-color: rgba(0,0,0,0.2);
  background: #e8e9ec;
}
/* Cards */
.chland_5c9e5fd4 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .chland_5c9e5fd4 { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
}
@media (min-width: 900px) {
  .chland_5c9e5fd4 { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
}
.chland_5c9e5fd4 .blogLink_sc_fb35825a {
  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;
}
.chland_5c9e5fd4 .blogLink_sc_fb35825a: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);
}
