.elementor-4386 .elementor-element.elementor-element-51febb03{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4386 .elementor-element.elementor-element-acf0322{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4386 .elementor-element.elementor-element-3d95a99d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4386 .elementor-element.elementor-element-27fb775{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-4386 .elementor-element.elementor-element-cfae7a5 .elementor-button{background-color:var( --e-global-color-9269b0e );}.elementor-4386 .elementor-element.elementor-element-1b34a4f0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-33a8a460 *//* MODULSIDHUVUD – BAS */
.hb-module-hero {
  width: 100%;
  padding: 60px 0 70px 0;
  background: var(--bg);
  border-bottom: 3px solid var(--accent);
}

.hb-module-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

/* Modulnummer */
.hb-module-number {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: var(--accent);
  margin-bottom: 10px;
  letter-spacing: 1px;
}

/* Modulens titel */
.hb-module-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: var(--title);
  margin-bottom: 15px;
}

/* Kort beskrivning */
.hb-module-sub {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: var(--text);
  opacity: 0.85;
}

/* Mobil */
@media (max-width: 768px) {
  .hb-module-title {
    font-size: 28px;
  }
  .hb-module-sub {
    font-size: 16px;
  }
}

/* FÄRGTEMAN – samma som kursmallarna */

/* 1. Oxidröd – Få det gjort */
.hb-color-PRIMARY {
  --bg: #F7F3EE;
  --accent: #8A2A1A;
  --title: #8A2A1A;
  --text: #2A2A2A;
}

/* 2. Solgul – Klarhet */
.hb-color-YELLOW {
  --bg: #FFF8E3;
  --accent: #E8B43C;
  --title: #E8B43C;
  --text: #2A2A2A;
}

/* 3. Jordgrön – Natur & kropp */
.hb-color-GREEN {
  --bg: #F3F7F1;
  --accent: #4F6B3C;
  --title: #4F6B3C;
  --text: #2A2A2A;
}

/* 4. Blågrå – Relation & mod */
.hb-color-BLUE {
  --bg: #EEF3F7;
  --accent: #3A5A78;
  --title: #3A5A78;
  --text: #2A2A2A;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-662b89bf *//* GUL BAKGRUND */
.hb-scale-wrapper {
  background: #FFF8E3;
  padding: 30px;
  border-radius: 8px;
  margin: 40px 0;
}

/* OXIDRÖDA TOPP- OCH BOTTLINJER */
.hb-scale-topline,
.hb-scale-bottomline {
  height: 4px;
  background: #8A2A1A;
  margin: 10px 0;
  border-radius: 2px;
}

/* SKALA */
.hb-scale {
  text-align: center;
  font-family: 'Lato', sans-serif;
}

.hb-scale-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 5px;
}

/* Dölj radio-knapparna */
.hb-scale-labels input[type="radio"] {
  display: none;
}

/* Run-siffror */
.hb-scale-labels span {
  font-size: 20px;
  font-family: "Noto Sans Runic", sans-serif;
  color: #2A2A2A;
  opacity: 0.9;
  cursor: pointer;
  padding: 5px;
  position: relative;
}

/* LINJE */
.hb-scale-line {
  height: 8px;
  background: #E0DED9;
  border-radius: 4px;
  margin: 0 10px;
  position: relative;
}

/* OXIDRÖD PUNKT – nu korrekt placerad ovanpå linjen */
.hb-scale-labels input[type="radio"]:checked + span::after {
  content: "";
  position: absolute;
  bottom: 100%; /* FIX: placerar punkten ovanpå linjen */
  left: 50%;
  width: 22px;
  height: 22px;
  background: #8A2A1A;
  border-radius: 50%;
  transform: translateX(-50%) translateY(6px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-69a04373 *//* ====== UNIVERSAL KEEP-ALIVE MODULE ====== */

.hb-keepalive {
  background: #FFF;
  padding: 40px 20px;
  border: 2px solid #8A2A1A; /* oxidröd */
  border-radius: 10px;
  margin-top: 40px;
}

.hb-keepalive-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.hb-keepalive-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  color: #8A2A1A;
  margin-bottom: 20px;
}

.hb-keepalive-text {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #2A2A2A;
  margin-bottom: 15px;
}
 behåll kunskapen levande/* End custom CSS */