
:root{--fhe-red:#e21b2d;--fhe-ink:#1f2022;--fhe-muted:#72767b;--fhe-line:#e4e6e8;--fhe-soft:#f7f7f7;--fhe-radius:10px}
.fhe-calendar{font-family:"Titillium Web",Titillium,Arial,sans-serif;color:var(--fhe-ink);max-width:920px;margin:0 auto}
.fhe-calendar *{box-sizing:border-box}
.fhe-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 20px}
.fhe-toolbar>div:first-child{display:none}
.fhe-toolbar strong,.fhe-title,.fhe-month,.fhe-section h4{font-family:"Montserrat",Arial,sans-serif}
.fhe-search-wrap{width:100%}
.fhe-search-wrap input{width:100%;border:1px solid var(--fhe-line);border-radius:999px;padding:10px 14px;background:#fff;font-size:16px;min-height:44px}
.fhe-month{margin:26px 0 9px;font-size:22px;line-height:1.1;text-transform:none;letter-spacing:-.02em}
.fhe-event{border:1px solid var(--fhe-line);border-left:4px solid var(--fhe-accent);border-radius:var(--fhe-radius);margin:0 0 9px;background:#fff;overflow:hidden;box-shadow:0 1px 1px rgba(0,0,0,.025)}
.fhe-week-separator{display:flex;align-items:center;gap:12px;margin:22px 0 10px;min-height:20px}
.fhe-week-separator:first-of-type{margin-top:4px}
.fhe-week-line{height:1px;background:#d9dcdf;flex:1 1 auto}
.fhe-week-label{font-family:"Montserrat",Arial,sans-serif;font-size:12px;font-weight:700;white-space:nowrap;color:#666b70;letter-spacing:.02em}
.fhe-week-separator.is-filtered{display:none}
.fhe-event-top{width:100%;display:grid;grid-template-columns:64px minmax(0,1fr) 24px;gap:13px;align-items:center;text-align:left;border:0;background:#fff;padding:11px 13px 11px 11px;cursor:pointer;color:inherit;min-height:78px}
.fhe-event-top:hover{background:#fbfbfb}
.fhe-date{border-right:1px solid var(--fhe-line);display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:52px;padding-right:10px}
.fhe-day{font-family:"Montserrat",Arial,sans-serif;font-weight:800;font-size:24px;line-height:1}
.fhe-dow{font-size:11px;font-weight:700;letter-spacing:.07em;margin-top:5px;color:var(--fhe-accent)}
.fhe-summary{min-width:0;display:block}
.fhe-title{display:block;font-weight:800;font-size:17px;line-height:1.15;letter-spacing:-.01em}
.fhe-subtitle{display:block;margin-top:2px;font-size:14px;color:#42464a}
.fhe-meta{display:flex;flex-wrap:wrap;gap:1px 14px;margin-top:5px;color:var(--fhe-muted);font-size:14px;line-height:1.25}
.fhe-arrow{font-size:20px;transition:transform .18s ease;text-align:center;line-height:1}
.fhe-event-top[aria-expanded="true"] .fhe-arrow{transform:rotate(180deg)}
.fhe-card{border-top:1px solid var(--fhe-line);background:#fff}
.fhe-image img{width:100%;height:auto;display:block;max-height:390px;object-fit:cover}
.fhe-card-body{padding:18px 20px 20px}
.fhe-prose,.fhe-description{text-align:left!important;font-size:16px!important;line-height:1.55!important;color:#27292c}
.fhe-prose p,.fhe-description p{margin:0 0 12px!important;font-size:inherit!important;line-height:inherit!important;text-align:left!important}
.fhe-prose>:first-child{margin-top:0!important}.fhe-prose>:last-child{margin-bottom:0!important}
.fhe-section{border-top:1px solid var(--fhe-line);padding-top:15px;margin-top:18px}
.fhe-section-compact{padding-top:14px;margin-top:16px}
.fhe-section h4{margin:0 0 9px;font-size:12px;line-height:1.2;text-transform:uppercase;letter-spacing:.08em}
.fhe-hosts{display:flex;flex-direction:column;gap:10px}
.fhe-host{display:flex;gap:10px;align-items:center;min-width:0}
.fhe-host strong{font-family:"Montserrat",Arial,sans-serif;font-size:15px}
.fhe-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;flex:0 0 44px}
.fhe-place{font-size:15px;line-height:1.4}
.fhe-place strong{font-family:"Montserrat",Arial,sans-serif;font-size:15px}
.fhe-place-address{margin-top:2px;color:#3d4146}
.fhe-muted{color:var(--fhe-muted)}
.fhe-link{text-decoration:underline;text-underline-offset:2px}
.fhe-directions{display:inline-block;margin-top:5px;font-size:14px}
.fhe-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.fhe-button{appearance:none;border:0;border-radius:999px;background:var(--fhe-red);color:#fff!important;padding:9px 14px;font:600 14px/1 "Titillium Web",Arial,sans-serif;text-decoration:none!important;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-height:38px}
.fhe-button-secondary{background:#fff;color:var(--fhe-ink)!important;border:1px solid #cfd2d5}
.fhe-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px}
.fhe-form-grid label{font-weight:600}
.fhe-form-grid input{width:100%;display:block;margin-top:4px;padding:8px 10px;border:1px solid #cfd3d7;border-radius:7px}
.fhe-choice{display:flex;gap:16px;margin:12px 0}
.fhe-form-status{display:inline-block;margin-left:8px;font-weight:600;font-size:14px}
.fhe-form-status.is-error{color:#b42318}.fhe-form-status.is-success{color:#157347}
.fhe-guestlist{margin-top:14px}.fhe-guestlist>div{display:flex;flex-wrap:wrap;gap:5px;margin-top:7px}
.fhe-initial{background:var(--fhe-soft);border:1px solid var(--fhe-line);border-radius:999px;padding:4px 8px;font-size:12px}
.fhe-empty{padding:22px;border:1px dashed #cfd3d7;border-radius:10px;text-align:center;color:var(--fhe-muted)}
.fhe-event.is-filtered{display:none}
@media(max-width:680px){
.fhe-calendar{width:100%}.fhe-toolbar{align-items:stretch;flex-direction:column;margin-bottom:18px}
.fhe-search-wrap input{width:100%;min-width:0;font-size:16px}.fhe-month{font-size:21px;margin:24px 0 8px}
.fhe-event-top{grid-template-columns:58px minmax(0,1fr) 20px;gap:10px;padding:10px 10px 10px 9px;min-height:74px}
.fhe-date{min-height:50px;padding-right:9px}.fhe-day{font-size:22px}.fhe-title{font-size:16px;line-height:1.15}
.fhe-meta{display:block;font-size:13.5px;margin-top:4px}.fhe-meta span{display:block}.fhe-card-body{padding:16px 15px 18px}
.fhe-prose,.fhe-description{font-size:15.5px!important;line-height:1.5!important}
.fhe-section{padding-top:13px;margin-top:15px}.fhe-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.fhe-button{width:100%;min-height:38px;padding:8px 10px;font-size:13.5px}.fhe-form-grid{grid-template-columns:1fr}
}
@media(max-width:420px){.fhe-actions{grid-template-columns:1fr}}


/* AJAX modal */
html.fhe-modal-open,
html.fhe-modal-open body {
  overflow: hidden !important;
}

.fhe-modal[hidden] {
  display:none !important;
}

.fhe-modal {
  position:fixed;
  inset:0;
  z-index:999999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
}

.fhe-modal-backdrop {
  position:absolute;
  inset:0;
  background:rgba(20,22,25,.68);
  backdrop-filter:blur(2px);
}

.fhe-modal-dialog {
  position:relative;
  z-index:1;
  width:min(760px,100%);
  max-height:min(88vh,900px);
  overflow:auto;
  background:#fff;
  border-radius:14px;
  box-shadow:0 22px 70px rgba(0,0,0,.28);
  -webkit-overflow-scrolling:touch;
}

.fhe-modal-close {
  position:sticky;
  top:12px;
  float:right;
  z-index:4;
  width:38px;
  height:38px;
  margin:12px 12px -50px 0;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.94);
  box-shadow:0 2px 10px rgba(0,0,0,.15);
  font-size:28px;
  line-height:1;
  cursor:pointer;
}

.fhe-modal-loading,
.fhe-modal-error {
  padding:42px 24px;
  text-align:center;
}

.fhe-modal-content:empty {
  min-height:100px;
}

.fhe-modal-head {
  padding:22px 22px 4px;
}

.fhe-modal-kicker {
  color:var(--fhe-muted);
  font-size:14px;
  margin-bottom:4px;
  text-transform:capitalize;
}

.fhe-modal-head h2 {
  font-family:"Montserrat",Arial,sans-serif;
  font-size:27px;
  line-height:1.15;
  margin:0;
  padding-right:48px;
  letter-spacing:-.02em;
}

.fhe-modal-subtitle {
  margin-top:5px;
  color:#565b60;
  font-size:16px;
}

.fhe-display-modal .fhe-event-top {
  cursor:pointer;
}

.fhe-display-modal .fhe-event-top .fhe-arrow {
  transform:rotate(-90deg);
}

@media(max-width:680px){
  .fhe-modal {
    align-items:flex-end;
    padding:0;
  }

  .fhe-modal-dialog {
    width:100%;
    max-height:94vh;
    border-radius:16px 16px 0 0;
  }

  .fhe-modal-head {
    padding:20px 16px 2px;
  }

  .fhe-modal-head h2 {
    font-size:22px;
  }

  .fhe-modal .fhe-image img {
    max-height:300px;
  }

  .fhe-modal-close {
    top:10px;
    margin:10px 10px -48px 0;
  }
}


/* Månedsskift */
.fhe-monthnav {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin:0 0 22px;
}

.fhe-monthnav-title {
  font-family:"Montserrat",Arial,sans-serif;
  font-size:34px;
  line-height:1;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:-.035em;
}

.fhe-monthnav-actions {
  display:flex;
  gap:8px;
}

.fhe-monthnav-btn {
  width:46px;
  height:46px;
  border-radius:50%;
  border:1.5px solid #777;
  background:#fff;
  color:#6f7275;
  font-size:34px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  padding:0 0 4px;
}

.fhe-monthnav-btn:hover {
  background:#f7f7f7;
}

/* Klassisk månedsgitter */
.fhe-weekdays {
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  margin-bottom:10px;
}

.fhe-weekdays > div {
  text-align:center;
  font-family:"Montserrat",Arial,sans-serif;
  color:#929598;
  font-size:13px;
  font-weight:800;
  letter-spacing:.02em;
}

.fhe-month-grid {
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  border-top:1px solid #d8dadd;
  border-left:1px solid #d8dadd;
  border-radius:10px;
  overflow:hidden;
}

.fhe-month-cell {
  position:relative;
  min-height:92px;
  border-right:1px solid #d8dadd;
  border-bottom:1px solid #d8dadd;
  background:#fff;
  padding:10px 8px;
  overflow:hidden;
}

.fhe-month-cell.is-empty {
  background:#fafafa;
}

.fhe-month-daynum {
  font-family:"Montserrat",Arial,sans-serif;
  color:#c4c6c8;
  font-size:22px;
  font-weight:800;
  line-height:1;
}

.fhe-month-cell.has-events .fhe-month-daynum {
  color:#e21b2d;
}

.fhe-month-cell.is-today {
  box-shadow:inset 0 0 0 2px #888;
  background:#f5f5f5;
  z-index:1;
}

.fhe-month-cell.is-today .fhe-month-daynum {
  color:#12a8e0;
}

.fhe-month-cell.is-selected {
  background:#f3f3f3;
  box-shadow:inset 0 0 0 2px #8a8d90;
}

.fhe-month-dots {
  display:flex;
  flex-wrap:wrap;
  gap:4px;
  margin-top:8px;
}

.fhe-month-dots span {
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--fhe-dot,#e21b2d);
}

.fhe-month-eventbuttons {
  position:absolute;
  inset:0;
}

.fhe-month-event-hit {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  background:transparent;
  cursor:pointer;
}

.fhe-day-events {
  margin-top:18px;
}

.fhe-day-events-placeholder {
  border:1px solid var(--fhe-line);
  border-radius:10px;
  padding:18px 20px;
  text-align:center;
  font-size:16px;
  color:#3c4044;
  background:#fff;
}

.fhe-day-event-item .fhe-event {
  margin-bottom:10px;
}

/* I månedskalender med modal vises ikke dublet-listen under kalenderen */
.fhe-view-month.fhe-display-modal .fhe-day-events {
  display:none;
}

@media(max-width:680px) {
  .fhe-monthnav {
    margin-bottom:18px;
  }

  .fhe-monthnav-title {
    font-size:27px;
  }

  .fhe-monthnav-btn {
    width:42px;
    height:42px;
    font-size:30px;
  }

  .fhe-weekdays > div {
    font-size:10px;
  }

  .fhe-month-cell {
    min-height:66px;
    padding:8px 6px;
  }

  .fhe-month-daynum {
    font-size:17px;
  }

  .fhe-month-dots {
    gap:3px;
    margin-top:6px;
  }

  .fhe-month-dots span {
    width:6px;
    height:6px;
  }
}

@media(max-width:420px) {
  .fhe-monthnav-title {
    font-size:24px;
  }

  .fhe-monthnav-btn {
    width:38px;
    height:38px;
    font-size:28px;
  }

  .fhe-weekdays > div {
    font-size:9px;
  }

  .fhe-month-cell {
    min-height:58px;
    padding:7px 5px;
  }

  .fhe-month-daynum {
    font-size:16px;
  }
}


/* 0.4.1: Datoen er centrum i månedscellen */
.fhe-month-cell {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.fhe-month-daynum {
  position:relative;
  z-index:2;
  margin:0;
}

.fhe-month-dots {
  justify-content:center;
  margin-top:8px;
  position:relative;
  z-index:2;
}

/* Hele dagen er klikbar, men klik vælger dagen frem for et enkelt event */
.fhe-month-event-hit {
  z-index:3;
}

/* Daglisten skal også vises, når events åbnes i modal */
.fhe-view-month.fhe-display-modal .fhe-day-events {
  display:block;
}

.fhe-day-events {
  margin-top:20px;
}

.fhe-day-event-item[hidden] {
  display:none !important;
}

.fhe-day-event-item:not([hidden]) {
  display:block;
}

/* Gør den valgte dag tydelig uden at overdøve eventprikkerne */
.fhe-month-cell.is-selected {
  background:#f3f3f3;
  box-shadow:inset 0 0 0 2px #8a8d90;
}


/* 0.4.2: Alle datoer kan vælges */
.fhe-month-cell:not(.is-empty) {
  cursor:pointer;
}

.fhe-day-events-empty {
  border:1px solid var(--fhe-line);
  border-radius:10px;
  padding:18px 20px;
  background:#fff;
  text-align:center;
  font-size:16px;
  color:#3c4044;
}

.fhe-day-events-empty[hidden] {
  display:none !important;
}


/* 0.5.0: AJAX navigation + visningsskift */
.fhe-monthnav-actions {
  display:flex;
  align-items:center;
  gap:8px;
}

.fhe-view-switch {
  display:flex;
  align-items:center;
  gap:4px;
  margin-right:6px;
  padding:3px;
  border:1px solid #d8dadd;
  border-radius:999px;
  background:#f4f5f5;
}

.fhe-view-btn {
  appearance:none;
  border:0;
  background:transparent;
  border-radius:999px;
  padding:7px 10px;
  font:inherit;
  font-size:13px;
  line-height:1;
  cursor:pointer;
  color:#555b60;
}

.fhe-view-btn.is-active {
  background:#fff;
  color:#17191b;
  box-shadow:0 1px 3px rgba(0,0,0,.12);
}

.fhe-calendar {
  transition:opacity .15s ease;
}

.fhe-calendar.is-loading {
  opacity:.45;
  pointer-events:none;
}

@media (max-width: 560px) {
  .fhe-monthnav {
    align-items:flex-start;
    gap:12px;
  }
  .fhe-monthnav-actions {
    flex-wrap:wrap;
    justify-content:flex-end;
  }
  .fhe-view-btn span {
    display:none;
  }
  .fhe-view-btn {
    min-width:32px;
    padding:8px;
  }
}


/* 0.6.0: produktionsklar tilmelding */
.fhe-signup-head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:8px;
}

.fhe-signup-head h4 {
  margin:0;
}

.fhe-signup-status {
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:5px 9px;
  font-size:12px;
  font-weight:700;
  line-height:1;
}

.fhe-signup-status.is-open {
  background:#e9f6ed;
  color:#176b35;
}

.fhe-signup-status.is-full {
  background:#fff1e5;
  color:#8b4700;
}

.fhe-signup-status.is-closed {
  background:#eceeef;
  color:#50555a;
}

.fhe-capacity {
  margin:8px 0 14px;
}

.fhe-capacity-bar {
  height:6px;
  background:#eceeef;
  border-radius:999px;
  overflow:hidden;
  margin-top:7px;
}

.fhe-capacity-bar span {
  display:block;
  height:100%;
  background:currentColor;
  border-radius:999px;
}

.fhe-update-note {
  margin-top:4px;
}

.fhe-hp {
  position:absolute !important;
  left:-10000px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}

.fhe-form-status {
  display:inline-block;
  margin-left:10px;
}

.fhe-form-status.is-success {
  color:#176b35;
  font-weight:600;
}

.fhe-form-status.is-error {
  color:#b42318;
  font-weight:600;
}

@media (max-width:560px) {
  .fhe-signup-head {
    align-items:flex-start;
  }
  .fhe-form-status {
    display:block;
    margin:10px 0 0;
  }
}


/* 0.6.1: mere overskuelig tilmelding */
.fhe-signup {
  margin-top:28px;
}

.fhe-signup-card {
  border:1px solid #dfe2e4;
  border-radius:14px;
  background:#fff;
  padding:22px;
  box-shadow:0 4px 18px rgba(0,0,0,.045);
}

.fhe-signup-top {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}

.fhe-signup-eyebrow {
  display:block;
  margin-bottom:3px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#777d82;
}

.fhe-signup-top h4 {
  margin:0;
  font-size:24px;
  line-height:1.2;
}

.fhe-signup-status {
  gap:6px;
  flex:0 0 auto;
  padding:7px 10px;
}

.fhe-status-dot {
  width:7px;
  height:7px;
  border-radius:50%;
  background:currentColor;
}

.fhe-signup-summary {
  display:flex;
  align-items:center;
  gap:18px;
  padding:16px 0;
  border-top:1px solid #eceeef;
}

.fhe-signup-number {
  min-width:78px;
  padding-right:18px;
  border-right:1px solid #e2e4e5;
}

.fhe-signup-number strong {
  display:block;
  font-size:30px;
  line-height:1;
  letter-spacing:-.03em;
}

.fhe-signup-number span,
.fhe-signup-summary-copy span {
  display:block;
  margin-top:4px;
  font-size:12px;
  color:#73797e;
}

.fhe-signup-summary-copy strong {
  display:block;
  font-size:15px;
}

.fhe-capacity-bar {
  height:7px;
  margin:0 0 22px;
  background:#eceeef;
}

.fhe-capacity-bar span {
  background:#d71920;
  transition:width .25s ease;
}

.fhe-signup-message {
  margin:0 0 18px;
  padding:13px 14px;
  border-radius:8px;
  background:#f1f2f3;
  font-size:14px;
  line-height:1.45;
}

.fhe-signup-message.is-warning {
  background:#fff6eb;
  color:#704212;
}

.fhe-signup-form {
  margin-top:4px;
}

.fhe-signup-form .fhe-form-grid {
  gap:14px;
}

.fhe-signup-form label > span:first-child {
  display:block;
  margin-bottom:6px;
  font-size:13px;
  font-weight:700;
}

.fhe-signup-form label em {
  font-style:normal;
  color:#d71920;
}

.fhe-signup-form input[type="text"],
.fhe-signup-form input[type="email"],
.fhe-signup-form input[type="tel"],
.fhe-signup-form input[type="number"] {
  box-sizing:border-box;
  width:100%;
  min-height:44px;
  padding:10px 12px;
  border:1px solid #cfd3d6;
  border-radius:8px;
  background:#fff;
  font:inherit;
  color:#202326;
}

.fhe-signup-form input:focus {
  outline:2px solid rgba(215,25,32,.18);
  outline-offset:1px;
  border-color:#a9adb1;
}

.fhe-guest-stepper {
  display:grid;
  grid-template-columns:44px minmax(54px,1fr) 44px;
  align-items:stretch;
  border:1px solid #cfd3d6;
  border-radius:8px;
  overflow:hidden;
}

.fhe-guest-stepper input[type="number"] {
  min-width:0;
  border:0;
  border-left:1px solid #e3e5e6;
  border-right:1px solid #e3e5e6;
  border-radius:0;
  text-align:center;
  appearance:textfield;
}

.fhe-guest-stepper input[type="number"]::-webkit-outer-spin-button,
.fhe-guest-stepper input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance:none;
  margin:0;
}

.fhe-guest-stepper button {
  border:0;
  background:#f6f7f7;
  font:inherit;
  font-size:20px;
  cursor:pointer;
}

.fhe-guest-stepper button:hover {
  background:#eceeef;
}

.fhe-choice {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:18px 0;
}

.fhe-choice-card {
  display:flex !important;
  align-items:flex-start;
  gap:10px;
  margin:0 !important;
  padding:13px;
  border:1px solid #d9dcde;
  border-radius:9px;
  cursor:pointer;
  background:#fff;
}

.fhe-choice-card.is-selected {
  border-color:#d71920;
  box-shadow:inset 0 0 0 1px #d71920;
  background:#fffafa;
}

.fhe-choice-card input {
  margin-top:3px;
  accent-color:#d71920;
}

.fhe-choice-card span {
  display:block;
  margin:0 !important;
}

.fhe-choice-card strong {
  display:block;
  font-size:14px;
}

.fhe-choice-card small {
  display:block;
  margin-top:3px;
  color:#71777c;
  font-size:11px;
  line-height:1.35;
}

.fhe-signup-submit {
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

.fhe-button.fhe-button-primary {
  background:#d71920;
  color:#fff;
  border-color:#d71920;
  font-weight:700;
}

.fhe-button.fhe-button-primary:hover {
  filter:brightness(.94);
}

.fhe-signup-footnote {
  margin:13px 0 0;
  font-size:11px;
  line-height:1.5;
  color:#777d82;
}

.fhe-guestlist {
  margin-top:18px;
  border-top:1px solid #eceeef;
  padding-top:14px;
}

.fhe-guestlist summary {
  display:flex;
  align-items:center;
  gap:8px;
  cursor:pointer;
  font-size:13px;
  font-weight:700;
  list-style:none;
}

.fhe-guestlist summary::-webkit-details-marker {
  display:none;
}

.fhe-guestlist summary::after {
  content:"⌄";
  margin-left:auto;
  color:#777d82;
}

.fhe-guestlist[open] summary::after {
  transform:rotate(180deg);
}

.fhe-guestlist summary span {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:24px;
  height:24px;
  padding:0 6px;
  border-radius:999px;
  background:#f0f1f2;
  font-size:11px;
}

.fhe-guestlist-body {
  display:flex;
  gap:7px;
  flex-wrap:wrap;
  padding-top:12px;
}

@media (max-width:560px) {
  .fhe-signup-card {
    padding:17px;
    border-radius:12px;
  }

  .fhe-signup-top h4 {
    font-size:21px;
  }

  .fhe-signup-summary {
    gap:13px;
  }

  .fhe-signup-number {
    min-width:65px;
    padding-right:13px;
  }

  .fhe-signup-number strong {
    font-size:27px;
  }

  .fhe-choice {
    grid-template-columns:1fr;
  }
}


/* 0.6.2: sammenklappet tilmelding */
.fhe-signup {
  margin-top:24px;
}

.fhe-signup-toggle {
  box-sizing:border-box;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:15px 17px;
  border:0;
  border-radius:10px;
  background:#d71920;
  color:#fff;
  font:inherit;
  font-size:15px;
  font-weight:800;
  line-height:1.2;
  cursor:pointer;
  text-align:left;
  transition:filter .15s ease,border-radius .15s ease;
}

.fhe-signup-toggle:hover {
  filter:brightness(.95);
}

.fhe-signup-toggle:focus-visible {
  outline:3px solid rgba(215,25,32,.22);
  outline-offset:3px;
}

.fhe-signup-toggle-icon {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  line-height:1;
  transition:transform .18s ease;
}

.fhe-signup-toggle.is-open {
  border-radius:10px 10px 0 0;
}

.fhe-signup-toggle.is-open .fhe-signup-toggle-icon {
  transform:rotate(180deg);
}

.fhe-signup-panel[hidden] {
  display:none !important;
}

.fhe-signup-panel .fhe-signup-card {
  border-top:0;
  border-radius:0 0 14px 14px;
  box-shadow:0 4px 18px rgba(0,0,0,.045);
}

@media (max-width:560px) {
  .fhe-signup-toggle {
    min-height:50px;
    padding:15px 16px;
    border-radius:9px;
  }

  .fhe-signup-toggle.is-open {
    border-radius:9px 9px 0 0;
  }

  .fhe-signup-panel .fhe-signup-card {
    border-radius:0 0 12px 12px;
  }
}


/* 0.6.3: ny visuel struktur i event-popup */
.fhe-modal-event {
  overflow:hidden;
}

.fhe-modal-hero {
  position:relative;
  width:100%;
  min-height:280px;
  background:#25282b;
  overflow:hidden;
}

.fhe-modal-hero img {
  display:block;
  width:100%;
  height:330px;
  max-height:none !important;
  object-fit:cover;
}

.fhe-modal-hero-shade {
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(0,0,0,.62) 0%, rgba(0,0,0,.12) 52%, rgba(0,0,0,.05) 100%);
  pointer-events:none;
}

.fhe-modal-datetime {
  display:flex;
  flex-direction:column;
  position:absolute;
  left:22px;
  bottom:18px;
  z-index:2;
  color:#fff;
  font-family:"Montserrat",Arial,sans-serif;
  line-height:1;
  text-shadow:
    -2px -2px 0 #000,
     2px -2px 0 #000,
    -2px  2px 0 #000,
     2px  2px 0 #000,
     0 3px 8px rgba(0,0,0,.8);
}

.fhe-modal-date {
  font-size:31px;
  font-weight:900;
  letter-spacing:-.04em;
  text-transform:capitalize;
}

.fhe-modal-time {
  margin-top:8px;
  font-size:24px;
  font-weight:800;
  letter-spacing:-.02em;
}

.fhe-modal-nohero {
  position:relative;
  min-height:130px;
  background:#33373b;
}

.fhe-modal-head {
  padding:22px 22px 18px;
}

.fhe-modal-head h2 {
  padding-right:48px;
  font-size:29px;
}

.fhe-modal .fhe-card-body {
  padding:0 22px 24px;
}

.fhe-modal-divider {
  width:100%;
  height:1px;
  background:#dfe1e3;
  margin:0;
}

.fhe-modal-actions {
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:8px !important;
  margin:0 !important;
  padding:14px 0 !important;
}

.fhe-modal-actions .fhe-button {
  box-sizing:border-box;
  width:100%;
  min-width:0;
  min-height:48px;
  padding:9px 8px;
  border-radius:9px;
  display:flex;
  flex-direction:column;
  gap:6px;
  font-size:11.5px;
  line-height:1.15;
  text-align:center;
  white-space:normal;
}

.fhe-modal-actions .fhe-button svg {
  width:20px;
  height:20px;
  flex:0 0 20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.fhe-modal .fhe-description {
  margin-top:20px;
}

.fhe-modal .fhe-signup {
  margin-top:22px;
}

/* Luk-knappen ligger oven på billedet */
.fhe-modal-close {
  position:sticky;
  color:#202326;
}

@media(max-width:680px) {
  .fhe-modal-hero {
    min-height:230px;
  }

  .fhe-modal-hero img {
    height:260px;
  }

  .fhe-modal-datetime {
    left:16px;
    bottom:15px;
  }

  .fhe-modal-date {
    font-size:27px;
  }

  .fhe-modal-time {
    margin-top:6px;
    font-size:21px;
  }

  .fhe-modal-head {
    padding:18px 16px 15px;
  }

  .fhe-modal-head h2 {
    font-size:23px;
  }

  .fhe-modal .fhe-card-body {
    padding:0 16px 20px;
  }

  .fhe-modal-actions {
    gap:6px !important;
    padding:12px 0 !important;
  }

  .fhe-modal-actions .fhe-button {
    min-height:54px;
    padding:8px 5px;
    font-size:10.5px;
  }

  .fhe-modal-actions .fhe-button svg {
    width:19px;
    height:19px;
  }
}

@media(max-width:380px) {
  .fhe-modal-actions .fhe-button {
    font-size:9.8px;
  }
}


/* 0.6.4: mere luft omkring popup og synlig sløret baggrund */
.fhe-modal {
  padding:26px !important;
  align-items:center !important;
  justify-content:center !important;
}

.fhe-modal-backdrop {
  background:rgba(20,22,25,.42) !important;
  backdrop-filter:blur(9px) saturate(.9);
  -webkit-backdrop-filter:blur(9px) saturate(.9);
}

.fhe-modal-dialog {
  width:min(760px, calc(100vw - 52px)) !important;
  max-height:calc(100vh - 52px) !important;
  border-radius:18px !important;
  overflow:auto;
  box-shadow:0 24px 80px rgba(0,0,0,.32);
}

.fhe-modal-close {
  top:14px;
  margin:14px 14px -52px 0;
}

@media(max-width:680px) {
  .fhe-modal {
    padding:18px 14px !important;
    align-items:center !important;
  }

  .fhe-modal-dialog {
    width:calc(100vw - 28px) !important;
    max-height:calc(100vh - 36px) !important;
    border-radius:16px !important;
  }

  .fhe-modal-close {
    top:10px;
    margin:10px 10px -48px 0;
  }
}

@media(max-width:380px) {
  .fhe-modal {
    padding:12px 10px !important;
  }

  .fhe-modal-dialog {
    width:calc(100vw - 20px) !important;
    max-height:calc(100vh - 24px) !important;
  }
}


/* 0.6.5: popup inspireret af den tidligere EventON-opbygning */
.fhe-modal {
  padding:28px 18px !important;
}

.fhe-modal-dialog {
  width:min(760px, calc(100vw - 36px)) !important;
  max-height:calc(100vh - 56px) !important;
  border-radius:22px !important;
  background:#f1f2f3 !important;
  overflow:auto;
}

.fhe-modal-event {
  min-height:100%;
  background:#f1f2f3;
}

.fhe-modal-colorhead {
  display:grid;
  grid-template-columns:86px minmax(0,1fr);
  gap:18px;
  align-items:center;
  padding:28px 64px 26px 24px;
  background:var(--fhe-event-color,#e21b2d);
  color:#fff;
}

.fhe-modal-dateblock {
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  padding-right:16px;
  border-right:1px solid rgba(255,255,255,.36);
  line-height:1;
}

.fhe-modal-dow,
.fhe-modal-mon {
  font-size:14px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.fhe-modal-day {
  display:block;
  margin:4px 0 5px;
  font-family:"Montserrat",Arial,sans-serif;
  font-size:44px;
  line-height:.95;
  font-weight:900;
  letter-spacing:-.05em;
}

.fhe-modal-titleblock {
  min-width:0;
}

.fhe-modal-titleblock h2 {
  margin:0;
  padding:0;
  color:#fff;
  font-family:"Montserrat",Arial,sans-serif;
  font-size:31px;
  line-height:1.08;
  letter-spacing:-.025em;
}

.fhe-modal-titleblock .fhe-modal-subtitle {
  margin-top:7px;
  color:rgba(255,255,255,.96);
  font-size:18px;
  line-height:1.25;
}

.fhe-modal-time-row {
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:12px;
  color:#fff;
  font-size:15px;
  font-weight:700;
}

.fhe-modal-time-row svg {
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.fhe-modal-main {
  padding:18px;
}

.fhe-modal-image-card {
  overflow:hidden;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
}

.fhe-modal-image-card img {
  display:block;
  width:100%;
  height:auto;
  max-height:420px;
  object-fit:cover;
}

.fhe-modal .fhe-card-body {
  padding:0 !important;
}

.fhe-modal-content-card {
  margin-top:16px;
  padding:22px;
  border:1px solid rgba(0,0,0,.055);
  border-radius:18px;
  background:#fff;
  box-shadow:0 1px 1px rgba(0,0,0,.025);
}

.fhe-modal-card-heading {
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:16px;
}

.fhe-modal-card-heading h3 {
  margin:0;
  font-family:"Montserrat",Arial,sans-serif;
  font-size:20px;
  line-height:1.1;
}

.fhe-modal-card-icon {
  display:flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  flex:0 0 34px;
  border-radius:9px;
  background:#f2f3f4;
  color:#202326;
}

.fhe-modal-card-icon svg {
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.3;
  stroke-linecap:round;
}

.fhe-modal-description-card .fhe-description {
  margin:0 !important;
}

.fhe-modal .fhe-section-compact {
  margin-top:16px;
  padding:20px 22px;
  border:1px solid rgba(0,0,0,.055);
  border-radius:18px;
  background:#fff;
}

.fhe-modal .fhe-section-compact h4 {
  font-family:"Montserrat",Arial,sans-serif;
  font-size:15px;
  letter-spacing:.03em;
}

.fhe-modal-actions {
  margin-top:16px !important;
  padding:0 !important;
  border:1px solid rgba(0,0,0,.055);
  border-radius:18px;
  background:#fff;
  overflow:hidden;
  gap:0 !important;
}

.fhe-modal-actions .fhe-button {
  min-height:74px;
  border:0 !important;
  border-radius:0 !important;
  background:#fff !important;
}

.fhe-modal-actions .fhe-button + .fhe-button {
  border-left:1px solid #e4e6e8 !important;
}

.fhe-modal-actions .fhe-button span {
  font-family:"Montserrat",Arial,sans-serif;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.01em;
}

.fhe-modal .fhe-signup {
  margin-top:16px;
  border:0;
  padding-top:0;
}

.fhe-modal .fhe-signup-toggle {
  border-radius:14px;
}

.fhe-modal .fhe-signup-toggle.is-open {
  border-radius:14px 14px 0 0;
}

.fhe-modal .fhe-signup-panel .fhe-signup-card {
  border-radius:0 0 14px 14px;
}

.fhe-modal-close {
  position:sticky;
  top:14px;
  width:42px;
  height:42px;
  margin:14px 14px -56px 0;
  background:#22262a;
  color:#fff;
  border:2px solid rgba(255,255,255,.5);
  box-shadow:0 2px 12px rgba(0,0,0,.2);
}

@media(max-width:680px) {
  .fhe-modal {
    padding:18px 12px !important;
  }

  .fhe-modal-dialog {
    width:calc(100vw - 24px) !important;
    max-height:calc(100vh - 36px) !important;
    border-radius:18px !important;
  }

  .fhe-modal-colorhead {
    grid-template-columns:70px minmax(0,1fr);
    gap:13px;
    padding:22px 54px 21px 18px;
  }

  .fhe-modal-dateblock {
    padding-right:12px;
  }

  .fhe-modal-dow,
  .fhe-modal-mon {
    font-size:12px;
  }

  .fhe-modal-day {
    font-size:38px;
  }

  .fhe-modal-titleblock h2 {
    font-size:24px;
  }

  .fhe-modal-titleblock .fhe-modal-subtitle {
    margin-top:5px;
    font-size:15px;
  }

  .fhe-modal-time-row {
    margin-top:9px;
    font-size:13px;
  }

  .fhe-modal-main {
    padding:13px;
  }

  .fhe-modal-image-card,
  .fhe-modal-content-card,
  .fhe-modal .fhe-section-compact,
  .fhe-modal-actions {
    border-radius:14px;
  }

  .fhe-modal-content-card {
    margin-top:13px;
    padding:18px;
  }

  .fhe-modal-card-heading {
    margin-bottom:13px;
  }

  .fhe-modal-card-heading h3 {
    font-size:18px;
  }

  .fhe-modal-actions {
    margin-top:13px !important;
  }

  .fhe-modal-actions .fhe-button {
    min-height:68px;
    font-size:10px;
  }

  .fhe-modal-close {
    top:10px;
    width:40px;
    height:40px;
    margin:10px 10px -50px 0;
  }
}

@media(max-width:380px) {
  .fhe-modal {
    padding:12px 8px !important;
  }

  .fhe-modal-dialog {
    width:calc(100vw - 16px) !important;
    max-height:calc(100vh - 24px) !important;
  }

  .fhe-modal-colorhead {
    grid-template-columns:62px minmax(0,1fr);
    gap:10px;
    padding-left:14px;
  }

  .fhe-modal-day {
    font-size:34px;
  }

  .fhe-modal-titleblock h2 {
    font-size:21px;
  }
}


/* 0.6.6: ens luft omkring popup */
.fhe-modal {
  padding:18px !important;
}

.fhe-modal-dialog {
  width:min(760px, calc(100vw - 36px)) !important;
  max-height:calc(100vh - 36px) !important;
}

@media(max-width:680px) {
  .fhe-modal {
    padding:12px !important;
  }

  .fhe-modal-dialog {
    width:calc(100vw - 24px) !important;
    max-height:calc(100vh - 24px) !important;
  }
}

@media(max-width:380px) {
  .fhe-modal {
    padding:8px !important;
  }

  .fhe-modal-dialog {
    width:calc(100vw - 16px) !important;
    max-height:calc(100vh - 16px) !important;
  }
}


/* 0.6.7: reel luft i top/bund på iPhone + hvid titel */
.fhe-modal {
  box-sizing:border-box !important;
  min-height:100vh;
  min-height:100dvh;
  height:100vh;
  height:100dvh;
  padding:12px !important;
  align-items:center !important;
  justify-content:center !important;
}

.fhe-modal-dialog {
  box-sizing:border-box !important;
  width:min(760px, calc(100vw - 24px)) !important;
  max-height:calc(100vh - 24px) !important;
  max-height:calc(100dvh - 24px) !important;
  margin:auto !important;
  border-radius:18px !important;
}

.fhe-modal-titleblock h2,
.fhe-modal-colorhead .fhe-modal-titleblock h2,
.fhe-modal-colorhead h2#fhe-modal-title {
  color:#fff !important;
}

.fhe-modal-titleblock .fhe-modal-subtitle {
  color:rgba(255,255,255,.96) !important;
}

@media(max-width:680px) {
  .fhe-modal {
    padding:12px !important;
  }

  .fhe-modal-dialog {
    width:calc(100vw - 24px) !important;
    max-height:calc(100vh - 24px) !important;
    max-height:calc(100dvh - 24px) !important;
    margin:auto !important;
  }
}

@media(max-width:380px) {
  .fhe-modal {
    padding:8px !important;
  }

  .fhe-modal-dialog {
    width:calc(100vw - 16px) !important;
    max-height:calc(100vh - 16px) !important;
    max-height:calc(100dvh - 16px) !important;
  }
}


/* 0.9.0 Evalueringer */
.fhe-review{margin-top:18px}
.fhe-review-toggle{width:100%;display:flex;align-items:center;gap:10px;min-height:48px;border:0;border-radius:10px;background:#f3f4f5;color:#202326;padding:12px 15px;font:800 15px/1.2 "Montserrat",Arial,sans-serif;cursor:pointer;text-align:left}
.fhe-review-toggle>span:first-child{flex:1}
.fhe-review-toggle-score{font:700 13px/1.2 "Titillium Web",Arial,sans-serif;color:#6c7277}
.fhe-review-toggle-score strong{color:#202326;font-size:15px}
.fhe-review-toggle-icon{font-size:20px;transition:transform .18s ease}
.fhe-review-toggle.is-open .fhe-review-toggle-icon{transform:rotate(180deg)}
.fhe-review-panel{padding-top:10px}
.fhe-review-card{border:1px solid var(--fhe-line);border-radius:12px;background:#fff;padding:18px}
.fhe-review-head h4{margin:4px 0 5px;font:800 20px/1.2 "Montserrat",Arial,sans-serif;text-transform:none;letter-spacing:-.01em}
.fhe-review-head p{margin:0 0 16px;color:#62686d;font-size:14px;line-height:1.5}
.fhe-review-summary{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:12px 14px;margin-bottom:16px;background:#faf7ef;border:1px solid #eee2c1;border-radius:10px}
.fhe-review-summary>strong{font:800 28px/1 "Montserrat",Arial,sans-serif}
.fhe-review-stars,.fhe-public-review-stars{color:#d59500;letter-spacing:1px}
.fhe-review-summary small{color:#6b7075}
.fhe-rating{border:0;padding:0;margin:0 0 16px}
.fhe-rating legend{font-weight:700;margin-bottom:7px}
.fhe-rating legend em,.fhe-review-form label em{font-style:normal;color:#c81e1e}
.fhe-rating-options{display:inline-flex;flex-direction:row-reverse;justify-content:flex-end}
.fhe-rating-options input{position:absolute;opacity:0;pointer-events:none}
.fhe-rating-options label{font-size:34px;line-height:1;color:#d1d4d7;cursor:pointer;padding:0 3px 0 0;transition:color .12s ease,transform .12s ease}
.fhe-rating-options label:hover,.fhe-rating-options label:hover~label,.fhe-rating-options input:checked~label{color:#d59500}
.fhe-rating-options label:hover{transform:scale(1.06)}
.fhe-review-comment{display:block;margin-top:14px;font-weight:700}
.fhe-review-comment>span{display:block;margin-bottom:5px}
.fhe-review-comment small{font-weight:400;color:#777d82}
.fhe-review-comment textarea{width:100%;resize:vertical;border:1px solid #cfd3d7;border-radius:8px;padding:10px 11px;font:inherit;line-height:1.45}
.fhe-public-reviews{border-top:1px solid var(--fhe-line);margin-top:20px;padding-top:18px}
.fhe-public-reviews h5{margin:0 0 12px;font:800 15px/1.2 "Montserrat",Arial,sans-serif}
.fhe-public-review{padding:12px 0;border-top:1px solid #eceeef}
.fhe-public-review:first-of-type{border-top:0}
.fhe-public-review>div{display:flex;align-items:center;justify-content:space-between;gap:12px}
.fhe-public-review p{margin:6px 0 0;font-size:14px;line-height:1.5;color:#454a4e}
@media(max-width:680px){
  .fhe-review-card{padding:15px}
  .fhe-review-toggle-score{display:none}
  .fhe-rating-options label{font-size:32px}
}


/* 0.9.1 – minimalistisk evalueringsknap nederst i event-popup */
.fhe-modal .fhe-review-toggle {
  width:100%;
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:10px 16px;
  background:#fff;
  border:1px solid #d5d8db;
  border-radius:10px;
  color:#3c4044;
  box-shadow:none;
  font:700 14px/1.2 "Titillium Web",Arial,sans-serif;
  text-align:center;
}

.fhe-modal .fhe-review-toggle:hover {
  background:#fafafa;
  border-color:#c4c8cc;
}

.fhe-modal .fhe-review-toggle > span:first-child {
  flex:0 1 auto;
}

.fhe-modal .fhe-review-toggle-score {
  font-size:13px;
  font-weight:600;
  color:#73787d;
}

.fhe-modal .fhe-review-toggle-icon {
  position:absolute;
  right:16px;
  font-size:18px;
  color:#858a8f;
}

.fhe-modal .fhe-review {
  position:relative;
}

@media(max-width:680px) {
  .fhe-modal .fhe-review-toggle {
    min-height:42px;
    padding:9px 14px;
    border-radius:9px;
    font-size:14px;
  }
}


/* 0.9.3 Kalenderabonnement */
.fhe-subscribe-row{display:flex;justify-content:flex-end;margin:-10px 0 16px}
.fhe-calendar-subscribe{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 12px;border:1px solid #d5d8db;border-radius:9px;background:#fff;color:#4b5055!important;text-decoration:none!important;font-size:13px;font-weight:600}
.fhe-calendar-subscribe:hover{background:#fafafa;border-color:#c4c8cc;color:#202326!important}
@media(max-width:680px){.fhe-subscribe-row{justify-content:center;margin:-5px 0 14px}.fhe-calendar-subscribe{width:auto}}


/* 0.9.4 Kompakt tilmelding for indloggede brugere */
.fhe-signup-form.is-compact{display:block}
.fhe-compact-profile{display:flex;align-items:center;gap:12px;padding:13px 14px;border:1px solid #e1e3e5;border-radius:10px;background:#fafafa;margin-bottom:12px}
.fhe-compact-profile-icon{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #d9dcdf;font-weight:700;color:#4c5257;flex:0 0 auto}
.fhe-compact-profile>div:nth-child(2){min-width:0;flex:1}
.fhe-compact-profile span{display:block;font-size:12px;color:#73787d}
.fhe-compact-profile strong{display:block;font-size:15px;color:#25292d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fhe-compact-check{font-size:12px!important;font-weight:700;color:#397847!important;white-space:nowrap}
.fhe-compact-guests{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0}
.fhe-compact-guests label span{display:block;font-weight:700;font-size:14px}
.fhe-compact-guests label small{display:block;color:#767b80;font-size:12px;margin-top:2px}
.fhe-choice-compact{grid-template-columns:1fr 1fr}
.fhe-choice-compact .fhe-choice-card{min-height:48px}
.fhe-choice-compact .fhe-choice-card small{display:none}
@media(max-width:520px){
  .fhe-compact-profile{padding:11px 12px}
  .fhe-compact-check{display:none!important}
  .fhe-choice-compact{grid-template-columns:1fr}
}


/* 0.9.6 Aktiviteternes kort bruger samme diskrete baggrund som ID-profilen */
.fhe-day-event-item .fhe-event-top{
  background-image:
    linear-gradient(rgba(255,255,255,.90),rgba(255,255,255,.90)),
    url('../images/id-kort-bg3.jpg');
  background-size:cover;
  background-position:center;
}


/* Daily View 0.14.0 */
.fhe-view-day .fhe-monthnav-title{
  text-transform:none;
}
.fhe-daily-strip-wrap{
  margin:14px 0 18px;
  overflow:hidden;
}
.fhe-daily-strip{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:7px;
}
.fhe-daily-date{
  position:relative;
  appearance:none;
  border:1px solid #e0e2e4;
  border-radius:12px;
  background:#fff;
  color:#202326;
  min-width:0;
  padding:10px 5px 12px;
  text-align:center;
  cursor:pointer;
  transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease,background .15s ease;
}
.fhe-daily-date:hover{
  border-color:#b8bdc1;
  transform:translateY(-1px);
}
.fhe-daily-date:focus-visible{
  outline:2px solid #d71920;
  outline-offset:2px;
}
.fhe-daily-date.is-selected{
  border-color:#d71920;
  box-shadow:0 0 0 1px #d71920 inset;
  background:#fff8f8;
}
.fhe-daily-date.is-today .fhe-daily-num{
  color:#d71920;
}
.fhe-daily-dow,
.fhe-daily-mon{
  display:block;
  font-size:10px;
  line-height:1.2;
  letter-spacing:.04em;
  color:#6d7378;
}
.fhe-daily-num{
  display:block;
  margin:3px 0 2px;
  font-size:23px;
  line-height:1;
  font-weight:800;
}
.fhe-daily-dot{
  position:absolute;
  left:50%;
  bottom:5px;
  width:4px;
  height:4px;
  margin-left:-2px;
  border-radius:50%;
  background:#d71920;
}
.fhe-daily-agenda{
  margin-top:8px;
}
.fhe-daily-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  margin:0 0 13px;
}
.fhe-daily-heading-kicker{
  display:block;
  margin-bottom:2px;
  color:#d71920;
  font-size:11px;
  line-height:1.2;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.fhe-daily-heading h3{
  margin:0;
  font-size:20px;
  line-height:1.2;
  color:#202326;
}
.fhe-daily-count{
  flex:0 0 auto;
  color:#71777c;
  font-size:12px;
}
.fhe-daily-events{
  display:grid;
  gap:9px;
}
.fhe-daily-empty{
  padding:22px 18px;
  border:1px solid #e3e5e7;
  border-radius:12px;
  background:#fafafa;
  color:#676d72;
  text-align:center;
}
.fhe-view-day .fhe-event{
  margin:0;
}
.fhe-view-day .fhe-event-top{
  min-height:82px;
}

@media(max-width:640px){
  .fhe-view-day .fhe-monthnav{
    align-items:flex-start;
  }
  .fhe-view-day .fhe-monthnav-actions{
    width:100%;
  }
  .fhe-daily-strip{
    gap:4px;
  }
  .fhe-daily-date{
    border-radius:9px;
    padding:8px 2px 11px;
  }
  .fhe-daily-num{
    font-size:20px;
  }
  .fhe-daily-dow,
  .fhe-daily-mon{
    font-size:8px;
  }
  .fhe-daily-heading{
    align-items:flex-start;
  }
}


/* Wishlist 0.15.0 */
.fhe-wishlist-row{
  display:flex;
  justify-content:center;
  margin:16px 0 4px;
}
.fhe-wishlist-button{
  appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:42px;
  padding:10px 16px;
  border:1px solid #d7dade;
  border-radius:999px;
  background:#fff;
  color:#303438;
  font:inherit;
  font-weight:700;
  cursor:pointer;
  transition:border-color .15s ease,background .15s ease,transform .15s ease;
}
.fhe-wishlist-button:hover{
  border-color:#b5babf;
  transform:translateY(-1px);
}
.fhe-wishlist-button:focus-visible{
  outline:2px solid #d71920;
  outline-offset:2px;
}
.fhe-wishlist-button.is-saved{
  border-color:#d71920;
  background:#fff6f7;
  color:#b9141b;
}
.fhe-wishlist-button:disabled{
  opacity:.6;
  cursor:wait;
}
.fhe-wishlist-icon{
  font-size:20px;
  line-height:1;
}
.fhe-saved-list{
  display:grid;
  gap:10px;
}
.fhe-saved-item{
  display:flex;
  align-items:center;
  gap:14px;
  padding:14px 16px;
  border:1px solid #e0e2e4;
  border-radius:12px;
  background:#fff;
}
.fhe-saved-date{
  flex:0 0 50px;
  text-align:center;
}
.fhe-saved-date strong,
.fhe-saved-date span{
  display:block;
}
.fhe-saved-date strong{
  font-size:24px;
  line-height:1;
}
.fhe-saved-date span{
  margin-top:3px;
  color:#70767b;
  font-size:10px;
  font-weight:700;
}
.fhe-saved-main{
  min-width:0;
}
.fhe-saved-main strong,
.fhe-saved-main span{
  display:block;
}
.fhe-saved-main strong{
  color:#202326;
  font-size:15px;
}
.fhe-saved-main span{
  margin-top:4px;
  color:#73797e;
  font-size:12px;
}


/* Wishlist heart placement 0.15.2 */
.fhe-modal-card-heading{
  display:flex;
  align-items:center;
}
.fhe-modal-card-heading h3{
  margin-right:auto;
}
.fhe-wishlist-heart{
  appearance:none;
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  margin-left:auto;
  border:0;
  border-radius:50%;
  background:transparent;
  color:#6f757a;
  cursor:pointer;
  transition:background .15s ease,color .15s ease,transform .15s ease;
}
.fhe-wishlist-heart:hover{
  background:#f3f4f5;
  transform:scale(1.04);
}
.fhe-wishlist-heart:focus-visible{
  outline:2px solid #d71920;
  outline-offset:2px;
}
.fhe-wishlist-heart svg{
  width:24px;
  height:24px;
  fill:transparent;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:fill .15s ease,color .15s ease,transform .15s ease;
}
.fhe-wishlist-heart.is-saved{
  color:#d71920;
}
.fhe-wishlist-heart.is-saved svg{
  fill:currentColor;
}
.fhe-wishlist-heart.is-saving svg{
  transform:scale(.88);
}
.fhe-wishlist-notice{
  position:fixed;
  left:50%;
  bottom:max(22px,env(safe-area-inset-bottom));
  z-index:1000002;
  max-width:min(360px,calc(100vw - 32px));
  padding:10px 14px;
  border-radius:999px;
  background:#202326;
  color:#fff;
  font-size:13px;
  font-weight:700;
  text-align:center;
  opacity:0;
  transform:translate(-50%,8px);
  pointer-events:none;
  transition:opacity .18s ease,transform .18s ease;
}
.fhe-wishlist-notice.is-visible{
  opacity:1;
  transform:translate(-50%,0);
}
.fhe-wishlist-notice.is-error{
  background:#b9141b;
}

/* Hide the superseded full-width wishlist control if stale cached markup appears. */
.fhe-wishlist-row{
  display:none;
}


/* Event Slider 0.16.0 */
.fhe-view-slider .fhe-monthnav{
  margin-bottom:8px;
}
.fhe-view-slider .fhe-subscribe-row{
  margin-bottom:10px;
}
.fhe-slider-shell{
  position:relative;
  margin:4px 0 18px;
}
.fhe-slider-topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:0 0 10px;
}
.fhe-slider-count{
  color:#70767b;
  font-size:12px;
  font-weight:700;
}
.fhe-slider-arrows{
  display:flex;
  gap:6px;
}
.fhe-slider-arrow{
  appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border:1px solid #d9dcdf;
  border-radius:50%;
  background:#fff;
  color:#25292d;
  font-size:24px;
  line-height:1;
  cursor:pointer;
  transition:background .15s ease,border-color .15s ease,transform .15s ease;
}
.fhe-slider-arrow:hover{
  background:#f6f7f8;
  border-color:#bcc1c5;
  transform:translateY(-1px);
}
.fhe-slider-arrow:focus-visible{
  outline:2px solid #d71920;
  outline-offset:2px;
}
.fhe-slider-track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(260px,calc((100% - 28px)/3));
  gap:14px;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  padding:2px 2px 10px;
  -webkit-overflow-scrolling:touch;
}
.fhe-slider-track::-webkit-scrollbar{
  display:none;
}
.fhe-slider-track:focus-visible{
  outline:2px solid #d71920;
  outline-offset:4px;
  border-radius:14px;
}
.fhe-slider-card{
  min-width:0;
  overflow:hidden;
  scroll-snap-align:start;
  border:1px solid #e0e2e4;
  border-radius:16px;
  background:#fff;
  box-shadow:0 7px 24px rgba(18,24,30,.08);
}
.fhe-slider-open{
  appearance:none;
  display:block;
  width:100%;
  height:100%;
  padding:0;
  border:0;
  background:none;
  color:inherit;
  text-align:left;
  cursor:pointer;
}
.fhe-slider-open:focus-visible{
  outline:3px solid var(--fhe-accent,#d71920);
  outline-offset:-3px;
  border-radius:16px;
}
.fhe-slider-media{
  position:relative;
  display:block;
  aspect-ratio:16/10;
  overflow:hidden;
  background:#eceff1;
}
.fhe-slider-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.fhe-slider-placeholder{
  display:block;
  width:100%;
  height:100%;
  background:
    linear-gradient(rgba(255,255,255,.76),rgba(255,255,255,.76)),
    url("../images/id-kort-bg3.jpg") center/cover no-repeat;
}
.fhe-slider-date{
  position:absolute;
  top:12px;
  left:12px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-width:48px;
  min-height:52px;
  padding:6px 8px;
  border-radius:11px;
  background:rgba(255,255,255,.94);
  color:#202326;
  box-shadow:0 3px 12px rgba(0,0,0,.12);
}
.fhe-slider-date strong{
  font-size:22px;
  line-height:1;
}
.fhe-slider-date span{
  margin-top:3px;
  color:var(--fhe-accent,#d71920);
  font-size:9px;
  font-weight:800;
  letter-spacing:.05em;
}
.fhe-slider-body{
  display:block;
  padding:14px 15px 16px;
}
.fhe-slider-title{
  display:block;
  color:#202326;
  font-size:17px;
  line-height:1.25;
  font-weight:800;
}
.fhe-slider-subtitle{
  display:block;
  margin-top:4px;
  color:#666c71;
  font-size:12px;
  line-height:1.35;
}
.fhe-slider-meta{
  display:flex;
  flex-wrap:wrap;
  gap:5px 12px;
  margin-top:12px;
  color:#6d7378;
  font-size:12px;
  line-height:1.35;
}
.fhe-slider-meta span+span::before{
  content:"•";
  margin-right:9px;
  color:#b6babd;
}
.fhe-slider-hint{
  display:none;
  margin-top:2px;
  color:#878c90;
  font-size:10px;
  text-align:center;
}

@media(max-width:900px){
  .fhe-slider-track{
    grid-auto-columns:minmax(250px,72%);
  }
}

@media(max-width:640px){
  .fhe-view-slider .fhe-monthnav{
    align-items:flex-start;
  }
  .fhe-view-slider .fhe-monthnav-actions{
    width:100%;
  }
  .fhe-slider-topline{
    margin-bottom:8px;
  }
  .fhe-slider-arrows{
    display:none;
  }
  .fhe-slider-track{
    grid-auto-columns:82%;
    gap:10px;
    padding-right:18%;
  }
  .fhe-slider-card{
    border-radius:14px;
  }
  .fhe-slider-hint{
    display:block;
  }
}

@media(prefers-reduced-motion:reduce){
  .fhe-slider-track{
    scroll-behavior:auto;
  }
  .fhe-slider-arrow,
  .fhe-slider-card{
    transition:none;
  }
}


/* Polls 0.17.0 */
.fhe-poll-card{margin-top:14px;padding:16px;border:1px solid #e1e3e5;border-radius:16px;background:#fff}
.fhe-poll-heading{display:flex;gap:12px;align-items:flex-start}
.fhe-poll-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 34px;border-radius:50%;background:#f4f5f6;color:#d71920;font-weight:900}
.fhe-poll-eyebrow{display:block;margin-bottom:3px;color:#7a8085;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}
.fhe-poll-heading h4{margin:0;color:#22272b;font-size:17px;line-height:1.25}
.fhe-poll-heading p{margin:5px 0 0;color:#676d72;font-size:13px;line-height:1.45}
.fhe-poll-options{display:grid;gap:8px;margin-top:14px}
.fhe-poll-option{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:48px;padding:11px 13px;border:1px solid #dfe2e4;border-radius:12px;background:#fafbfb;color:#282d31;text-align:left;cursor:pointer}
.fhe-poll-option:disabled{cursor:default;opacity:.72}
.fhe-poll-option.is-selected{border-color:#d71920;background:#fff7f7}
.fhe-poll-option-main{position:relative;z-index:2;display:flex;align-items:center;gap:9px;font-weight:700}
.fhe-poll-radio{width:16px;height:16px;border:2px solid #a7adb2;border-radius:50%;background:#fff}
.fhe-poll-option.is-selected .fhe-poll-radio{border:5px solid #d71920}
.fhe-poll-percent{position:relative;z-index:2;color:#5f666b;font-size:12px;font-weight:800}
.fhe-poll-bar{position:absolute;left:0;right:0;bottom:0;height:3px;background:#eceeef}
.fhe-poll-bar>span{display:block;height:100%;background:#d71920;transition:width .25s ease}
.fhe-poll-total,.fhe-poll-message,.fhe-poll-status{margin-top:10px;color:#73797e;font-size:12px}
.fhe-poll-message{padding:9px 11px;border-radius:10px;background:#f5f6f7}
.fhe-poll-status.is-success{color:#28733c}
.fhe-poll-status.is-error{color:#b9141b}


/* Advent Calendar 0.18.0 */
.fhe-advent-calendar{
  --fhe-advent-red:#d71920;
}
.fhe-advent-hero{
  position:relative;
  overflow:hidden;
  margin-bottom:18px;
  padding:24px 22px;
  border-radius:20px;
  background:
    linear-gradient(135deg,rgba(215,25,32,.96),rgba(126,13,18,.96)),
    url("../images/id-kort-bg3.jpg") center/cover no-repeat;
  color:#fff;
}
.fhe-advent-hero::after{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  right:-45px;
  top:-55px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:50%;
  box-shadow:0 0 0 28px rgba(255,255,255,.045),0 0 0 55px rgba(255,255,255,.03);
}
.fhe-advent-kicker{
  position:relative;
  z-index:1;
  display:block;
  margin-bottom:5px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  opacity:.82;
}
.fhe-advent-hero h2{
  position:relative;
  z-index:1;
  margin:0;
  color:#fff;
  font-size:28px;
  line-height:1.1;
}
.fhe-advent-hero p{
  position:relative;
  z-index:1;
  max-width:600px;
  margin:8px 0 0;
  color:rgba(255,255,255,.88);
  font-size:14px;
  line-height:1.5;
}
.fhe-advent-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:10px;
}
.fhe-advent-door{
  display:contents;
}
.fhe-advent-door-face{
  appearance:none;
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  width:100%;
  min-height:122px;
  padding:13px;
  overflow:hidden;
  border:1px solid #dedfe1;
  border-radius:14px;
  background:#fff;
  color:#25292d;
  text-align:left;
}
button.fhe-advent-door-face{
  cursor:pointer;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;
}
button.fhe-advent-door-face:hover{
  transform:translateY(-2px);
  border-color:#c8cbce;
  box-shadow:0 8px 20px rgba(22,27,31,.08);
}
button.fhe-advent-door-face:focus-visible{
  outline:2px solid var(--fhe-advent-red);
  outline-offset:2px;
}
.fhe-advent-door.is-locked .fhe-advent-door-face{
  background:#f2f3f4;
  color:#858a8e;
}
.fhe-advent-door.is-open.has-events .fhe-advent-door-face{
  border-color:rgba(215,25,32,.26);
  background:linear-gradient(145deg,#fff,#fff8f8);
}
.fhe-advent-door-number{
  position:relative;
  z-index:2;
  display:block;
  font-size:31px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.04em;
}
.fhe-advent-door-label{
  position:relative;
  z-index:2;
  display:block;
  margin-top:15px;
  font-size:10px;
  line-height:1.3;
  font-weight:750;
  color:#747a7f;
}
.fhe-advent-openmark{
  position:absolute;
  right:11px;
  top:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:25px;
  height:25px;
  border-radius:50%;
  background:#f4f5f6;
  color:#676d72;
  font-size:19px;
  line-height:1;
  transition:transform .18s ease,background .18s ease,color .18s ease;
}
.fhe-advent-door-face.is-open .fhe-advent-openmark{
  transform:rotate(45deg);
  background:#d71920;
  color:#fff;
}
.fhe-advent-lock{
  position:absolute;
  right:12px;
  top:12px;
  display:inline-flex;
  width:22px;
  height:22px;
  opacity:.7;
}
.fhe-advent-lock svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.fhe-advent-panel{
  grid-column:1/-1;
  margin-top:7px;
}
.fhe-advent-panel-inner{
  padding:15px;
  border:1px solid #e0e2e4;
  border-radius:14px;
  background:#f8f9f9;
}
.fhe-advent-panel-head{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:10px;
  margin-bottom:10px;
}
.fhe-advent-panel-head span{
  color:#d71920;
  font-size:11px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.fhe-advent-panel-head strong{
  color:#555c61;
  font-size:12px;
}
.fhe-advent-events{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}
.fhe-advent-event{
  appearance:none;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  width:100%;
  min-width:0;
  padding:13px 14px;
  border:1px solid #dde0e2;
  border-radius:12px;
  background:#fff;
  text-align:left;
  cursor:pointer;
  transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease;
}
.fhe-advent-event:hover{
  transform:translateY(-1px);
  border-color:#c8ccd0;
  box-shadow:0 5px 14px rgba(24,29,34,.06);
}
.fhe-advent-event:focus-visible{
  outline:2px solid #d71920;
  outline-offset:2px;
}
.fhe-advent-event-time{
  color:#d71920;
  font-size:10px;
  font-weight:850;
  text-transform:uppercase;
}
.fhe-advent-event-title{
  margin-top:3px;
  color:#252a2e;
  font-size:14px;
  line-height:1.3;
  font-weight:800;
}
.fhe-advent-event-subtitle,
.fhe-advent-event-place{
  margin-top:3px;
  color:#72787d;
  font-size:11px;
  line-height:1.35;
}
.fhe-advent-empty{
  padding:13px;
  border-radius:10px;
  background:#fff;
  color:#747a7f;
  font-size:12px;
}
@media(max-width:900px){
  .fhe-advent-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:640px){
  .fhe-advent-hero{
    padding:20px 18px;
    border-radius:17px;
  }
  .fhe-advent-hero h2{font-size:24px}
  .fhe-advent-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
  }
  .fhe-advent-door-face{
    min-height:104px;
    padding:11px;
    border-radius:12px;
  }
  .fhe-advent-door-number{font-size:27px}
  .fhe-advent-door-label{font-size:9px}
  .fhe-advent-events{grid-template-columns:1fr}
  .fhe-advent-panel-head{
    align-items:flex-start;
    flex-direction:column;
    gap:2px;
  }
}
@media(max-width:390px){
  .fhe-advent-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

.fhe-advent-preview-note{
  margin:0 0 10px;
  padding:9px 12px;
  border:1px solid #e4d0a8;
  border-radius:10px;
  background:#fff6df;
  color:#6d5421;
  font-size:11px;
  font-weight:700;
}


/* Weather 0.19.0 */
.fhe-weather-card{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  padding:14px 15px;
  border:1px solid #e1e3e5;
  border-radius:14px;
  background:#f8f9f9;
}
.fhe-weather-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:12px;
  background:#fff;
}
.fhe-weather-icon svg{
  width:32px;
  height:32px;
  fill:none;
  stroke:#4e555a;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.fhe-weather-main{
  display:flex;
  flex-direction:column;
  min-width:0;
}
.fhe-weather-kicker{
  color:#858b90;
  font-size:9px;
  font-weight:850;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.fhe-weather-main strong{
  margin-top:2px;
  color:#252a2e;
  font-size:14px;
}
.fhe-weather-main>span:last-child{
  margin-top:2px;
  color:#6f757a;
  font-size:12px;
}
.fhe-weather-meta{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:3px;
  color:#747a7f;
  font-size:10px;
  white-space:nowrap;
}
.fhe-weather-meta b{color:#353b3f}
@media(max-width:520px){
  .fhe-weather-card{grid-template-columns:auto minmax(0,1fr)}
  .fhe-weather-meta{
    grid-column:1/-1;
    flex-direction:row;
    justify-content:flex-end;
    gap:12px;
  }
}


/* 0.22.2: Administratorgenveje */
.fhe-admin-event-actions {
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:8px;
  margin:0 0 10px;
}

.fhe-admin-event-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:8px 14px;
  border:1px solid #d5d8da;
  border-radius:9px;
  background:#fff;
  color:#24272a;
  font:inherit;
  font-size:13px;
  font-weight:600;
  line-height:1.2;
  text-decoration:none !important;
  box-shadow:0 1px 2px rgba(0,0,0,.04);
}

.fhe-admin-event-btn:hover,
.fhe-admin-event-btn:focus-visible {
  background:#f5f6f6;
  color:#17191b;
}

.fhe-admin-event-btn-primary {
  background:#17191b;
  border-color:#17191b;
  color:#fff;
}

.fhe-admin-event-btn-primary:hover,
.fhe-admin-event-btn-primary:focus-visible {
  background:#2a2d30;
  color:#fff;
}

@media (max-width:680px) {
  .fhe-admin-event-actions {
    justify-content:stretch;
  }
  .fhe-admin-event-btn {
    flex:1 1 0;
  }
}

/* 0.22.11: Selvstændig eventside */
.fhe-single-page{
  min-height:60vh;
  padding:34px 18px 60px;
  background:#f4f4f2;
}
.fhe-single-shell{
  width:min(920px,100%);
  margin:0 auto;
}
.fhe-single-event{
  overflow:hidden;
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 42px rgba(20,25,28,.12);
}
.fhe-single-hero{
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  gap:24px;
  align-items:center;
  padding:34px 38px;
  background:var(--fhe-event-color,#e21b2d);
  color:#fff;
}
.fhe-single-date{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:116px;
  padding:12px 10px;
  border:1px solid rgba(255,255,255,.42);
  border-radius:16px;
  line-height:1;
  text-transform:uppercase;
}
.fhe-single-date span{
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
}
.fhe-single-date strong{
  margin:7px 0;
  font-size:50px;
  font-weight:800;
  letter-spacing:-.04em;
}
.fhe-single-heading h1{
  margin:0;
  color:#fff;
  font-size:clamp(30px,5vw,52px);
  font-weight:800;
  line-height:1.04;
  letter-spacing:-.035em;
}
.fhe-single-subtitle{
  margin:9px 0 0;
  color:rgba(255,255,255,.9);
  font-size:18px;
  line-height:1.4;
}
.fhe-single-time{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:18px;
  color:#fff;
  font-size:15px;
  font-weight:650;
}
.fhe-single-time svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.fhe-single-main{
  padding:28px;
}
.fhe-single-image{
  overflow:hidden;
  margin:0 0 24px;
  border-radius:18px;
  background:#eee;
}
.fhe-single-image img{
  display:block;
  width:100%;
  height:auto;
  max-height:560px;
  object-fit:cover;
}
.fhe-single-event .fhe-card-body{
  padding:0;
}
.fhe-single-event .fhe-modal-content-card,
.fhe-single-event .fhe-section{
  border:1px solid #e8e9e9;
  box-shadow:none;
}
.fhe-single-event .fhe-modal-actions{
  margin-top:18px;
}
.fhe-single-event .fhe-modal-actions .fhe-button{
  flex:1 1 0;
}
.fhe-single-empty{
  padding:40px;
  border-radius:18px;
  background:#fff;
  text-align:center;
}
@media(max-width:680px){
  .fhe-single-page{padding:14px 10px 38px}
  .fhe-single-event{border-radius:16px}
  .fhe-single-hero{
    grid-template-columns:76px minmax(0,1fr);
    gap:16px;
    padding:24px 18px;
  }
  .fhe-single-date{min-height:92px;border-radius:13px}
  .fhe-single-date strong{font-size:38px}
  .fhe-single-heading h1{font-size:30px}
  .fhe-single-subtitle{font-size:15px}
  .fhe-single-main{padding:16px}
  .fhe-single-image{border-radius:14px;margin-bottom:16px}
}


/* 0.22.12: Tydelige værter og sted i event-popup */
.fhe-modal-meta-card .fhe-modal-card-heading{margin-bottom:14px}
.fhe-modal-meta-card .fhe-hosts{gap:12px}
.fhe-modal-meta-card .fhe-host{display:flex;align-items:center;gap:12px}
.fhe-modal-meta-card .fhe-host strong{font-family:"Montserrat",Arial,sans-serif;font-size:15px}
.fhe-modal-meta-card .fhe-avatar{width:46px;height:46px;object-fit:cover;border-radius:50%}
.fhe-modal-place-card .fhe-place{display:flex;flex-direction:column;gap:4px}
.fhe-modal-place-card .fhe-place strong{font-size:16px}
.fhe-modal-place-card .fhe-directions{display:inline-flex;margin-top:7px;font-weight:700}
