*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

*,
  *::before,
  *::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.wp-block-columns {
  width: 100%;
}

/* Safari / Chrome */

input[type="search"]::-webkit-search-decoration,
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-results-button,
  input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* Firefox */

input[type="search"]::-moz-search-clear {
  display: none;
}

#mc_embed_signup_scroll h2 {
  font-size: 4.5rem !important;
  @media (max-width: 768px) {
    font-size: 2.5rem !important;
  }
}

#mc_embed_signup_scroll  {
  max-width: 700px;
  margin: auto;
}

#mc_embed_signup {
  background-color: transparent !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
}

#mc_embed_signup form {
  margin: 0 !important;
  width: 100%;
}

#mc_embed_shell {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.indicates-required {
  display: none;
}

.mc-field-group input {
  height: 3rem;
  color: black;
}

#mc-embedded-subscribe {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0.85rem 3rem !important;
  /* mer “pill” som bild 2 */
  border-radius: 9999px !important;
  background-color: #ffffff !important;
  color: #FF0017 !important;
  border: 0 !important;
  outline: none !important;
  height: auto !important;
  font-family: var(--font-display) !important;
  font-weight: 700 !important;
  /* bold som bild 2 */
  font-size: 1rem !important;
  /* större text */
  line-height: 1 !important;
  /* tajtare centrerat */
  text-decoration: none !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  cursor: pointer !important;
  transition: background-color 150ms, color 150ms !important;
}

#mc-embedded-subscribe:hover {
  background-color: #f5f5f5 !important;
}

.mc-field-group label {
  font-size: 1rem !important;
}

#iframememlistregister {
  border-radius: 1rem;
  margin-top: 2rem;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.cstm_color_white {
  text-decoration: underline !important;
  text-align: center;
}

/* Monthly donor – gör WP Columns till grid (1 / 2 / 4) */

.wp-block-columns:has(.monthly-donor) {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: stretch;
}

@media (min-width: 640px) {
  .wp-block-columns:has(.monthly-donor) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .wp-block-columns:has(.monthly-donor) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Kolumn-divarna ska inte bråka när vi kör grid */

.wp-block-columns:has(.monthly-donor) > .wp-block-column {
  width: auto !important;
  flex: initial !important;
  margin: 0 !important;
  max-width: none !important;
}

/* Din wrapper sätter max-w på varje column, det sabbar grid.
   Neutralisera just för monthly-donor */

.wp-block-columns:has(.monthly-donor) .monthly-donor {
  max-width: none !important;
  width: 100%;
}

h1,
  h2,
  h3,
  h4 {
  font-weight: 700;
}

h1 {
  font-size: 3.75rem;
  line-height: 1.25;
  font-family: BarnsligtEnkelt, sans-serif;
}

@media (min-width: 768px) {
  h1 {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 6rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  h1 {
    font-size: 8rem;
    line-height: 1;
  }
}

h2 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 3rem;
  line-height: 1.25;
}

@media (min-width: 768px) {
  h2 {
    font-size: 4.5rem;
    line-height: 1;
  }
}

h3 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  font-family: Inter, serif;
}

p strong {
  font-weight: 700;
}

a, span {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

p + p {
  margin-top: 1rem;
}

.wp-block-heading.has-background {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .wp-block-heading.has-background {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 1.25rem;
  }
}

.wp-block-heading.has-background {
  transform: rotate(-1deg);
}

/* inter-300 - latin */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: "Inter";

  font-style: normal;

  font-weight: 300;

  src: url("./../fonts/inter-v20-latin-300.woff2") format("woff2");

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-500 - latin */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: "Inter";

  font-style: normal;

  font-weight: 500;

  src: url("./../fonts/inter-v20-latin-500.woff2") format("woff2");

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* BarnsligtEnkelt Bold */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'BarnsligtEnkelt';

  font-style: normal;

  font-weight: 700;

  src: url('./../fonts/BarnsligtEnkelt-Bold.woff2') format('woff2');

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Helvetica Neue Bold */

@font-face {
  font-display: swap;

  font-family: "Helvetica Neue";

  font-style: normal;

  font-weight: 700;

  src: url("./../fonts/helvetica-neue-bold.ttf") format("truetype");
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

/* Bas-knapp */

.\!btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* Vit knapp (primary) */

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.block-container__inner.has-text.btn-primary {
  color: #FF0017;
}

.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 0 23 / var(--tw-text-opacity, 1));
  color: #FF0017;
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

/* Röd knapp (secondary) */

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 23 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: #FF0017;
}

.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.btn-child-mode {
  border-width: 2px;
  border-color: currentColor;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.wp-block-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  min-width: 130px;
}

