.elementor-4631 .elementor-element.elementor-element-72363ade{--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-4631 .elementor-element.elementor-element-d9f4f0d{--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-4631 .elementor-element.elementor-element-2d17016{--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-4631 .elementor-element.elementor-element-4773322a{--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-4524bf20 *//* 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-7e0137d *//* ====== BASCONTAINER ====== */
.hb-course {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  background: #f7f7f7;
  border-radius: 12px;
  font-family: "Segoe UI", system-ui, sans-serif;
  color: #222;
}

/* ====== RUBRIKER ====== */
.hb-course h1,
.hb-course h2,
.hb-course h3 {
  margin-top: 0;
  font-weight: 600;
}

.hb-course h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.hb-course h2 {
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.hb-course h3 {
  font-size: 1.1rem;
  margin-top: 1.2rem;
  margin-bottom: 0.3rem;
}

/* ====== TEXT ====== */
.hb-course p {
  line-height: 1.6;
  margin-bottom: 0.8rem;
}

.hb-tagline {
  font-style: italic;
  color: #555;
  margin-bottom: 1.5rem;
}

/* ====== SEKTIONSBLOCK ====== */
.hb-section {
  background: #ffffff;
  border-radius: 10px;
  padding: 1.2rem 1.3rem;
  margin-bottom: 1rem;
  border: 1px solid #e2e2e2;
}

/* ====== LISTOR ====== */
.hb-list {
  padding-left: 1.2rem;
  margin: 0.4rem 0 0.8rem;
}

.hb-list li {
  margin-bottom: 0.3rem;
}

/* ====== HIGHLIGHT ====== */
.hb-highlight {
  background: #fff7d6;
  border-left: 4px solid #f0c419;
  padding: 0.7rem 0.9rem;
  border-radius: 6px;
  margin: 0.8rem 0;
  font-size: 0.95rem;
}

/* ====== CALLOUT ====== */
.hb-callout {
  background: #e9f7ef;
  border-left: 4px solid #27ae60;
  padding: 0.8rem 1rem;
  border-radius: 6px;
  margin-top: 1rem;
  font-size: 0.95rem;
}

/* ====== GRID ====== */
.hb-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 0.8rem;
  margin-top: 0.6rem;
}

.hb-card {
  background: #fafafa;
  border-radius: 8px;
  padding: 0.8rem 0.9rem;
  border: 1px solid #e5e5e5;
  font-size: 0.95rem;
}

.hb-card-title {
  font-weight: 600;
  margin-bottom: 0.3rem;
}

/* ====== ÖVNINGAR ====== */
.hb-ovning {
  background: #e8f4ff;
  border-left: 4px solid #1a73e8;
  padding: 1rem 1.2rem;
  border-radius: 8px;
  margin: 1rem 0;
}

.hb-ovning h3 {
  margin-top: 0;
  color: #1a73e8;
}

/* ====== BERÄTTELSER ====== */
.hb-berattelse {
  background: #fff3e0;
  border-left: 4px solid #fb8c00;
  padding: 1rem 1.2rem;
  border-radius: 8px;
  margin: 1rem 0;
}

.hb-berattelse h3 {
  margin-top: 0;
  color: #fb8c00;
}

/* ====== CITAT ====== */
.hb-citat {
  background: #f0f0f0;
  border-left: 4px solid #555;
  padding: 1rem 1.2rem;
  border-radius: 8px;
  margin: 1rem 0;
  font-style: italic;
  color: #333;
}

.hb-citat:before {
  content: "“";
  font-size: 2rem;
  line-height: 0;
  margin-right: 6px;
  vertical-align: -4px;
  color: #777;
}

.hb-citat:after {
  content: "”";
  font-size: 2rem;
  line-height: 0;
  margin-left: 6px;
  vertical-align: -4px;
  color: #777;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3c2f26d5 *//* 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-7ec6cd0d *//* ====== 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 */