.elementor-kit-5{--e-global-color-primary:#254A8D;--e-global-color-secondary:#367332;--e-global-color-text:#252121;--e-global-color-accent:#703B73;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:1.5px;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:33px;max-width:33px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.fagpost {
  --fag-main: #214C9C;
  --fag-main-dark: #183b7d;
  --fag-shadow: rgba(33, 76, 156, 0.18);
}

.fagpost--matematikk {
  --fag-main: #214C9C;
  --fag-main-dark: #183b7d;
  --fag-shadow: rgba(33, 76, 156, 0.18);
}

.fagpost--naturfag {
  --fag-main: #16866b;
  --fag-main-dark: #0f604c;
  --fag-shadow: rgba(22, 134, 107, 0.18);
}

.fagrommet-tags {
  width: 100%;
  margin: 0 0 1.4rem;
}

.fagrommet-tags__label {
  display: block;
  margin-bottom: 0.55rem;
  color: #214C9C;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fagrommet-tags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.fagrommet-tag-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 0.48rem 0.78rem;
  border-radius: 999px;
  background: var(--fag-main);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.15;
  text-decoration: none;
  box-shadow: 0 8px 18px var(--fag-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  white-space: normal;
  overflow-wrap: anywhere;
}

.fagrommet-tag-pill:hover,
.fagrommet-tag-pill:focus-visible {
  background: var(--fag-main-dark);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px var(--fag-shadow);
}

@media (max-width: 767px) {
  .fagrommet-tags {
    margin-bottom: 1.1rem;
  }

  .fagrommet-tags__label {
    font-size: 0.78rem;
  }

  .fagrommet-tags__list {
    gap: 0.45rem;
  }

  .fagrommet-tag-pill {
    padding: 0.42rem 0.65rem;
    font-size: 0.8rem;
  }
}/* End custom CSS */