.card {
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.card-body {
  padding: 1.5rem;
}

.card-title {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

/* =========================================================
     HEADER – BAS
     ========================================================= */

:root {
  /* Enhetlig headerhöjd */
  --header-h-desktop: 96px;
  --header-h-mobile: 72px;
}

.site-header {
  z-index: 50;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (min-width: 768px) {
  .site-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

/* ===== Default header (ej floating) ===== */

.block-container__inner.has-text.site-header.is-default {
  color: #000;
}

.site-header.is-default {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.block-container__inner.has-text.site-header.is-default .header-menu a {
  color: #000;
}

.site-header.is-default .header-menu a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.block-container__inner.has-text.site-header.is-default .header-burger {
  color: #000;
}

.site-header.is-default .header-burger {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* ===== Floating header (hero) ===== */

.site-header.is-floating {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.site-header.is-floating .header-burger {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* =========================================================
     HEADER – LAYOUT (MER PADDING + HÖJD)
     ========================================================= */

.site-header .header-menu {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 80rem;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  min-height: var(--header-h-desktop);
  padding-top: 18px;
  padding-bottom: 18px;
}

/* Mobil */

@media (max-width: 768px) {
  .site-header .header-menu {
    min-height: var(--header-h-mobile);
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* Floating: lite extra “luft” uppåt */

.site-header.is-floating .header-menu {
  padding-top: 22px;
  padding-bottom: 14px;
}

@media (max-width: 768px) {
  .site-header.is-floating .header-menu {
    padding-top: 14px;
    padding-bottom: 10px;
  }
}

.site-header .header-menu a {
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  font-family: Inter, serif;
}

/* =========================================================
     HEADER – POSITIONERING (vänster / center / höger)
     ========================================================= */

.header-left,
  .header-right {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
}

/* loggan ska ligga under så den inte “täcker” */

.site-logo {
  z-index: 10;
}

/* =========================================================
     ICONS (search + language)
     ========================================================= */

.header-search {
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
}

.header-search:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* Search: default svart, floating vit */

.block-container__inner.has-text.site-header.is-default .header-search {
  color: #000;
}

.site-header.is-default .header-search {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.site-header.is-floating .header-search {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Search-ikon: kan vara fill + stroke = currentColor */

.header-search svg {
  display: block;
}

.header-search svg,
  .header-search svg * {
  fill: currentColor !important;
  stroke: currentColor !important;
}

.header-search:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 0 23 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
}

.site-header.is-floating .header-search:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-color: rgb(0 0 0 / 0.4);
}

/* =========================================================
     SPRÅKMENY – TRIGGER UTAN BAKGRUND
     - default: svart (sv + globe)
     - floating: vit (sv + globe)
     ========================================================= */

.lang-menu {
  position: relative;
  z-index: 20;
}

.lang-menu-trigger {
  /* Ingen bakgrund, ingen border */
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0px;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.lang-menu-trigger:hover {
  opacity: 0.8;
}

.lang-menu-trigger {
  color: inherit;
}

/* gör att text+ikon byter färg per headerläge */

.block-container__inner.has-text.site-header.is-default .lang-menu-trigger {
  color: #000;
}

.site-header.is-default .lang-menu-trigger {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.site-header.is-floating .lang-menu-trigger {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.lang-menu__code {
  margin-top: 6px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
}

/* Globe: stroke-only (så den inte blir “prickig”) */

.lang-menu-trigger svg {
  display: block;
}

.lang-menu-trigger svg,
  .lang-menu-trigger svg * {
  fill: none !important;
  stroke: currentColor !important;
}

/* =========================================================
     DROPDOWN – ALLTID SVART TEXT
     (oavsett header-läge)
     ========================================================= */

.lang-menu__list {
  position: absolute;
  left: 0px;
  z-index: 9999;
  margin-top: 0.5rem;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.lang-menu__item {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.block-container__inner.has-text.lang-menu__link {
  color: #000;
}

.lang-menu__link {
  display: block;
  border-radius: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.lang-menu__link:hover {
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

/* aktivt språk = understruket */

.lang-menu__link.is-active {
  text-underline-offset: 4px;
  text-decoration: underline !important;
}

/* =========================================================
     INNEHÅLL STARTAR UNDER HEADER (endast default)
     ========================================================= */

body.has-default-header #primary {
  padding-top: 0;
}

/* =========================================================
     BURGER (WCAG)
     ========================================================= */

.header-burger {
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
}

.header-burger:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.header-burger:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 0 23 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
}

.site-header.is-floating .header-burger:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-color: rgb(0 0 0 / 0.4);
}

.header-burger__icon {
  display: block;
  width: 2rem;
}

.header-burger__line {
  display: block;
  height: 0.125rem;
  width: 100%;
  background-color: currentColor;
}

.header-burger__line + .header-burger__line {
  margin-top: 0.5rem;
}

/* =========================================================
     MOBILE MENU (OVERLAY)
     ========================================================= */

.mobile-menu {
  position: fixed;
  inset: 0px;
  z-index: 50;
}

/* Synlighet styrs av aria-hidden */

.mobile-menu[aria-hidden="true"] {
  display: none;
}

.mobile-menu[aria-hidden="false"] {
  display: block;
}

.mobile-menu__backdrop {
  position: absolute;
  inset: 0px;
  background-color: rgb(0 0 0 / 0.6);
}

.block-container__inner.has-text.mobile-menu__panel {
  color: #000;
}

.mobile-menu__panel {
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  height: 100%;
  width: min(24rem,85vw);
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transform: translateX(100%);
  transition: transform 200ms ease;
}

.mobile-menu[aria-hidden="false"] .mobile-menu__panel {
  transform: translateX(0);
}

/* Head */

.mobile-menu__head {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.mobile-menu__logo-img {
  height: 2.5rem;
  width: auto;
}

/* Navigation */

.mobile-menu__nav {
  flex: 1 1 0%;
  overflow-y: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.mobile-menu__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.block-container__inner.has-text.mobile-menu__list a {
  color: #000;
}

.mobile-menu__list a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  font-family: Inter, serif;
}

.mobile-menu__list a:hover {
  text-decoration-line: underline;
}

/* Fokus – WCAG */

.mobile-menu__list a:focus-visible,
  .mobile-menu__close:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 0 23 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
}

/* Close */

.mobile-menu__close {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 23 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: #FF0017;
}

/* =========================================================
     WP ADMIN BAR OFFSET
     ========================================================= */

.admin-bar .site-header {
  /* top: 32px; */
}

@media (max-width: 782px) {
  /* .admin-bar .site-header { top: 46px; } */
}

.banner {
  width: 100%;
}

/* Default: liggande */

.banner__inner {
  display: grid;
  align-items: center;
}

@media (min-width: 768px) {
  .banner__inner {
    gap: 2.5rem;
  }
}

/* Om bild finns: 2 kolumner på md+ */

@media (min-width: 768px) {
  .banner__inner.has-image {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Om ingen bild: EN kolumn alltid (ingen tom yta) */

.banner__inner.no-image {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.banner__media img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner__content {
  padding: 0.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .banner__content {
    padding: 2rem;
    text-align: left;
  }
}

.banner__text {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  max-width: 65ch;
}

@media (min-width: 768px) {
  .banner__text {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.banner__cta {
  margin-top: 1.5rem;
}

.banner__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.block-container__inner.has-text.banner__link {
  color: #FF0017;
}

.banner__link {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 0 23 / var(--tw-text-opacity, 1));
  color: #FF0017;
}

.banner__link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

/* ✅ PORTRAIT / “KORT”: bild överst, text under */

.banner__inner.is-portrait {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0px;
}

.banner__inner.is-portrait .banner__media {
  order: 1;
}

.banner__inner.is-portrait .banner__content {
  order: 2;
}

.site-footer--blue {
  margin-top: 4rem;
  --tw-bg-opacity: 1;
  background-color: rgb(101 189 211 / var(--tw-bg-opacity, 1));
  padding-top: 3rem;
  padding-bottom: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: #65BDD3;
}

@media (min-width: 768px) {
  .site-footer--blue {
    padding-top: 3.5rem;
    padding-bottom: 3rem;
  }
}

.site-footer__inner {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 80rem;
  gap: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .site-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .site-footer__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.site-footer__title {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: BarnsligtEnkelt, sans-serif;
}

.site-footer__title--social {
  margin-top: 2rem;
}

.site-footer__menu {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.site-footer__menu a {
  color: rgb(255 255 255 / 0.85);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.site-footer__menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.site-footer__social {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}

.site-footer__social-link {
  display: inline-flex;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.site-footer__social-link:hover {
  opacity: 0.8;
}

.site-footer__social-icon {
  height: 2.5rem;
  width: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.site-footer__contact {
  margin-top: 1.25rem;
  line-height: 1.625;
}

.site-footer__contact a {
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.site-footer__contact a:hover {
  opacity: 0.9;
}

.site-footer__contact p {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.site-footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 2.5rem;
  padding-top: 0px;
}

.site-footer__copyright {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.site-footer__brand {
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
}

.site-footer__brand-img {
  display: block;
  height: 7rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.site-footer__brand-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: 0.1em;
  font-family: BarnsligtEnkelt, sans-serif;
}

@media (min-width: 768px) {
  .site-footer__brand-title {
    font-size: 3rem;
    line-height: 1;
  }
}

.news-grid {
  display: grid;
  align-items: stretch;
  gap: 2rem;
}

@media (min-width: 768px) {
  .news-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.news-card {
  height: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Gör hela länken till en flex-kolumn som fyller kortets höjd */

.news-card__link {
  display: flex;
  height: 100%;
  flex-direction: column;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.news-card__link:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.news-card__media {
  position: relative;
  aspect-ratio: 16/10;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
}

.news-card__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Pill uppe till höger på bilden */

.block-container__inner.has-text.news-card__badge {
  color: #97246B;
}

.news-card__badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 0.95);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(151 36 107 / var(--tw-text-opacity, 1));
  color: #97246B;
}

/* Body fyller resterande yta och blir en kolumn */

.news-card__body {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  padding: 1rem;
}

.news-card__date {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  /* litet */
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.7;
  color: black
}

.block-container__inner.has-text.news-card__title {
  color: #FF0017;
}

.news-card__title {
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 0 23 / var(--tw-text-opacity, 1));
  color: #FF0017;
}

/* CTA längst ner i kortet */

.news-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 23 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: #FF0017;
}

.news-card__cta:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.news-card__cta {
  margin-top: auto;
  max-width: 140px;
}

/* =========================================================
     SINGLE (badge i bilden som post-card)
     ========================================================= */

.news-single__featured {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
}

.news-single__img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* Samma pill-stil som carden */

.block-container__inner.has-text.news-single__badge {
  color: #97246B;
}

.news-single__badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 0.95);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(151 36 107 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  color: #97246B;
}

.news-pagination .nav-links {
  text-align: center;
}

.news-pagination .nav-links .page-numbers.current {
  text-decoration-line: underline;
}

/* =========================================================
     HERO
     ========================================================= */

.hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.hero .hero-inner {
  position: relative;
  overflow: hidden;
}

/* Heights */

.hero.height-large .hero-inner {
  height: 100%;
}

.hero.height-medium .hero-inner {
  height: 500px;
}

@media (min-width: 768px) {
  .hero.height-medium .hero-inner {
    height: 900px;
  }
}

.hero.height-small .hero-inner {
  height: 400px;
}

@media (min-width: 768px) {
  .hero.height-small .hero-inner {
    height: 600px;
  }
}

/* Media */

.hero .hero-media {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Overlay */

.hero .hero-overlay {
  position: absolute;
  inset: 0px;
  background-color: rgb(0 0 0 / 0.4);
}

/* Content */

.hero .hero-content {
  position: absolute;
  inset: 0px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.hero .hero-text {
  max-width: 48rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hero .hero-heading {
  margin-bottom: 1rem;
}

.hero .hero-lead {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .hero .hero-lead {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* Align left */

.hero .hero-inner.is-left .hero-content {
  justify-content: flex-start;
}

.hero .hero-inner.is-left .hero-text {
  text-align: left;
}

@media (min-width: 768px) {
  .hero .hero-inner.is-left .hero-text {
    margin-left: 6rem;
  }
}

/* =========================================================
     HERO CTA
     ========================================================= */

/* Desktop */

.hero .hero-cta {
  position: absolute;
  left: 1rem;
  top: 50%;
  z-index: 20;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hero .hero-cta__menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero .hero-cta__menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.block-container__inner.has-text.hero .hero-cta__menu a {
  color: #FF0017;
}

.hero .hero-cta__menu a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 0 23 / var(--tw-text-opacity, 1));
  color: #FF0017;
}

.hero .hero-cta__menu a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.hero .hero-cta__menu a {
  white-space: nowrap;
  border-radius: 9999px;
}

@media (min-width: 768px) {
  .hero .hero-cta__menu a {
    min-width: 180px;
  }
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {
  /* CTA längst ner i heron */

  .hero .hero-cta {
    left: 50%;
    top: auto;
    bottom: 16px;
    transform: translateX(-50%);
  }

  /* Gör CTA till rad */

  .hero .hero-cta__menu {
    flex-direction: row;
    gap: 0.75rem;
  }

  /* Mindre knappar */

  .hero .hero-cta__menu a {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

/* =========================================================
     ADMIN / EDITOR
     ========================================================= */

.editor-styles-wrapper .hero {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.editor-styles-wrapper {
  overflow-x: hidden;
}

.image-rail {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

.image-rail__track {
  display: grid;
  grid-auto-flow: column;
  gap: 1rem;
  overflow-x: auto;
  padding-left: 1rem;
  /* start-luft */
  padding-right: 1rem;
  /* behövs för att sista inte kapas */
  padding-bottom: 1rem;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 1rem;
  -webkit-overflow-scrolling: touch;
}

.image-rail__item {
  scroll-snap-align: start;
}

.image-rail__item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}

/* 📱 Mobil – 1.5 bilder */

@media (max-width: 639px) {
  .image-rail__track {
    grid-auto-columns: 66%;
  }
}

/* 📱 Tablet – 2.5 bilder */

@media (min-width: 640px) and (max-width: 1023px) {
  .image-rail__track {
    grid-auto-columns: 40%;
  }
}

/* 💻 Desktop – 3.5 bilder */

@media (min-width: 1024px) {
  .image-rail__track {
    grid-auto-columns: 28%;
  }
}

.icon-cards {
}

.icon-cards-div {
  width: 100%;
}

.icon-cards__inner {
  width: 100%;
}

.icon-cards__grid {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 72rem;
  gap: 2rem;
}

.icon-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.icon-card:hover {
  opacity: 0.9;
}

.icon-card__icon img {
  margin-bottom: 1.5rem;
  height: auto;
}

/* ==========================
     ICON STORLEKAR
     ========================== */

/* SMALL */

.icon-cards--small .icon-card__icon img {
  width: 5rem;
}

@media (min-width: 768px) {
  .icon-cards--small .icon-card__icon img {
    width: 7rem;
  }
}

/* MEDIUM (default) */

.icon-cards--medium .icon-card__icon img {
  width: 8rem;
}

@media (min-width: 768px) {
  .icon-cards--medium .icon-card__icon img {
    width: 11rem;
  }
}

/* LARGE */

.icon-cards--large .icon-card__icon img {
  width: 12rem;
}

@media (min-width: 768px) {
  .icon-cards--large .icon-card__icon img {
    width: 15rem;
  }
}

.key-figures {
}

/* Om blocket har bakgrund */

.key-figures.has-bg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.key-figures__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
}

.key-figures__heading {
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .key-figures__heading {
    margin-bottom: 3rem;
  }
}

.key-figures__grid {
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .key-figures__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.key-figures__item {
  text-align: center;
}

.key-figures__label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.9;
}

@media (min-width: 768px) {
  .key-figures__label {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.key-figures__label {
  font-family: BarnsligtEnkelt, sans-serif;
}

.key-figures__value {
  margin-top: 0.75rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 768px) {
  .key-figures__value {
    font-size: 4.5rem;
    line-height: 1;
  }
}

.key-figures__value {
  font-family: BarnsligtEnkelt, sans-serif;
}

.key-figures__divider {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  height: 1px;
  width: 80%;
  background-color: rgb(255 255 255 / 0.5);
}

.key-figures__cta {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

.key-figures__cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.block-container__inner.has-text.key-figures__cta a {
  color: #FF0017;
}

.key-figures__cta a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 0 23 / var(--tw-text-opacity, 1));
  color: #FF0017;
}

.key-figures__cta a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.key-figures__cta a {
  min-width: 250px;
}

.key-figure {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  align-items: center;
  text-align: center;
  /* så ::after hamnar centrerat */
}

.key-figure::after{
  content: "";
  margin-top: 2rem;
  height: 1px;
  width: 12rem;
  background-color: rgb(255 255 255 / 0.5);
  /* fast längd */
  /* valfritt responsivt:
       @apply w-32 md:w-56;
    */
}

.join-form {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.join-form__inner {
  display: grid;
  align-items: center;
  gap: 2.5rem;
}

@media (min-width: 1024px) {
  .join-form__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* LEFT */

.join-form__left {
  position: relative;
  min-height: 360px;
}

.join-form__person {
  position: absolute;
  left: 2.5rem;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  max-height: 420px;
  width: auto;
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

/* RIGHT */

.join-form__right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1024px) {
  .join-form__right {
    align-items: flex-start;
  }
}

.join-form__heading {
  margin-bottom: 1.5rem;
}

/* iframe container */

.join-form__embed iframe {
  min-height: 260px;
  width: 100%;
}

.block-container {
  height: 100%;
}

.block-container .block-container__inner {
  height: 100%;
}

.block-container .is-rounded {
  overflow: hidden;
  border-radius: 1.5rem;
}

.block-container .block-container__inner a {
  text-decoration-line: none;
}

.block-container .is-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.block-container .is-center .icon-cards-div {
  margin-left: auto;
  margin-right: auto;
}

.block-container .is-center .wp-block-columns {
  margin-left: auto;
  margin-right: auto;
}

.block-container .is-center .banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block-container .is-center .banner__content .banner__text {
  text-align: center;
}

.block-container .is-center h2 {
  text-align: center;
}

.block-container .is-center .clear {
  text-align: center;
}

.block-container__inner.has-bg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.block-container__inner.has-text.text-brandRed {
  color: #FF0017;
}

.block-container__inner.has-text.text-brandDarkPurple {
  color: #97246B;
}

.block-container__inner.has-text.text-brandLightPurple {
  color: #C9A9C1;
}

.block-container__inner.has-text.text-brandDarkBlue {
  color: #65BDD3;
}

.block-container__inner.has-text.text-brandLightBlue {
  color: #B8D4E6;
}

.block-container__inner.has-text.text-brandDarkGreen {
  color: #408064;
}

.block-container__inner.has-text.text-brandLightGreen {
  color: #B3CCC1;
}

.block-container__inner.has-text.text-brandDarkYellow {
  color: #F8AE4D;
}

.block-container__inner.has-text.text-brandLightYellow {
  color: #FBE4BF;
}

.block-container__inner.has-text.text-black {
  color: #000;
}

.block-container__inner.padding-small {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .block-container__inner.padding-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.block-container__inner.padding-medium {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .block-container__inner.padding-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.block-container__inner.padding-large {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .block-container__inner.padding-large {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.block-container__inner.padding-xl {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (min-width: 768px) {
  .block-container__inner.padding-xl {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

/* Heading font */

.block-container__inner.heading-helvetica h2,
  .block-container__inner.heading-helvetica .icon-cards span {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.block-container__inner.heading-barnsligt h2,
  .block-container__inner.heading-barnsligt .icon-cards span {
  font-family: BarnsligtEnkelt, sans-serif;
}

/* Heading size */

/* ✅ NY: Small = mindre än din gamla "small" */

.block-container__inner.heading-small h2,
  .block-container__inner.heading-small .icon-cards span {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  .block-container__inner.heading-small h2,
  .block-container__inner.heading-small .icon-cards span {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

/* ✅ NY: Medium = din gamla "small" */

.block-container__inner.heading-medium h2,
  .block-container__inner.heading-medium .icon-cards span {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 768px) {
  .block-container__inner.heading-medium h2,
  .block-container__inner.heading-medium .icon-cards span {
    font-size: 3rem;
    line-height: 1;
  }
}

/* ✅ Large = samma som innan */

.block-container__inner.heading-large h2,
  .block-container__inner.heading-large .icon-cards span {
  font-size: 3rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .block-container__inner.heading-large h2,
  .block-container__inner.heading-large .icon-cards span {
    font-size: 4.5rem;
    line-height: 1;
  }
}

.donation-form__inner {
  padding: clamp(24px, 4vw, 56px);
}

.jotform-form .form-label.form-label-top {
  display: none;
}

.form-all .ul.form-section.page-section {
  padding: 0 !important;
}

.form-all .ul.form-section.page-section .form-line {
  margin: 0 !important;
}

.donation-form__heading {
  margin: 0 0 clamp(18px, 3vw, 28px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  font-size: clamp(38px, 5vw, 68px);
  max-width: 18ch;
}

/* Rad 2: donation vänster + text höger */

.donation-form__row {
  display: flex;
  gap: clamp(18px, 3vw, 44px);
  align-items: flex-start;
}

/* Vänsterkolumn (iframe) */

.donation-form__donation {
  flex: 0 1 720px;
  /* begränsa så den inte blir “gigantisk” */
  max-width: 720px;
  width: 100%;
}

/* Iframens “ram” ska inte synas som kort */

.donation-form__donation iframe {
  width: 100%;
  height: 360px;
  /* startvärde – jotform-resize tar över */
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

/* Högerkolumn (text) */

.donation-form__text {
  flex: 1 1 420px;
  max-width: 52ch;
  font-size: clamp(12px, 1.1vw, 14px);
  line-height: 1.65;
  p {
    margin: 0 0 0.9em 0;
  }
  p:last-child {
    margin-bottom: 0;
  }
}

/* Mobil: en kolumn.
   Jag antar att du vill rubrik, sen text, sen donation (som du skrev). */

@media (max-width: 900px) {
  .donation-form__row {
    flex-direction: column;
  }

  .donation-form__text {
    order: 1;
    max-width: none;
  }

  .donation-form__donation {
    order: 2;
    max-width: none;
  }

  .donation-form__donation iframe {
    height: 520px;
    /* oftast mer höjd på mobil */
  }
}

/* =========================================================
     SEARCH OVERLAY – ROOT
     ========================================================= */

.uo-search-overlay {
  position: fixed;
  inset: 0px;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.6);
}

.uo-search-overlay.is-hidden {
  display: none;
}

/* Admin bar offset */

.admin-bar .uo-search-overlay {
  padding-top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .uo-search-overlay {
    padding-top: 46px;
  }
}

/* =========================================================
     PANEL – "KOMPAKT" DEFAULT (innan man skrivit)
     ========================================================= */

.uo-search-overlay__panel {
  position: relative;
  width: 100%;
  max-width: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-bottom: 1rem;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  /* Default: bara input-raden */
  height: 60px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  /* så vi kan begränsa höjd vid behov */
  max-height: 100dvh;
}

@media (min-width: 768px) {
  .uo-search-overlay__panel {
    height: 65px;
  }
}

/* =========================================================
     NÄR VI HAR RESULTAT
     - Mobile: fullhöjd
     - Desktop: auto-höjd (slutar vid innehåll)
     ========================================================= */

/* Mobile */

.uo-search--has-results .uo-search-overlay__panel {
  height: 100dvh;
}

/* Desktop: låt den sluta efter innehållet (men max 80vh) */

@media (min-width: 768px) {
  .uo-search--has-results .uo-search-overlay__panel {
    height: auto;
    max-height: 80vh;
    overflow: hidden;
    /* scroll ska ske i results */
    border-radius: 0;
    /* valfritt */
  }
}

/* =========================================================
     HEADER (INPUT + CLOSE)
     ========================================================= */

.uo-search-overlay__head {
  position: sticky;
  top: 0px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.block-container__inner.has-text#uo-search-input {
  color: #000;
}

#uo-search-input {
  flex: 1 1 0%;
  background-color: transparent;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  #uo-search-input {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

#uo-search-input {
  caret-color: #000;
}

#uo-search-input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}

#uo-search-input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}

.uo-search-overlay__close {
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.uo-search-overlay__close:hover.block-container__inner.has-text {
  color: #000;
}

.uo-search-overlay__close:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* =========================================================
     TABS (INLÄGG / SIDOR)
     ========================================================= */

.uo-search-overlay__tabs {
  display: none;
}

.uo-search--has-results .uo-search-overlay__tabs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.uo-search__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 23 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: #FF0017;
}

.uo-search__tab:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.uo-search__tab.is-active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 23 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: #FF0017;
}

.uo-search__count {
  margin-left: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  opacity: 0.8;
}

/* =========================================================
     RESULTS AREA
     ========================================================= */

.uo-search-overlay__results {
  display: none;
}

/* När vi har resultat: */

.uo-search--has-results .uo-search-overlay__results {
  display: block;
  /* Mobile: ta resten och scrolla */
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* Desktop: scrolla bara om listan blir längre än max-height */

@media (min-width: 768px) {
  .uo-search--has-results .uo-search-overlay__results {
    flex: 0 1 auto;
    /* krymp/expand efter innehåll */
    overflow-y: auto;
    /* men kan scrolla om det behövs */
  }
}

.uo-search__list {
  /* om du vill ta bort strecken helt: ta bort denna */
}

.uo-search__list > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-divide-opacity, 1));
}

.uo-search__list.is-hidden {
  display: none;
}

.uo-search__row {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.block-container__inner.has-text.uo-search__link {
  color: #000;
}

.uo-search__link {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.uo-search__thumb {
  height: 3.5rem;
  width: 3.5rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

.uo-search__thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.uo-search__text {
  min-width: 0px;
}

.uo-search__title {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .uo-search__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.uo-search__meta {
  margin-top: 0.125rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.uo-search__excerpt {
  margin-top: 0.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.uo-search__empty {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.uo-search-overlay__all {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  display: flex;
  max-width: 200px;
}

.uo-search-overlay__all.is-hidden {
  display: none;
}

/* Söksidan */

.uo-search-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .uo-search-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.uo-card {
  overflow: hidden;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.uo-card__link {
  display: block;
  height: 100%;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.uo-card__link:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.uo-card__media {
  position: relative;
  aspect-ratio: 16/10;
  width: 100%;
  overflow: hidden;
}

.uo-card__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.uo-card__pill {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 0.9);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.uo-card__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem;
}

.block-container__inner.has-text.uo-card__title {
  color: #FF0017;
}

.uo-card__title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 0 23 / var(--tw-text-opacity, 1));
  color: #FF0017;
}

@media (min-width: 768px) {
  .uo-card__title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.uo-card__footer {
  margin-top: auto;
}

.uo-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 23 / var(--tw-bg-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: #FF0017;
}

.uo-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.uo-pagination a,
  .uo-pagination span {
  display: inline-flex;
  height: 2.5rem;
  min-width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.uo-pagination .current {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 23 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: #FF0017;
}

/* Wrapper (hela blocket) */

.monthly-donor {
}

/* Stor titel */

.monthly-donor__title {
}

/* Grid för korten */

.monthly-donor__grid {
}

/* Själva kortet */

.monthly-donor__card {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.monthly-donor__heading {
}

.monthly-donor__amount {
}

.monthly-donor__per {
}

.monthly-donor__value {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-10 {
  left: 2.5rem;
}

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-4 {
  top: 1rem;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.z-\[9999\] {
  z-index: 9999;
}

.m-0 {
  margin: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-auto {
  margin-left: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[6px\] {
  margin-top: 6px;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}

.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-10 {
  height: 2.5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-28 {
  height: 7rem;
}

.h-6 {
  height: 1.5rem;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[500px\] {
  height: 500px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.max-h-\[420px\] {
  max-height: 420px;
}

.min-h-\[260px\] {
  min-height: 260px;
}

.min-h-\[360px\] {
  min-height: 360px;
}

.w-10 {
  width: 2.5rem;
}

.w-14 {
  width: 3.5rem;
}

.w-20 {
  width: 5rem;
}

.w-32 {
  width: 8rem;
}

.w-4\/5 {
  width: 80%;
}

.w-48 {
  width: 12rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-\[min\(24rem\2c 85vw\)\] {
  width: min(24rem,85vw);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-10 {
  min-width: 2.5rem;
}

.min-w-\[130px\] {
  min-width: 130px;
}

.min-w-\[250px\] {
  min-width: 250px;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-\[140px\] {
  max-width: 140px;
}

.max-w-\[200px\] {
  max-width: 200px;
}

.max-w-\[800px\] {
  max-width: 800px;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-none {
  max-width: none;
}

.max-w-prose {
  max-width: 65ch;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.shrink-0 {
  flex-shrink: 0;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.border-current {
  border-color: currentColor;
}

.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-brandBlack {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-brandDarkBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(101 189 211 / var(--tw-bg-opacity, 1));
}

.bg-brandDarkGreen {
  --tw-bg-opacity: 1;
  background-color: rgb(64 128 100 / var(--tw-bg-opacity, 1));
}

.bg-brandDarkPurple {
  --tw-bg-opacity: 1;
  background-color: rgb(151 36 107 / var(--tw-bg-opacity, 1));
}

.bg-brandDarkYellow {
  --tw-bg-opacity: 1;
  background-color: rgb(248 174 77 / var(--tw-bg-opacity, 1));
}

.bg-brandLightBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(184 212 230 / var(--tw-bg-opacity, 1));
}

.bg-brandLightGreen {
  --tw-bg-opacity: 1;
  background-color: rgb(179 204 193 / var(--tw-bg-opacity, 1));
}

.bg-brandLightPurple {
  --tw-bg-opacity: 1;
  background-color: rgb(201 169 193 / var(--tw-bg-opacity, 1));
}

.bg-brandLightYellow {
  --tw-bg-opacity: 1;
  background-color: rgb(251 228 191 / var(--tw-bg-opacity, 1));
}

.bg-brandRed {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 23 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.font-display {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.font-primary {
  font-family: Inter, serif;
}

.font-secondary {
  font-family: BarnsligtEnkelt, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-brandDarkBlue {
  --tw-text-opacity: 1;
  color: rgb(101 189 211 / var(--tw-text-opacity, 1));
}

.text-brandDarkGreen {
  --tw-text-opacity: 1;
  color: rgb(64 128 100 / var(--tw-text-opacity, 1));
}

.text-brandDarkPurple {
  --tw-text-opacity: 1;
  color: rgb(151 36 107 / var(--tw-text-opacity, 1));
}

.text-brandDarkYellow {
  --tw-text-opacity: 1;
  color: rgb(248 174 77 / var(--tw-text-opacity, 1));
}

.text-brandLightBlue {
  --tw-text-opacity: 1;
  color: rgb(184 212 230 / var(--tw-text-opacity, 1));
}

.text-brandLightGreen {
  --tw-text-opacity: 1;
  color: rgb(179 204 193 / var(--tw-text-opacity, 1));
}

.text-brandLightPurple {
  --tw-text-opacity: 1;
  color: rgb(201 169 193 / var(--tw-text-opacity, 1));
}

.text-brandLightYellow {
  --tw-text-opacity: 1;
  color: rgb(251 228 191 / var(--tw-text-opacity, 1));
}

.text-brandRed {
  --tw-text-opacity: 1;
  color: rgb(255 0 23 / var(--tw-text-opacity, 1));
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-brandRed {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 0 23 / var(--tw-ring-opacity, 1));
}

.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.section-sm {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section-lg {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* =========================================================
     Fonts
     ========================================================= */

.font-primary {
  font-family: Inter, serif;
}

.font-secondary {
  font-family: BarnsligtEnkelt, sans-serif;
}

.font-dispaly {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* =========================================================
     Brand – Background utilities (egna)
     ========================================================= */

.bg-brandRed {
  background-color: #FF0017;
}

.bg-brandDarkPurple {
  background-color: #97246B;
}

.bg-brandLightPurple {
  background-color: #C9A9C1;
}

.bg-brandDarkBlue {
  background-color: #65BDD3;
}

.bg-brandLightBlue {
  background-color: #B8D4E6;
}

.bg-brandDarkGreen {
  background-color: #408064;
}

.bg-brandLightGreen {
  background-color: #B3CCC1;
}

.bg-brandDarkYellow {
  background-color: #F8AE4D;
}

.bg-brandLightYellow {
  background-color: #FBE4BF;
}

.bg-brandWhite {
  background-color: #ffffff;
}

.bg-brandBlack {
  background-color: #000;
}

/* =========================================================
     Brand – Text utilities (egna)
     ========================================================= */

.text-brandRed {
  color: #FF0017;
}

.text-brandDarkPurple {
  color: #97246B;
}

.text-brandLightPurple {
  color: #C9A9C1;
}

.text-brandDarkBlue {
  color: #65BDD3;
}

.text-brandLightBlue {
  color: #B8D4E6;
}

.text-brandDarkGreen {
  color: #408064;
}

.text-brandLightGreen {
  color: #B3CCC1;
}

.text-brandDarkYellow {
  color: #F8AE4D;
}

.text-brandLightYellow {
  color: #FBE4BF;
}

/* =========================================================
     Gutenberg – Text color classes
     (slug = editor-color-palette)
     ========================================================= */

.has-black-color {
  color: #000000;
}

.has-white-color {
  color: #ffffff;
}

.has-brand-red-color {
  color: #FF0017;
}

.has-brand-dark-purple-color {
  color: #97246B;
}

.has-brand-light-purple-color {
  color: #C9A9C1;
}

.has-brand-dark-blue-color {
  color: #65BDD3;
}

.has-brand-light-blue-color {
  color: #B8D4E6;
}

.has-brand-dark-green-color {
  color: #408064;
}

.has-brand-light-green-color {
  color: #B3CCC1;
}

.has-brand-dark-yellow-color {
  color: #F8AE4D;
}

.has-brand-light-yellow-color {
  color: #FBE4BF;
}

/* =========================================================
     Gutenberg – Background color classes
     ========================================================= */

.has-black-background-color {
  background-color: #000000;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-brand-red-background-color {
  background-color: #FF0017;
}

.has-brand-dark-purple-background-color {
  background-color: #97246B;
}

.has-brand-light-purple-background-color {
  background-color: #C9A9C1;
}

.has-brand-dark-blue-background-color {
  background-color: #65BDD3;
}

.has-brand-light-blue-background-color {
  background-color: #B8D4E6;
}

.has-brand-dark-green-background-color {
  background-color: #408064;
}

.has-brand-light-green-background-color {
  background-color: #B3CCC1;
}

.has-brand-dark-yellow-background-color {
  background-color: #F8AE4D;
}

.has-brand-light-yellow-background-color {
  background-color: #FBE4BF;
}

.hover\:text-black:hover.block-container__inner.has-text {
  color: #000;
}

.focus\:text-black:focus.block-container__inner.has-text {
  color: #000;
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:absolute:focus {
  position: absolute;
}

.focus\:left-2:focus {
  left: 0.5rem;
}

.focus\:top-2:focus {
  top: 0.5rem;
}

.focus\:z-\[9999\]:focus {
  z-index: 9999;
}

.focus\:rounded:focus {
  border-radius: 0.25rem;
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.focus\:px-4:focus {
  padding-left: 1rem;
  padding-right: 1rem;
}

.focus\:py-2:focus {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.focus\:text-black:focus {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[600px\] {
    height: 600px;
  }

  .md\:h-\[900px\] {
    height: 900px;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:min-w-\[180px\] {
    min-width: 180px;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .xl\:sticky {
    position: sticky;
  }

  .xl\:top-24 {
    top: 6rem;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:max-w-4xl {
    max-width: 56rem;
  }

  .xl\:max-w-7xl {
    max-width: 80rem;
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }
}
