.menukortet-wrap,.menukortet-wrap *{box-sizing:border-box}.menukortet-wrap{width:100%;color:var(--menukortet-primary,#1f2937);font-family:inherit;position:relative}.menukortet-filters{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 32px}.menukortet-filter{border:1px solid rgba(31,41,55,.18);background:#fff;color:var(--menukortet-primary);border-radius:999px;padding:10px 18px;font:inherit;font-weight:700;cursor:pointer}.menukortet-filter.is-active{background:var(--menukortet-primary);color:#fff}.menukortet-category{margin:0 0 50px}.menukortet-category[hidden]{display:none!important}.menukortet-category-header{margin-bottom:22px;padding-left:16px;border-left:5px solid var(--menukortet-accent)}.menukortet-category-header h2{margin:0;font-size:clamp(1.7rem,3vw,2.35rem)}.menukortet-category-header p{margin:8px 0 0;opacity:.78}.menukortet-grid{display:grid;gap:22px}.menukortet-columns-1 .menukortet-grid{grid-template-columns:1fr}.menukortet-columns-2 .menukortet-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.menukortet-columns-3 .menukortet-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.menukortet-card{overflow:hidden;display:flex;min-width:0;background:#fff;border:1px solid rgba(31,41,55,.12);box-shadow:0 10px 28px rgba(15,23,42,.07)}.menukortet-rounded .menukortet-card{border-radius:16px}.menukortet-card.is-unavailable{opacity:.72}.menukortet-image{flex:0 0 38%;min-height:190px;background:#f3f4f6}.menukortet-image img{width:100%;height:100%;min-height:190px;object-fit:cover;display:block}.menukortet-content{flex:1;min-width:0;padding:22px;display:flex;flex-direction:column}.menukortet-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:9px}.menukortet-title-row h3{margin:0;font-size:1.25rem}.menukortet-badge{background:var(--menukortet-accent);color:#fff;border-radius:999px;padding:4px 9px;font-size:.72rem;font-weight:800}.menukortet-badge-muted{background:#6b7280}.menukortet-description{margin-bottom:10px;line-height:1.55}.menukortet-description p{margin:0}.menukortet-ingredients{font-size:.9rem;line-height:1.5;opacity:.82;margin-bottom:16px}.menukortet-prices{display:grid;gap:8px}.menukortet-price-row-front{display:flex;justify-content:space-between;gap:14px;padding-top:8px;border-top:1px dashed rgba(31,41,55,.18)}.menukortet-price-row-front strong{color:var(--menukortet-accent);white-space:nowrap}.menukortet-customize,.menukortet-add-cart{margin-top:18px;width:100%;border:0;border-radius:10px;background:var(--menukortet-accent);color:#fff;padding:12px 16px;font:inherit;font-weight:800;cursor:pointer}.menukortet-cart-toggle{position:fixed;right:24px;bottom:24px;z-index:9995;border:0;border-radius:999px;background:var(--menukortet-primary);color:#fff;padding:13px 18px;font:inherit;font-weight:800;box-shadow:0 10px 30px rgba(0,0,0,.2);cursor:pointer}.menukortet-cart-count{display:inline-grid;place-items:center;min-width:24px;height:24px;border-radius:999px;background:var(--menukortet-accent);margin-left:6px}.menukortet-overlay{position:fixed;inset:0;background:rgba(15,23,42,.52);z-index:9996}.menukortet-cart{position:fixed;top:0;right:0;height:100vh;width:min(430px,94vw);background:#fff;z-index:9997;transform:translateX(105%);transition:transform .25s ease;box-shadow:-15px 0 40px rgba(0,0,0,.2);display:flex;flex-direction:column}.menukortet-cart.is-open{transform:translateX(0)}.menukortet-cart-head{display:flex;justify-content:space-between;align-items:center;padding:22px;border-bottom:1px solid #e5e7eb}.menukortet-cart-head h3{margin:0}.menukortet-cart-close,.menukortet-modal-close{border:0;background:transparent;font-size:30px;line-height:1;cursor:pointer}.menukortet-cart-items{overflow:auto;flex:1;padding:0 20px}.menukortet-cart-empty{padding:35px 22px;text-align:center;opacity:.7}.menukortet-cart-item{padding:18px 0;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;gap:12px}.menukortet-cart-item small{display:block;margin:5px 0;line-height:1.4;opacity:.7}.menukortet-cart-item span{font-weight:800;color:var(--menukortet-accent)}.menukortet-qty{display:flex;align-items:center;gap:7px}.menukortet-qty button{width:29px;height:29px;border:1px solid #d1d5db;background:#fff;border-radius:7px;cursor:pointer}.menukortet-remove-line{color:#b91c1c}.menukortet-cart-footer{padding:20px;border-top:1px solid #e5e7eb}.menukortet-cart-footer>div{display:flex;justify-content:space-between;font-size:1.15rem;margin-bottom:14px}.menukortet-cart-clear{width:100%;border:1px solid #d1d5db;background:#fff;padding:10px;border-radius:8px;cursor:pointer}.menukortet-modal{position:fixed;inset:0;background:rgba(15,23,42,.56);z-index:9998;padding:20px;overflow:auto}.menukortet-modal-panel{position:relative;width:min(600px,100%);margin:4vh auto;background:#fff;border-radius:16px;padding:26px;box-shadow:0 20px 60px rgba(0,0,0,.3)}.menukortet-modal-close{position:absolute;right:18px;top:14px}.menukortet-modal-title{margin:0 40px 24px 0}.menukortet-product-form h4{margin:22px 0 10px}.menukortet-choice{display:flex;justify-content:space-between;gap:10px;padding:12px;border:1px solid #e5e7eb;border-radius:9px;margin-bottom:8px;cursor:pointer}.menukortet-choice span{flex:1}.menukortet-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.menukortet-check-grid label{padding:10px;border:1px solid #e5e7eb;border-radius:8px}.menukortet-check-grid strong{float:right;color:var(--menukortet-accent)}.menukortet-note-label{display:block;margin-top:20px;font-weight:700}.menukortet-note-label textarea{display:block;width:100%;margin-top:7px;border:1px solid #d1d5db;border-radius:8px;padding:10px;font:inherit}.menukortet-empty{padding:24px;background:#f6f7f7;border:1px solid #dcdcde;border-radius:10px}@media(max-width:980px){.menukortet-columns-3 .menukortet-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.menukortet-card{flex-direction:column}.menukortet-image{flex-basis:auto;min-height:210px}}@media(max-width:680px){.menukortet-columns-2 .menukortet-grid,.menukortet-columns-3 .menukortet-grid{grid-template-columns:1fr}.menukortet-filters{flex-wrap:nowrap;overflow-x:auto}.menukortet-filter{white-space:nowrap}.menukortet-content{padding:18px}.menukortet-check-grid{grid-template-columns:1fr}.menukortet-cart-toggle{right:14px;bottom:14px}.menukortet-modal-panel{padding:22px 18px}}

/* Restaurant-side i fuld bredde */
body.menukortet-restaurant-view .mealhub-page-header,
body.menukortet-restaurant-view .entry-header,
body.menukortet-restaurant-view .page-header{display:none!important}
body.menukortet-restaurant-view .mealhub-content-area{padding-top:0!important}
body.menukortet-restaurant-view .mealhub-content-area>.entry-content,
body.menukortet-restaurant-view .entry-content,
body.menukortet-restaurant-view .entry-content>.menukortet-restaurant-page{max-width:none!important;width:100%!important;margin:0!important}
body.menukortet-restaurant-view .mealhub-content-area,
body.menukortet-restaurant-view .mealhub-content-area>.mealhub-container,
body.menukortet-restaurant-view main .mealhub-container{max-width:none!important;width:100%!important;padding-left:0!important;padding-right:0!important}
body.menukortet-restaurant-view article{margin:0!important}
.menukortet-restaurant-page{overflow:hidden;background:#fff}
.menukortet-restaurant-hero{position:relative;width:100vw;max-width:none;left:50%;margin-left:-50vw;min-height:clamp(330px,42vw,590px);border-radius:0;overflow:visible;background-size:cover;background-position:center;box-shadow:none}
.menukortet-restaurant-hero.no-cover{background:linear-gradient(135deg,var(--menukortet-primary),#374151)}
.menukortet-restaurant-cover-spacer{min-height:clamp(330px,42vw,590px)}
.menukortet-restaurant-logo{position:absolute;left:max(28px,calc((100vw - 1280px)/2));bottom:-76px;width:190px;height:190px;border-radius:50%;padding:10px;background:#fff;border:6px solid #fff;box-shadow:0 16px 42px rgba(0,0,0,.26);display:grid;place-items:center;overflow:hidden;z-index:3}
.menukortet-restaurant-logo img{width:100%;height:100%;object-fit:contain;border-radius:50%}
.menukortet-restaurant-profile{max-width:1280px;margin:0 auto;padding:38px 32px 28px 250px;min-height:150px;display:flex;align-items:center;justify-content:space-between;gap:28px;border-bottom:1px solid #e5e7eb;background:#fff}
.menukortet-restaurant-heading{color:var(--menukortet-primary);text-shadow:none}
.menukortet-restaurant-heading h1{margin:7px 0 8px;color:var(--menukortet-primary);font-size:clamp(2.15rem,4vw,3.9rem);line-height:1.02}
.menukortet-restaurant-address{margin:0;font-size:1.05rem;color:#4b5563}
.menukortet-restaurant-label{display:inline-block;font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;font-weight:900;background:var(--menukortet-accent);color:#fff;padding:7px 11px;border-radius:999px}
.menukortet-delivery-badge{display:flex;align-items:center;gap:10px;background:#079447;color:#fff;border:2px solid #fff;border-radius:12px;padding:13px 18px;font-weight:800;font-size:1.05rem;box-shadow:0 8px 24px rgba(0,0,0,.16);white-space:nowrap}
.menukortet-restaurant-info{max-width:1280px;display:grid;grid-template-columns:minmax(0,1fr) minmax(350px,.9fr);gap:30px;margin:0 auto 54px;padding:30px 32px;background:#fff;border-radius:0;box-shadow:none}
.menukortet-restaurant-menu{max-width:1280px;margin:0 auto;padding:0 32px 70px}
@media(max-width:900px){.menukortet-restaurant-logo{left:28px;width:150px;height:150px;bottom:-60px}.menukortet-restaurant-profile{padding:30px 24px 26px 205px;align-items:flex-start;flex-direction:column}.menukortet-restaurant-info{grid-template-columns:1fr;padding:28px 24px}.menukortet-restaurant-menu{padding-left:24px;padding-right:24px}}
@media(max-width:600px){.menukortet-restaurant-hero,.menukortet-restaurant-cover-spacer{min-height:270px}.menukortet-restaurant-logo{left:20px;bottom:-50px;width:112px;height:112px;border-width:4px}.menukortet-restaurant-profile{padding:66px 20px 24px;min-height:0}.menukortet-restaurant-heading h1{font-size:2.25rem}.menukortet-delivery-badge{white-space:normal;font-size:.92rem;width:100%;justify-content:center}.menukortet-restaurant-info{padding:24px 20px;margin-bottom:40px}.menukortet-restaurant-menu{padding:0 16px 55px}}


/* v1.2.2 – tydelig restaurantinformation og vandret produktlayout */
.menukortet-restaurant-summary{font-size:1.05rem;line-height:1.75;color:#4b5563}
.menukortet-restaurant-summary p{margin:0}
.menukortet-restaurant-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-content:start}
.menukortet-restaurant-details>a,
.menukortet-restaurant-details .menukortet-hours{display:flex;flex-direction:column;gap:6px;min-width:0;padding:17px 18px;border:1px solid #e5e7eb;border-radius:13px;background:#f8fafc;color:var(--menukortet-primary);text-decoration:none;line-height:1.45;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}
.menukortet-restaurant-details>a:hover{border-color:var(--menukortet-accent);transform:translateY(-1px);box-shadow:0 8px 20px rgba(15,23,42,.07)}
.menukortet-restaurant-details strong{display:block;font-size:.78rem;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;color:#6b7280}
.menukortet-restaurant-details span{display:block;overflow-wrap:anywhere;font-size:1rem;color:var(--menukortet-primary)}
.menukortet-restaurant-details .menukortet-hours{grid-column:1/-1}
.menukortet-restaurant-details .menukortet-hours span{white-space:normal;line-height:1.8}

.menukortet-restaurant-menu .menukortet-grid{grid-template-columns:1fr!important;gap:18px}
.menukortet-restaurant-menu .menukortet-card{display:grid;grid-template-columns:300px minmax(0,1fr);min-height:196px;border-radius:14px;overflow:hidden;box-shadow:0 7px 24px rgba(15,23,42,.07)}
.menukortet-restaurant-menu .menukortet-image{width:100%;height:100%;min-height:196px;flex:none}
.menukortet-restaurant-menu .menukortet-image img{width:100%;height:100%;min-height:196px;object-fit:cover}
.menukortet-restaurant-menu .menukortet-content{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:26px;align-items:center;padding:26px 28px}
.menukortet-restaurant-menu .menukortet-product-copy{min-width:0}
.menukortet-restaurant-menu .menukortet-product-topline{display:flex;align-items:baseline;flex-wrap:wrap;column-gap:30px;row-gap:8px;margin-bottom:14px}
.menukortet-restaurant-menu .menukortet-title-row{margin:0;flex:0 0 auto}
.menukortet-restaurant-menu .menukortet-title-row h3{font-size:clamp(1.55rem,2.3vw,2.2rem);line-height:1.1}
.menukortet-restaurant-menu .menukortet-ingredients{margin:0;font-size:1rem;line-height:1.55;color:#5b6470;opacity:1}
.menukortet-restaurant-menu .menukortet-description{margin:0 0 14px;font-size:1rem;color:#374151}
.menukortet-restaurant-menu .menukortet-prices{max-width:470px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px 18px}
.menukortet-restaurant-menu .menukortet-price-row-front{padding:8px 0 0}
.menukortet-restaurant-menu .menukortet-product-action{display:flex;align-items:center;justify-content:flex-end}
.menukortet-restaurant-menu .menukortet-customize{width:auto;min-width:185px;margin:0;padding:14px 18px;white-space:nowrap;border-radius:0}

@media(max-width:900px){
 .menukortet-restaurant-details{grid-template-columns:1fr}
 .menukortet-restaurant-details .menukortet-hours{grid-column:auto}
 .menukortet-restaurant-menu .menukortet-card{grid-template-columns:230px minmax(0,1fr)}
 .menukortet-restaurant-menu .menukortet-content{grid-template-columns:1fr;gap:18px}
 .menukortet-restaurant-menu .menukortet-product-action{justify-content:flex-start}
}
@media(max-width:680px){
 .menukortet-restaurant-info{gap:22px}
 .menukortet-restaurant-menu .menukortet-card{display:flex;flex-direction:column}
 .menukortet-restaurant-menu .menukortet-image,.menukortet-restaurant-menu .menukortet-image img{height:220px;min-height:220px}
 .menukortet-restaurant-menu .menukortet-content{display:block;padding:20px}
 .menukortet-restaurant-menu .menukortet-product-topline{display:block}
 .menukortet-restaurant-menu .menukortet-ingredients{margin-top:10px}
 .menukortet-restaurant-menu .menukortet-product-action{display:block;margin-top:18px}
 .menukortet-restaurant-menu .menukortet-customize{width:100%;min-width:0;border-radius:10px}
}


/* v1.2.3 – robust produktlayout med og uden produktbillede */
.menukortet-restaurant-menu .menukortet-card.has-image{grid-template-columns:300px minmax(0,1fr)}
.menukortet-restaurant-menu .menukortet-card.no-image{grid-template-columns:minmax(0,1fr)}
.menukortet-restaurant-menu .menukortet-card.no-image .menukortet-content{width:100%;grid-template-columns:minmax(0,1fr) auto}
.menukortet-restaurant-menu .menukortet-product-copy{width:100%;max-width:none}
.menukortet-restaurant-menu .menukortet-ingredients{overflow-wrap:anywhere}
.menukortet-restaurant-menu .menukortet-prices{width:100%;max-width:620px}
@media(max-width:900px){
 .menukortet-restaurant-menu .menukortet-card.has-image{grid-template-columns:230px minmax(0,1fr)}
 .menukortet-restaurant-menu .menukortet-card.no-image .menukortet-content{grid-template-columns:minmax(0,1fr) auto}
}
@media(max-width:680px){
 .menukortet-restaurant-menu .menukortet-card.has-image,.menukortet-restaurant-menu .menukortet-card.no-image{display:flex;flex-direction:column}
 .menukortet-restaurant-menu .menukortet-card.no-image .menukortet-content{display:block}
}


/* v1.2.4 – kompakt produktkort; størrelse og pris vælges kun i tilpasningsvinduet */
.menukortet-restaurant-menu .menukortet-card,
.menukortet-restaurant-menu .menukortet-card.has-image{
 display:grid!important;
 grid-template-columns:260px minmax(0,1fr)!important;
 min-height:180px!important;
 align-items:stretch!important;
}
.menukortet-restaurant-menu .menukortet-card.no-image{
 grid-template-columns:minmax(0,1fr)!important;
 min-height:0!important;
}
.menukortet-restaurant-menu .menukortet-image{
 grid-column:1!important;
 grid-row:1!important;
 width:260px!important;
 height:100%!important;
 min-height:180px!important;
 max-height:220px!important;
}
.menukortet-restaurant-menu .menukortet-image img{
 width:100%!important;
 height:100%!important;
 min-height:180px!important;
 max-height:220px!important;
 object-fit:cover!important;
}
.menukortet-restaurant-menu .menukortet-content{
 grid-column:2!important;
 grid-row:1!important;
 width:100%!important;
 min-width:0!important;
 padding:24px 28px!important;
 display:grid!important;
 grid-template-columns:minmax(0,1fr) auto!important;
 gap:28px!important;
 align-items:center!important;
}
.menukortet-restaurant-menu .menukortet-card.no-image .menukortet-content{
 grid-column:1!important;
}
.menukortet-restaurant-menu .menukortet-product-topline{
 display:block!important;
 margin:0 0 11px!important;
}
.menukortet-restaurant-menu .menukortet-title-row{
 margin:0 0 9px!important;
}
.menukortet-restaurant-menu .menukortet-title-row h3{
 margin:0!important;
 font-size:clamp(1.55rem,2vw,2rem)!important;
 line-height:1.12!important;
}
.menukortet-restaurant-menu .menukortet-ingredients{
 margin:0!important;
 font-size:.98rem!important;
 line-height:1.5!important;
}
.menukortet-restaurant-menu .menukortet-description{
 margin:0!important;
 color:#4b5563!important;
 line-height:1.55!important;
}
.menukortet-restaurant-menu .menukortet-product-action{
 align-self:center!important;
}
.menukortet-restaurant-menu .menukortet-customize{
 margin:0!important;
 min-width:190px!important;
 border-radius:10px!important;
}
@media(max-width:900px){
 .menukortet-restaurant-menu .menukortet-card,
 .menukortet-restaurant-menu .menukortet-card.has-image{grid-template-columns:210px minmax(0,1fr)!important}
 .menukortet-restaurant-menu .menukortet-image{width:210px!important}
 .menukortet-restaurant-menu .menukortet-content{padding:22px!important;grid-template-columns:1fr!important;gap:17px!important}
 .menukortet-restaurant-menu .menukortet-product-action{justify-content:flex-start!important}
}
@media(max-width:680px){
 .menukortet-restaurant-menu .menukortet-card,
 .menukortet-restaurant-menu .menukortet-card.has-image,
 .menukortet-restaurant-menu .menukortet-card.no-image{display:flex!important;flex-direction:column!important}
 .menukortet-restaurant-menu .menukortet-image{width:100%!important;height:205px!important;min-height:205px!important;max-height:205px!important}
 .menukortet-restaurant-menu .menukortet-image img{height:205px!important;min-height:205px!important;max-height:205px!important}
 .menukortet-restaurant-menu .menukortet-content{display:block!important;padding:20px!important}
 .menukortet-restaurant-menu .menukortet-product-action{margin-top:18px!important}
 .menukortet-restaurant-menu .menukortet-customize{width:100%!important;min-width:0!important}
}

/* v1.2.5 – fast produktstruktur: billede | information | handling */
.menukortet-restaurant-menu .menukortet-card,
.menukortet-restaurant-menu .menukortet-card.has-image {
  display:grid!important;
  grid-template-columns:300px minmax(0,1fr) auto!important;
  grid-template-areas:"image copy action"!important;
  gap:0!important;
  align-items:center!important;
  min-height:200px!important;
  padding:0!important;
}
.menukortet-restaurant-menu .menukortet-card.no-image {
  grid-template-columns:minmax(0,1fr) auto!important;
  grid-template-areas:"copy action"!important;
}
.menukortet-restaurant-menu .menukortet-image {
  grid-area:image!important;
  grid-column:auto!important;
  grid-row:auto!important;
  align-self:stretch!important;
  width:300px!important;
  height:100%!important;
  min-height:200px!important;
  max-height:none!important;
  overflow:hidden!important;
}
.menukortet-restaurant-menu .menukortet-image img {
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:200px!important;
  max-height:none!important;
  object-fit:cover!important;
}
.menukortet-restaurant-menu .menukortet-product-copy {
  grid-area:copy!important;
  width:auto!important;
  min-width:0!important;
  padding:28px 34px!important;
  align-self:center!important;
}
.menukortet-restaurant-menu .menukortet-title-row {
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:0 0 22px!important;
}
.menukortet-restaurant-menu .menukortet-title-row h3 {
  margin:0!important;
  font-size:clamp(1.65rem,2.2vw,2.2rem)!important;
  line-height:1.12!important;
}
.menukortet-restaurant-menu .menukortet-ingredients,
.menukortet-restaurant-menu .menukortet-description {
  display:block!important;
  margin:0 0 14px!important;
  font-size:1rem!important;
  line-height:1.55!important;
  color:#1f2937!important;
  opacity:1!important;
}
.menukortet-restaurant-menu .menukortet-description {margin-bottom:0!important}
.menukortet-restaurant-menu .menukortet-description p {display:inline!important;margin:0!important}
.menukortet-restaurant-menu .menukortet-product-action {
  grid-area:action!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  align-self:stretch!important;
  padding:28px 34px 28px 10px!important;
  margin:0!important;
}
.menukortet-restaurant-menu .menukortet-customize {
  width:auto!important;
  min-width:200px!important;
  margin:0!important;
  padding:15px 20px!important;
  border-radius:10px!important;
  white-space:nowrap!important;
}
@media(max-width:980px){
 .menukortet-restaurant-menu .menukortet-card,
 .menukortet-restaurant-menu .menukortet-card.has-image{grid-template-columns:230px minmax(0,1fr)!important;grid-template-areas:"image copy" "image action"!important}
 .menukortet-restaurant-menu .menukortet-image{width:230px!important}
 .menukortet-restaurant-menu .menukortet-product-copy{padding:24px 24px 12px!important}
 .menukortet-restaurant-menu .menukortet-product-action{justify-content:flex-start!important;align-self:auto!important;padding:0 24px 24px!important}
}
@media(max-width:680px){
 .menukortet-restaurant-menu .menukortet-card,
 .menukortet-restaurant-menu .menukortet-card.has-image,
 .menukortet-restaurant-menu .menukortet-card.no-image{display:grid!important;grid-template-columns:1fr!important;grid-template-areas:"image" "copy" "action"!important}
 .menukortet-restaurant-menu .menukortet-card.no-image{grid-template-areas:"copy" "action"!important}
 .menukortet-restaurant-menu .menukortet-image{width:100%!important;height:220px!important;min-height:220px!important}
 .menukortet-restaurant-menu .menukortet-image img{height:220px!important;min-height:220px!important}
 .menukortet-restaurant-menu .menukortet-product-copy{padding:22px 20px 12px!important}
 .menukortet-restaurant-menu .menukortet-title-row{margin-bottom:15px!important}
 .menukortet-restaurant-menu .menukortet-product-action{padding:6px 20px 22px!important}
 .menukortet-restaurant-menu .menukortet-customize{width:100%!important;min-width:0!important}
}

/* v1.2.6 – kategorinavigation og adressekort */
.menukortet-restaurant-details .menukortet-address-card{display:flex;flex-direction:column;gap:6px;min-width:0;padding:17px 18px;border:1px solid #e5e7eb;border-radius:13px;background:#f8fafc;color:var(--menukortet-primary);line-height:1.45}
.menukortet-category-nav{margin:0 0 34px;padding:20px 22px;border:1px solid rgba(31,41,55,.12);border-radius:16px;background:#f8fafc;box-shadow:0 8px 24px rgba(15,23,42,.05)}
.menukortet-category-nav-label{margin-bottom:12px;font-size:.78rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#6b7280}
.menukortet-category-nav-links{display:flex;flex-wrap:wrap;gap:10px}
.menukortet-category-jump{display:inline-flex;align-items:center;justify-content:center;padding:11px 18px;border:1px solid rgba(31,41,55,.16);border-radius:999px;background:#fff;color:var(--menukortet-primary)!important;text-decoration:none!important;font-weight:800;line-height:1;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease}
.menukortet-category-jump:hover,.menukortet-category-jump:focus{transform:translateY(-1px);border-color:var(--menukortet-accent);background:var(--menukortet-accent);color:#fff!important}
.menukortet-category{scroll-margin-top:28px}
@media(max-width:680px){.menukortet-category-nav{padding:17px 16px;margin-bottom:26px}.menukortet-category-nav-links{flex-wrap:nowrap;overflow-x:auto;padding-bottom:3px}.menukortet-category-jump{white-space:nowrap}}

/* v1.3.0 – platformforside, søgning, kontakt og om os */
.menukortet-platform-home{width:100%;color:#14251c}.menukortet-home-hero{min-height:520px;display:grid;place-items:center;padding:70px 24px;background:#173225 center/cover no-repeat}.menukortet-home-inner{width:min(900px,100%);text-align:center;color:#fff}.menukortet-home-inner h1{margin:0 0 16px;font-size:clamp(2.4rem,6vw,5rem);line-height:1.02;color:#fff}.menukortet-home-inner p{margin:0 auto 30px;max-width:680px;font-size:1.18rem}.menukortet-restaurant-search{display:flex;gap:10px;max-width:700px;margin:auto;padding:10px;background:#fff;border-radius:18px;box-shadow:0 18px 45px rgba(0,0,0,.22)}.menukortet-restaurant-search input{flex:1;min-width:0;border:0!important;box-shadow:none!important;padding:15px 18px!important;font-size:1.05rem}.menukortet-restaurant-search button,.menukortet-contact-form button{border:0;border-radius:12px;padding:15px 25px;background:var(--menukortet-accent,#d97706);color:#fff;font-weight:800;cursor:pointer}.menukortet-search-results{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:55px 0 80px}.menukortet-results-heading{text-align:center;margin-bottom:30px}.menukortet-results-heading h2{margin:0 0 8px}.menukortet-restaurant-results{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.menukortet-result-card{overflow:hidden;border:1px solid #e4e8e5;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(20,37,28,.08)}.menukortet-result-card a{display:block;color:inherit!important;text-decoration:none!important}.menukortet-result-cover{position:relative;height:190px;background:#edf2ef;overflow:hidden}.menukortet-result-cover>img{width:100%;height:100%;object-fit:cover}.menukortet-result-logo{position:absolute;left:18px;bottom:-1px;transform:translateY(35%);width:78px;height:78px;padding:5px;border-radius:50%;background:#fff;box-shadow:0 8px 20px rgba(0,0,0,.18)}.menukortet-result-logo img{width:100%;height:100%;object-fit:contain;border-radius:50%}.menukortet-result-copy{padding:28px 20px 22px}.menukortet-result-copy h3{margin:0 0 8px}.menukortet-result-copy p{margin:0 0 12px;color:#66736b}.menukortet-result-copy span{display:inline-block;padding:7px 10px;border-radius:999px;background:#edf8f0;color:#176b38;font-weight:700;font-size:.88rem}.menukortet-contact-page,.menukortet-about-page{width:min(760px,calc(100% - 32px));margin:50px auto 80px}.menukortet-contact-form{display:grid;gap:18px;padding:28px;border:1px solid #e5e7eb;border-radius:18px;background:#fff}.menukortet-contact-form label{display:grid;gap:7px;font-weight:700}.menukortet-contact-form input,.menukortet-contact-form textarea{width:100%;padding:13px 14px;border:1px solid #d8ddda;border-radius:10px}.menukortet-contact-form button{justify-self:start}.menukortet-form-message{margin:0 0 18px;padding:14px 16px;border-radius:10px;background:#eef7f0}.menukortet-hp{position:absolute!important;left:-9999px!important}.menukortet-about-page span{font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--menukortet-accent,#d97706)}.menukortet-about-page h1{font-size:clamp(2.2rem,5vw,4rem);margin:8px 0 22px}.menukortet-about-page p{font-size:1.12rem;line-height:1.8}.menukortet-platform-active .mealhub-header-cta,.menukortet-platform-active a[href*="#menu"]{display:none!important}@media(max-width:850px){.menukortet-restaurant-results{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.menukortet-home-hero{min-height:440px}.menukortet-restaurant-search{flex-direction:column}.menukortet-restaurant-search button{width:100%}.menukortet-restaurant-results{grid-template-columns:1fr}}

/* Platform pages rendered directly by the plugin */
.menukortet-home-view .menukortet-cart-toggle,.menukortet-contact-view .menukortet-cart-toggle,.menukortet-about-view .menukortet-cart-toggle{display:none!important}
.menukortet-home-view main,.menukortet-contact-view main,.menukortet-about-view main{max-width:none!important;width:100%!important;padding:0!important;margin:0!important}

/* v1.4.0 – For restauratører og For kunder */
.menukortet-info-page{--mh-dark:#14251c;--mh-soft:#f6f8f6;--mh-border:#e2e8e4;color:var(--mh-dark);width:100%}.menukortet-info-hero{padding:90px max(24px,calc((100vw - 1160px)/2));background:linear-gradient(135deg,#102219,#1f4933);color:#fff}.menukortet-info-hero>span,.menukortet-section-heading>span,.menukortet-notice span{display:block;margin-bottom:12px;color:#f0a22b;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.menukortet-info-hero h1{max-width:900px;margin:0 0 22px;color:#fff;font-size:clamp(2.5rem,5vw,5rem);line-height:1.04}.menukortet-info-hero>p{max-width:820px;margin:0;font-size:1.18rem;line-height:1.75;color:rgba(255,255,255,.9)}.menukortet-highlight{max-width:900px;margin-top:34px;padding:20px 24px;border:1px solid rgba(255,255,255,.22);border-radius:16px;background:rgba(255,255,255,.1);font-size:1.05rem;font-weight:750}.menukortet-benefits,.menukortet-steps,.menukortet-price-grid{width:min(1160px,calc(100% - 32px));margin:0 auto;display:grid;gap:22px}.menukortet-benefits{grid-template-columns:repeat(3,1fr);padding:55px 0}.menukortet-benefits article,.menukortet-steps article,.menukortet-price-card{padding:28px;border:1px solid var(--mh-border);border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(20,37,28,.06)}.menukortet-benefits strong{display:block;margin-bottom:8px;font-size:1.25rem}.menukortet-benefits p,.menukortet-steps p,.menukortet-price-card p{margin:0;color:#5d6b63;line-height:1.65}.menukortet-process,.menukortet-pricing{padding:75px 0;background:var(--mh-soft)}.menukortet-pricing{background:#fff}.menukortet-section-heading{width:min(820px,calc(100% - 32px));margin:0 auto 38px;text-align:center}.menukortet-section-heading h2{margin:0 0 12px;font-size:clamp(2rem,4vw,3.4rem)}.menukortet-section-heading p{margin:0;color:#66736b}.menukortet-steps{grid-template-columns:repeat(3,1fr)}.menukortet-customer-steps{grid-template-columns:repeat(5,1fr)}.menukortet-steps b{display:grid;place-items:center;width:42px;height:42px;margin-bottom:18px;border-radius:50%;background:#f0a22b;color:#fff;font-size:1.1rem}.menukortet-steps h3{margin:0 0 10px}.menukortet-price-grid{grid-template-columns:repeat(3,1fr);align-items:stretch}.menukortet-price-card{position:relative;padding:34px}.menukortet-price-card>span{font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:#b87008}.menukortet-price-card h3{margin:12px 0;font-size:2.2rem}.menukortet-price-card h3 small{font-size:.85rem;font-weight:600;color:#69756e}.menukortet-price-card ul{margin:24px 0 0;padding:0;list-style:none}.menukortet-price-card li{position:relative;padding:9px 0 9px 25px;border-top:1px solid #edf0ee}.menukortet-price-card li:before{content:'✓';position:absolute;left:0;color:#178047;font-weight:900}.menukortet-price-card.is-featured{border:2px solid #f0a22b;transform:translateY(-10px)}.menukortet-price-card em{position:absolute;right:18px;top:18px;padding:6px 9px;border-radius:999px;background:#f0a22b;color:#fff;font-size:.75rem;font-style:normal;font-weight:900}.menukortet-notice{padding:70px 24px;background:#17291f;color:#fff}.menukortet-notice>div{width:min(900px,100%);margin:auto}.menukortet-notice h2{margin:0 0 15px;color:#fff;font-size:clamp(2rem,4vw,3rem)}.menukortet-notice p{margin:0;color:rgba(255,255,255,.84);font-size:1.08rem;line-height:1.75}.menukortet-info-cta{padding:75px 24px;text-align:center}.menukortet-info-cta h2{margin:0 0 12px;font-size:clamp(2rem,4vw,3rem)}.menukortet-info-cta p{margin:0 auto 25px;max-width:700px;color:#66736b}.menukortet-info-cta a{display:inline-flex;padding:14px 24px;border-radius:12px;background:#d97706;color:#fff!important;text-decoration:none!important;font-weight:900}.menukortet-owners-view main,.menukortet-customers-view main{max-width:none!important;width:100%!important;padding:0!important;margin:0!important}.menukortet-owners-view .menukortet-cart-toggle,.menukortet-customers-view .menukortet-cart-toggle{display:none!important}
@media(max-width:1000px){.menukortet-customer-steps{grid-template-columns:repeat(2,1fr)}.menukortet-price-grid{grid-template-columns:1fr}.menukortet-price-card.is-featured{transform:none}.menukortet-benefits,.menukortet-steps{grid-template-columns:1fr}}
@media(max-width:600px){.menukortet-info-hero{padding-top:65px;padding-bottom:65px}.menukortet-customer-steps{grid-template-columns:1fr}.menukortet-benefits{padding:35px 0}.menukortet-process,.menukortet-pricing{padding:55px 0}}

/* v1.5.0 – ordreflow og dashboards */
.menukortet-contact-modern,.menukortet-checkout-page,.menukortet-dashboard,.menukortet-customer-dashboard,.menukortet-login-shell{max-width:1240px;margin:0 auto;padding:70px 24px}.menukortet-contact-modern{display:grid;grid-template-columns:.8fr 1.2fr;gap:42px;align-items:start}.menukortet-contact-intro{background:linear-gradient(145deg,#10261c,#173b2a);color:#fff;border-radius:28px;padding:52px;min-height:520px}.menukortet-contact-intro>span,.menukortet-checkout-head>span,.menukortet-dashboard header span,.menukortet-customer-dashboard header>span,.menukortet-login-card>span{color:#e59a1c;text-transform:uppercase;letter-spacing:.14em;font-weight:800}.menukortet-contact-intro h1,.menukortet-checkout-head h1,.menukortet-login-card h1{font-size:clamp(38px,5vw,68px);line-height:1.02;margin:16px 0 24px}.menukortet-contact-intro p{font-size:20px;opacity:.86}.menukortet-contact-intro div{margin-top:60px;padding:22px;border:1px solid rgba(255,255,255,.18);border-radius:18px}.menukortet-contact-intro a{display:block;color:#fff;margin-top:6px}.menukortet-contact-panel,.menukortet-checkout-form,.menukortet-order-summary,.menukortet-login-card{background:#fff;border:1px solid #e5e7eb;border-radius:28px;padding:36px;box-shadow:0 20px 60px rgba(15,23,42,.08)}.menukortet-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.menukortet-contact-form label,.menukortet-checkout-form label,.menukortet-login-card label{display:block;font-weight:750;margin-bottom:18px}.menukortet-contact-form input,.menukortet-contact-form textarea,.menukortet-contact-form select,.menukortet-checkout-form input,.menukortet-checkout-form select,.menukortet-login-card input{width:100%;margin-top:8px;padding:15px 16px;border:1px solid #d7dce2;border-radius:13px;background:#f8fafc}.menukortet-contact-form button,.menukortet-place-order,.menukortet-login-card button{border:0;border-radius:13px;background:#d97706;color:#fff;padding:16px 26px;font-weight:850;font-size:17px}.menukortet-checkout-head{text-align:center;max-width:800px;margin:0 auto 42px}.menukortet-checkout-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:30px}.menukortet-order-summary{position:sticky;top:30px}.menukortet-order-summary h2,.menukortet-checkout-form h2{margin-top:0}.menukortet-order-summary #menukortet-checkout-items>div{display:flex;justify-content:space-between;gap:15px;padding:15px 0;border-bottom:1px solid #edf0f3}.menukortet-order-summary small{display:block;color:#64748b;margin-top:4px}.menukortet-summary-total{display:flex;justify-content:space-between;font-size:22px;padding-top:22px}.menukortet-payment-choice,.menukortet-account-box{padding:18px!important;border:1px solid #dfe5e9;border-radius:15px;background:#f8fafc}.menukortet-payment-choice{display:flex!important;align-items:center;gap:14px}.menukortet-payment-choice input{width:auto!important;margin:0!important}.menukortet-payment-choice small{display:block;color:#64748b}.menukortet-cart-actions{display:grid;gap:10px;width:100%}.menukortet-checkout-link{display:block;text-align:center;background:var(--menukortet-accent,#d97706);color:#fff!important;padding:13px;border-radius:10px;text-decoration:none;font-weight:800}.menukortet-dashboard header,.menukortet-customer-dashboard header{display:flex;justify-content:space-between;align-items:end;margin-bottom:32px}.menukortet-dashboard h1,.menukortet-customer-dashboard h1{font-size:42px;margin:8px 0}.menukortet-live-dot{color:#16803d;font-weight:800}.menukortet-order-list{display:grid;gap:20px}.menukortet-order-card,.menukortet-customer-order{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:26px;box-shadow:0 10px 35px rgba(15,23,42,.05)}.menukortet-order-top{display:flex;justify-content:space-between;gap:20px;align-items:start}.menukortet-order-top strong{font-size:21px}.menukortet-order-top small{display:block;color:#64748b;margin-top:5px}.menukortet-order-top>span{padding:8px 13px;background:#eef6f0;border-radius:999px;font-weight:800}.menukortet-order-customer{margin:18px 0}.menukortet-status-buttons{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.menukortet-status-buttons form{margin:0}.menukortet-status-buttons button{border:1px solid #d7dde3;background:#fff;border-radius:999px;padding:9px 13px}.menukortet-status-buttons button.is-current{background:#173b2a;color:#fff}.menukortet-status-timeline{display:grid;grid-template-columns:repeat(6,1fr);margin:30px 0}.menukortet-status-timeline>div{position:relative;text-align:center;color:#94a3b8}.menukortet-status-timeline>div:before{content:"";position:absolute;top:17px;left:-50%;width:100%;height:3px;background:#e2e8f0}.menukortet-status-timeline>div:first-child:before{display:none}.menukortet-status-timeline b{position:relative;z-index:1;display:grid;place-items:center;width:36px;height:36px;margin:0 auto 9px;border-radius:50%;background:#e2e8f0}.menukortet-status-timeline .is-done{color:#173b2a;font-weight:750}.menukortet-status-timeline .is-done b,.menukortet-status-timeline .is-done:before{background:#22a05a;color:#fff}.menukortet-rejected{background:#fff1f2;color:#be123c;padding:18px;border-radius:14px;margin:20px 0;font-weight:800}.menukortet-customer-order details{border-top:1px solid #e5e7eb;padding-top:17px}.menukortet-customer-order summary{cursor:pointer;font-weight:800}.menukortet-login-shell{min-height:65vh;display:grid;place-items:center}.menukortet-login-card{width:min(520px,100%)}.menukortet-login-message,#menukortet-checkout-message{margin-top:15px;color:#b42318;font-weight:700}.menukortet-empty-state{padding:40px;text-align:center;background:#fff;border-radius:20px;border:1px solid #e5e7eb}
@media(max-width:850px){.menukortet-contact-modern,.menukortet-checkout-grid{grid-template-columns:1fr}.menukortet-form-grid{grid-template-columns:1fr}.menukortet-contact-intro{min-height:auto;padding:35px}.menukortet-order-summary{position:static}.menukortet-status-timeline{grid-template-columns:1fr;gap:12px;text-align:left}.menukortet-status-timeline>div{display:flex;align-items:center;gap:10px;text-align:left}.menukortet-status-timeline>div:before{display:none}.menukortet-status-timeline b{margin:0}.menukortet-dashboard header,.menukortet-customer-dashboard header{display:block}}

.menukortet-status-form button.is-loading{opacity:.65;cursor:wait}
.menukortet-status-just-updated{outline:3px solid rgba(34,197,94,.25);outline-offset:2px;transition:outline-color .3s ease}
.menukortet-customer-current-status{transition:background-color .25s ease,color .25s ease}
