/* Unique palette - no shared class names */
.svens_5c59b611 {
  font-family: undefined;
  color: hsl(312, 12%, 12%);
  background: hsl(312, 8%, 98%);
  margin: 0;
  line-height: 1.5;
}

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

.ok_5c108d7a {
  max-width: 932px;
  margin: 0 auto;
  padding: 24px 12px;
}

.header_43828be1 {
  background: hsl(312, 57%, 42%);
  color: hsl(312, 57%, 67%);
  padding: 12px 18px;
  margin-bottom: 24px;
}

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

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

.nav_4e8a36d4 { display: flex; }

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

.navItem_svensk_f155e8e4 { margin: 0; }

.sve_link_6e56d08c {
  color: hsl(312, 57%, 67%);
  text-decoration: none;
}

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

.main_kers_7ac1cd12 { padding: 24px 0; }

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

.rs_135c52ff {
  font-size: 1.75rem;
  color: hsl(312, 72%, 27%);
  margin: 0 0 12px;
}

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

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

.listItem_ers_78067d6e { margin-bottom: 6px; }

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

.en_9c6f2628 { max-width: 932px; margin: 0 auto; }

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

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

.footerLink_ens_fdace9d2 { color: hsl(132, 57%, 42%); text-decoration: none; }

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

.meta2_094b4d97 { display: block; font-size: 0.875rem; color: hsl(312, 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(.vensk_11763694) > h1 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}
.vensk_11763694 {
  margin: 1rem 0 0;
  padding: 0;
}
.vensk_11763694 .po_110eb09c {
  margin: 0;
  padding: 0;
}
.meta2_094b4d97 {
  display: block;
  font-size: 0.875rem;
  opacity: 0.75;
  margin-top: 0.25rem;
}
/* Article/single page published date */
main .meta2_094b4d97 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.vensk_11763694 .ns_59f2c8c3 {
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* List */
.rsven_blogLayoutList_eefb3c5e .ns_59f2c8c3 {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.rsven_blogLayoutList_eefb3c5e .po_110eb09c:last-child .ns_59f2c8c3 { border-bottom: none; }
/* Grid */
.oker_9caa12cf {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}
.oker_9caa12cf .ns_59f2c8c3 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.oker_9caa12cf .ns_59f2c8c3:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 3 */
.blogLayoutGrid3_cfd7f977 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .blogLayoutGrid3_cfd7f977 { grid-template-columns: 1fr; }
}
.blogLayoutGrid3_cfd7f977 .ns_59f2c8c3 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid3_cfd7f977 .ns_59f2c8c3:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 4 */
.blogLayoutGrid4_81b4a613 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 992px) {
  .blogLayoutGrid4_81b4a613 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .blogLayoutGrid4_81b4a613 { grid-template-columns: 1fr; }
}
.blogLayoutGrid4_81b4a613 .ns_59f2c8c3 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid4_81b4a613 .ns_59f2c8c3:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Boxed */
.rsv_9d2609d4 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.rsv_9d2609d4 .ns_59f2c8c3 {
  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;
}
.rsv_9d2609d4 .ns_59f2c8c3:hover {
  border-color: rgba(0,0,0,0.2);
  background: #e8e9ec;
}
/* Cards */
.blogLayoutCards_87978723 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .blogLayoutCards_87978723 { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
}
@media (min-width: 900px) {
  .blogLayoutCards_87978723 { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
}
.blogLayoutCards_87978723 .ns_59f2c8c3 {
  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_87978723 .ns_59f2c8c3: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) {
  .body_c888d3d8 { overflow-x: hidden; }
  .container_cc7e76e2 {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 48px;
  }
  .header_43828be1 {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 24px;
    padding: 16px;
    gap: 12px;
  }
  .kersve_d39b7536 {
    font-size: 1.15rem;
    line-height: 1.25;
    word-break: break-word;
  }
  .ns_navList_63045755 { gap: 16px; flex-wrap: wrap; }
  .main_kers_7ac1cd12 { padding: 20px 0; }
  .section_c640030c {
    padding: 20px 16px;
    margin-bottom: 20px;
  }
  .ve_1cb86bd5 {
    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_ersve_fdee9bf7 {
    margin-top: 48px;
    padding: 24px 0;
  }
  .ersv_footerText_68749802 { margin-bottom: 12px; }
  .sve_footerLinks_abd0c005 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    font-size: 0.8125rem;
    line-height: 1.35;
  }
  .sve_footerLinks_abd0c005 a {
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 480px) {
  .header_43828be1 {
    flex-direction: column;
    align-items: flex-start;
  }
  .ns_navList_63045755 { width: 100%; }
  .sve_footerLinks_abd0c005 { grid-template-columns: 1fr; }
}
