/* fakecss:C:/dev/Kalmar/kex_kalmar-com-ex-master/addons/webapps/StoryBlurb/src/App.esbuild-svelte-fake-css */
.blurb[data-blurb].svelte-6epe22 {
  position: relative;
}
.blurb[data-blurb].svelte-6epe22 a:where(.svelte-6epe22):first-of-type::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: "";
}
.blurb[data-blurb].svelte-6epe22 a:where(.svelte-6epe22):first-of-type:focus,
.blurb[data-blurb].svelte-6epe22 a:where(.svelte-6epe22):first-of-type:focus-visible {
  z-index: inherit;
  outline: none;
  box-shadow: none;
}
.blurb[data-blurb].svelte-6epe22 a:where(.svelte-6epe22):first-of-type:focus-visible::after {
  outline: 3px solid #e326dd;
  outline-offset: 0;
}
.blurb[data-blurb].svelte-6epe22 {
  display: flex;
  flex-direction: column-reverse;
  transition: all 0.2s ease-in;
  overflow: hidden;
}
.blurb[data-blurb].svelte-6epe22 .heading {
  font-size: 1.5rem;
  margin: 0;
  line-height: 120%;
}
.badge.svelte-6epe22 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 56px;
  height: 56px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  background-color: #faf8f6;
}
.badge-icon.svelte-6epe22 {
  font-size: 1.5rem;
  color: #00263e;
}
.content.svelte-6epe22 {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 10;
  background-color: #faf8f6;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  padding: 16px 16px 24px 16px;
  transition: all 0.2s ease-in;
}
.content.svelte-6epe22:hover .text:where(.svelte-6epe22) {
  text-decoration: underline;
}
.link.svelte-6epe22 {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  column-gap: 16px;
}
.link.svelte-6epe22:focus-visible {
  outline: 2px solid #257cc3;
  outline-offset: 4px;
}
.icon.svelte-6epe22 {
  font-size: 1.125rem;
  color: #00263e;
}
.text.svelte-6epe22 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: playfair-display;
  font-size: 1.3rem;
  font-weight: 400;
  color: #00263e;
}
.tag.svelte-6epe22 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 32px;
  position: absolute;
  top: -32px;
  left: 0;
  margin: 0;
  background-color: #00263e;
  padding: 5px 10px;
  font-family: playfair-display;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #faf8f6;
}
.preamble.svelte-6epe22 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  color: #00263e;
}
img.svelte-6epe22 {
  display: block;
  aspect-ratio: 1.7777777778;
  object-fit: cover;
  object-position: center;
  height: 400px;
}
@media (max-width: 768px) {
  img.svelte-6epe22 {
    height: 325px;
  }
}

