/* RFM Gewinnspiel Frontend - RFM Charts Look */
.rfm-gw-list{display:grid;gap:18px;max-width:1120px;margin:0 auto;color:#fff;font-family:inherit}
.rfm-gw-card{position:relative;overflow:hidden;margin:18px 0;color:#fff;background:linear-gradient(135deg,rgba(72,72,64,.92),rgba(20,20,18,.97) 46%,rgba(5,5,5,.99));border:1px solid rgba(232,205,84,.70);border-radius:24px;box-shadow:0 18px 46px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.10);isolation:isolate;animation:rfmGwFadeUp .35s ease both}
.rfm-gw-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 8% 8%,rgba(255,224,95,.18),transparent 30%),radial-gradient(circle at 80% 18%,rgba(255,224,95,.10),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.035),transparent 32%);pointer-events:none;z-index:0}.rfm-gw-card:after{content:"";position:absolute;left:20px;right:20px;top:0;height:3px;background:linear-gradient(90deg,#9b741c,#ffe36f,#9b741c);opacity:.9;z-index:1;border-radius:999px}.rfm-gw-toprow,.rfm-gw-formrow{position:relative;z-index:2}.rfm-gw-toprow{display:grid;grid-template-columns:112px minmax(0,1fr);gap:16px;padding:18px 18px 17px;align-items:start}.rfm-gw-image{width:112px;height:112px;aspect-ratio:1/1;border-radius:13px;background:#080808;overflow:hidden;border:1px solid rgba(232,205,84,.78);box-shadow:0 0 0 2px rgba(255,226,95,.10),0 10px 22px rgba(0,0,0,.52);padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.rfm-gw-image:hover{transform:translateY(-1px);border-color:#ffe779;box-shadow:0 0 18px rgba(255,224,95,.30),0 12px 26px rgba(0,0,0,.56)}.rfm-gw-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease,filter .35s ease}.rfm-gw-card:hover .rfm-gw-image img{transform:scale(1.035);filter:saturate(1.08)}.rfm-gw-info{min-width:0;display:grid;gap:9px;align-content:start}.rfm-gw-card h2{color:#fff;margin:0;font-size:clamp(25px,2.6vw,36px);line-height:1.02;font-weight:900;letter-spacing:-.035em;text-transform:uppercase;text-shadow:0 2px 14px rgba(0,0,0,.82)}.rfm-gw-badges{display:flex;flex-wrap:wrap;gap:8px;margin:1px 0 4px}.rfm-gw-badge{display:inline-flex;align-items:center;gap:7px;background:linear-gradient(180deg,rgba(255,226,95,.16),rgba(0,0,0,.24));border:1px solid rgba(232,205,84,.70);border-radius:999px;padding:6px 12px;color:#fff;backdrop-filter:blur(6px);font-size:12px;line-height:1.1;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 0 12px rgba(255,224,95,.08)}.rfm-gw-badge strong{color:#ffe878;font-weight:950;font-variant-numeric:tabular-nums}.rfm-gw-status-badge>span{font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:#e9d18b}.rfm-gw-status-badge.is-ended strong{color:#fff}.rfm-gw-desc{color:#eee2c7;font-size:14px;line-height:1.48;max-width:930px}.rfm-gw-desc p{margin:.25em 0}.rfm-gw-desc strong,.rfm-gw-desc b{color:#ffe878}.rfm-gw-formrow{border-top:1px solid rgba(232,205,84,.30);background:linear-gradient(180deg,rgba(0,0,0,.22),rgba(0,0,0,.43));padding:14px 18px 17px}.rfm-gw-form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:end}.rfm-gw-form label{display:grid;gap:6px;font-weight:900;color:#fff;font-size:13px;letter-spacing:.01em}.rfm-gw-form input[type=email],.rfm-gw-form input[type=text]{width:100%;box-sizing:border-box;height:44px;border-radius:11px;border:1px solid rgba(232,205,84,.54);background:linear-gradient(180deg,#fff,#e7e7e7);color:#111;padding:9px 12px;font-size:15px;box-shadow:inset 0 1px 0 rgba(255,255,255,.88);transition:box-shadow .18s ease,border-color .18s ease,transform .18s ease}.rfm-gw-form input:focus{outline:0;border-color:#ffe779;box-shadow:0 0 0 3px rgba(255,224,95,.24),0 8px 16px rgba(0,0,0,.20);transform:translateY(-1px)}.rfm-gw-consent-action{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) minmax(210px,230px);gap:12px;align-items:stretch}.rfm-gw-consent{font-size:12px;line-height:1.36;font-weight:500!important;display:flex!important;align-items:flex-start;gap:9px;color:#f4ead2;background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025));border:1px solid rgba(232,205,84,.28);border-radius:12px;padding:11px 13px}.rfm-gw-consent input{margin:2px 0 0;flex:0 0 auto;accent-color:#d8b45a}.rfm-gw-form button{width:100%;min-height:58px;background:linear-gradient(180deg,#ffec9f 0%,#e3bd4e 48%,#ac7e1e 100%);color:#080808;border:1px solid rgba(255,236,160,.82);border-radius:14px;padding:10px 14px;font-size:18px;font-weight:950;cursor:pointer;box-shadow:0 10px 22px rgba(216,180,90,.24),inset 0 1px 0 rgba(255,255,255,.60);transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;text-transform:none;letter-spacing:.005em;white-space:normal;text-align:center}.rfm-gw-form button:hover{transform:translateY(-1px);box-shadow:0 14px 25px rgba(216,180,90,.33),inset 0 1px 0 rgba(255,255,255,.68);filter:saturate(1.08)}.rfm-gw-form button:active{transform:translateY(0) scale(.99)}.rfm-gw-notice{background:linear-gradient(180deg,#ffe58d,#d8b45a);color:#111;border-radius:12px;padding:10px 12px;font-weight:950;margin:0 0 12px;border:1px solid rgba(255,232,150,.75);animation:rfmGwPop .25s ease both}.rfm-gw-closed{display:inline-flex;margin:0;color:#ffe38a;font-weight:950;background:rgba(216,180,90,.12);border:1px solid rgba(216,180,90,.42);border-radius:999px;padding:9px 13px;text-transform:uppercase;letter-spacing:.04em}.rfm-gw-participants{display:none}.rfm-gw-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.88);display:none;align-items:center;justify-content:center;z-index:999999;padding:28px;animation:rfmGwFade .18s ease both}.rfm-gw-lightbox.is-open{display:flex}.rfm-gw-lightbox img{max-width:min(96vw,1400px);max-height:92vh;width:auto;height:auto;object-fit:contain;border-radius:16px;border:1px solid rgba(216,180,90,.58);box-shadow:0 22px 70px rgba(0,0,0,.78)}.rfm-gw-lightbox-close{position:fixed;top:18px;right:18px;width:42px;height:42px;border-radius:999px;border:1px solid rgba(216,180,90,.65);background:rgba(0,0,0,.72);color:#fff;font-size:28px;line-height:1;cursor:pointer}.rfm-gw-lightbox-close:hover{background:rgba(216,180,90,.24)}@keyframes rfmGwFadeUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes rfmGwPop{from{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@keyframes rfmGwFade{from{opacity:0}to{opacity:1}}
@media(max-width:960px){.rfm-gw-form{grid-template-columns:1fr 1fr}.rfm-gw-consent-action{grid-template-columns:1fr}.rfm-gw-form button{min-height:50px}.rfm-gw-toprow{grid-template-columns:104px 1fr}.rfm-gw-image{width:104px;height:104px}}@media(max-width:640px){.rfm-gw-card{border-radius:18px}.rfm-gw-toprow{grid-template-columns:1fr;padding:15px}.rfm-gw-image{width:128px;height:128px}.rfm-gw-formrow{padding:13px 15px 15px}.rfm-gw-form{grid-template-columns:1fr}.rfm-gw-card h2{font-size:25px}.rfm-gw-consent-action{grid-template-columns:1fr}.rfm-gw-form button{width:100%}}
/* AJAX-Übersicht */
.rfm-gw-ajax-wrap{min-height:90px}.rfm-gw-loading{color:#eee2c7;background:linear-gradient(135deg,rgba(72,72,64,.92),rgba(5,5,5,.99));border:1px solid rgba(216,180,90,.58);border-radius:20px;padding:16px;text-align:center;font-weight:950;box-shadow:0 12px 32px rgba(0,0,0,.32)}
/* Kompaktes Gewinnspiel-Widget im Charts-Stil */
.rfm-gw-widget{max-width:1120px;margin:0 auto 18px;height:86px;overflow:hidden;color:#fff;background:linear-gradient(135deg,rgba(72,72,64,.92),rgba(16,16,15,.98) 45%,rgba(5,5,5,.99));border:1px solid rgba(232,205,84,.70);border-radius:18px;box-shadow:0 14px 34px rgba(0,0,0,.42);display:grid;grid-template-columns:178px 1fr;align-items:stretch;position:relative}.rfm-gw-widget:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 0 0,rgba(255,224,95,.19),transparent 42%);pointer-events:none}.rfm-gw-widget:after{content:"";position:absolute;left:16px;right:16px;top:0;height:3px;background:linear-gradient(90deg,#9b741c,#ffe36f,#9b741c);border-radius:999px}.rfm-gw-widget-head{position:relative;z-index:1;padding:12px 14px;border-right:1px solid rgba(216,180,90,.28);display:flex;flex-direction:column;justify-content:center;gap:4px}.rfm-gw-widget-head span{text-transform:uppercase;letter-spacing:.09em;font-size:10.5px;color:#ffe38a;font-weight:900}.rfm-gw-widget-head strong{font-size:26px;color:#ffe38a;line-height:1}.rfm-gw-widget-track{position:relative;z-index:1;min-width:0}.rfm-gw-widget-item{position:absolute;inset:0;display:grid;grid-template-columns:58px minmax(0,1fr);grid-template-rows:1fr 1fr;gap:2px 11px;align-items:center;padding:12px 14px;text-decoration:none!important;color:#fff!important;opacity:0;transform:translateY(10px);transition:opacity .38s ease,transform .38s ease,background .18s ease;background:transparent}.rfm-gw-widget-item.is-active{opacity:1;transform:translateY(0)}.rfm-gw-widget-item:hover{background:rgba(216,180,90,.10)}.rfm-gw-widget-item img{grid-row:1/3;width:58px;height:58px;object-fit:cover;border-radius:4px;border:1px solid rgba(216,180,90,.58);background:#080808}.rfm-gw-widget-title{font-size:17px;font-weight:950;line-height:1.12;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase}.rfm-gw-widget-meta{display:flex;align-items:center;gap:7px;min-width:0}.rfm-gw-widget-meta .rfm-gw-badge{padding:5px 8px;font-size:11.5px}.rfm-gw-widget-meta .rfm-gw-status-badge>span{font-size:9.5px}.rfm-gw-widget-meta em{font-style:normal;color:#eee2c7;font-size:12px;white-space:nowrap}.rfm-gw-widget.is-empty{height:auto;display:block;padding:14px 16px;color:#eee2c7}@media(max-width:700px){.rfm-gw-widget{height:116px;grid-template-columns:1fr}.rfm-gw-widget-head{padding:8px 12px;border-right:0;border-bottom:1px solid rgba(216,180,90,.22);flex-direction:row;align-items:center;justify-content:space-between}.rfm-gw-widget-head strong{font-size:20px}.rfm-gw-widget-item{padding:10px 12px;grid-template-columns:50px 1fr}.rfm-gw-widget-item img{width:50px;height:50px}.rfm-gw-widget-title{font-size:14px}.rfm-gw-widget-meta{gap:5px;flex-wrap:wrap}}


/* RFM Gewinnspiel v1.1.7 - Charts-Feinschliff: kein Kopfbalken, dunkleres Gold, edleres Widget */
:root{
  --rfm-gw-gold:#c79a2b;
  --rfm-gw-gold-soft:#d9b84a;
  --rfm-gw-gold-dark:#7d5714;
  --rfm-gw-gold-light:#ead27a;
}
.rfm-gw-card:after,
.rfm-gw-widget:after{display:none!important;content:none!important;height:0!important;background:none!important}
.rfm-gw-card{
  background:linear-gradient(135deg,rgba(67,64,52,.88),rgba(27,26,23,.97) 38%,rgba(5,5,5,.99));
  border-color:rgba(199,154,43,.76);
  box-shadow:0 18px 48px rgba(0,0,0,.52),inset 0 1px 0 rgba(255,255,255,.075),0 0 0 1px rgba(0,0,0,.28);
}
.rfm-gw-card:before{
  background:radial-gradient(circle at 8% 10%,rgba(199,154,43,.22),transparent 31%),radial-gradient(circle at 82% 12%,rgba(217,184,74,.10),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.028),transparent 35%);
}
.rfm-gw-badge{
  background:linear-gradient(180deg,rgba(199,154,43,.17),rgba(0,0,0,.28));
  border-color:rgba(199,154,43,.72);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 0 10px rgba(199,154,43,.07);
}
.rfm-gw-badge strong,.rfm-gw-desc strong,.rfm-gw-desc b{color:var(--rfm-gw-gold-light)}
.rfm-gw-status-badge>span{color:#d7bd72}
.rfm-gw-image{border-color:rgba(199,154,43,.78);box-shadow:0 0 0 1px rgba(217,184,74,.08),0 10px 22px rgba(0,0,0,.55)}
.rfm-gw-image:hover{border-color:#d9b84a;box-shadow:0 0 18px rgba(199,154,43,.24),0 12px 26px rgba(0,0,0,.60)}
.rfm-gw-formrow{border-top-color:rgba(199,154,43,.30)}
.rfm-gw-form input[type=email],.rfm-gw-form input[type=text]{border-color:rgba(199,154,43,.52)}
.rfm-gw-form input:focus{border-color:#d9b84a;box-shadow:0 0 0 3px rgba(199,154,43,.22),0 8px 16px rgba(0,0,0,.22)}
.rfm-gw-consent{border-color:rgba(199,154,43,.30)}
.rfm-gw-form button{
  background:linear-gradient(180deg,#ead27a 0%,#c79a2b 52%,#805817 100%);
  border-color:rgba(234,210,122,.72);
  box-shadow:0 10px 22px rgba(125,87,20,.30),inset 0 1px 0 rgba(255,255,255,.42);
}
.rfm-gw-form button:hover{box-shadow:0 14px 26px rgba(125,87,20,.42),inset 0 1px 0 rgba(255,255,255,.52);filter:saturate(1.04) brightness(1.02)}
.rfm-gw-notice{background:linear-gradient(180deg,#ead27a,#c79a2b);border-color:rgba(234,210,122,.72)}

/* Edles, kompaktes Vorschau-Widget */
.rfm-gw-widget{
  height:92px;
  background:linear-gradient(135deg,rgba(63,60,49,.90),rgba(18,18,16,.985) 46%,rgba(4,4,4,.99));
  border-color:rgba(199,154,43,.76);
  border-radius:18px;
  box-shadow:0 16px 42px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.07);
}
.rfm-gw-widget:before{
  background:radial-gradient(circle at 8% 50%,rgba(199,154,43,.26),transparent 33%),radial-gradient(circle at 94% 8%,rgba(234,210,122,.10),transparent 34%);
}
.rfm-gw-widget-head{border-right-color:rgba(199,154,43,.32);background:linear-gradient(90deg,rgba(199,154,43,.10),rgba(0,0,0,0))}
.rfm-gw-widget-head span{color:#e0c067}.rfm-gw-widget-head strong{color:#e0c067;text-shadow:0 0 18px rgba(199,154,43,.25)}
.rfm-gw-widget-track{overflow:hidden;isolation:isolate}
.rfm-gw-widget-item{
  grid-template-columns:62px minmax(0,1fr) auto;
  grid-template-rows:1fr 1fr;
  padding:13px 18px;
  gap:3px 12px;
  opacity:0;
  transform:translateX(18px) scale(.985);
  filter:blur(1px);
  transition:opacity .62s cubic-bezier(.2,.8,.2,1),transform .62s cubic-bezier(.2,.8,.2,1),filter .62s ease,background .2s ease;
}
.rfm-gw-widget-item.is-active{opacity:1;transform:translateX(0) scale(1);filter:blur(0);animation:rfmGwWidgetLuxuryIn .72s cubic-bezier(.2,.8,.2,1) both}
.rfm-gw-widget-item.is-leaving{opacity:0;transform:translateX(-18px) scale(.985);filter:blur(1px)}
.rfm-gw-widget-item:hover{background:linear-gradient(90deg,rgba(199,154,43,.13),rgba(255,255,255,.025),rgba(199,154,43,.07))}
.rfm-gw-widget-item:before{content:"";position:absolute;inset:10px 12px;border-radius:14px;border:1px solid transparent;pointer-events:none;transition:border-color .22s ease,box-shadow .22s ease}
.rfm-gw-widget-item.is-active:before{border-color:rgba(199,154,43,.18);box-shadow:inset 0 0 24px rgba(199,154,43,.055)}
.rfm-gw-widget-item:after{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,transparent,#c79a2b,transparent);opacity:0;transition:opacity .3s ease}
.rfm-gw-widget-item.is-active:after{opacity:.85}
.rfm-gw-widget-item img{width:62px;height:62px;border-radius:8px;border-color:rgba(199,154,43,.70);box-shadow:0 8px 18px rgba(0,0,0,.44),0 0 0 1px rgba(234,210,122,.10)}
.rfm-gw-widget-title{font-size:17px;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.68);align-self:end}
.rfm-gw-widget-meta{align-self:start}.rfm-gw-widget-meta .rfm-gw-badge{padding:5px 9px;border-color:rgba(199,154,43,.68)}
.rfm-gw-widget-meta em{color:#dacba5}
.rfm-gw-widget-linkhint{display:none}
@keyframes rfmGwWidgetLuxuryIn{0%{opacity:0;transform:translateX(22px) scale(.98);filter:blur(2px)}60%{opacity:1;filter:blur(0)}100%{opacity:1;transform:translateX(0) scale(1)}}
@media(max-width:700px){.rfm-gw-widget{height:122px}.rfm-gw-widget-item{grid-template-columns:52px 1fr;padding:10px 12px}.rfm-gw-widget-item img{width:52px;height:52px}.rfm-gw-widget-title{font-size:14px}}

/* RFM Gewinnspiel v1.1.8 - Widget Feinschliff */
.rfm-gw-widget-head strong{
  color:#fff!important;
  text-shadow:0 0 14px rgba(255,255,255,.16),0 0 20px rgba(199,154,43,.22)!important;
}
.rfm-gw-widget-item{
  grid-template-columns:62px minmax(0,1fr) auto!important;
  grid-template-rows:1fr!important;
  align-items:center!important;
  padding:12px 18px!important;
  gap:0 12px!important;
  opacity:0;
  transform:translateX(100%)!important;
  filter:none!important;
  transition:opacity .78s cubic-bezier(.18,.82,.2,1),transform .78s cubic-bezier(.18,.82,.2,1),background .2s ease!important;
}
.rfm-gw-widget-item.is-active{
  opacity:1!important;
  transform:translateX(0)!important;
  filter:none!important;
  animation:none!important;
}
.rfm-gw-widget-item.is-leaving{
  opacity:0!important;
  transform:translateX(-100%)!important;
  filter:none!important;
}
.rfm-gw-widget-item img{
  border-radius:10px!important;
  overflow:hidden!important;
  align-self:center!important;
}
.rfm-gw-widget-title{
  align-self:center!important;
  margin-top:0!important;
}
.rfm-gw-widget-meta{
  align-self:center!important;
  justify-self:end!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  min-height:62px!important;
  white-space:nowrap!important;
}
.rfm-gw-widget-meta .rfm-gw-badge,
.rfm-gw-widget-meta em{
  align-self:center!important;
  display:inline-flex!important;
  align-items:center!important;
}
@media(max-width:700px){
  .rfm-gw-widget-item{grid-template-columns:52px 1fr!important;grid-template-rows:auto auto!important;gap:2px 10px!important;transform:translateX(100%)!important}
  .rfm-gw-widget-item.is-leaving{transform:translateX(-100%)!important}
  .rfm-gw-widget-meta{grid-column:2;justify-self:start!important;min-height:0!important;flex-wrap:wrap!important;white-space:normal!important}
}


/* RFM Gewinnspiel v1.1.9 - Widget-Überschrift und zentrierter Zähler */
.rfm-gw-widget-section{
  max-width:1120px;
  margin:0 auto 18px;
  color:#fff;
}
.rfm-gw-widget-section-title{
  margin:0 0 12px!important;
  padding:0 0 10px!important;
  color:#fff!important;
  font-size:clamp(24px,3vw,34px)!important;
  line-height:1.05!important;
  font-weight:950!important;
  letter-spacing:-.025em!important;
  text-transform:none!important;
  text-shadow:0 3px 18px rgba(0,0,0,.68)!important;
  position:relative;
}
.rfm-gw-widget-section-title:after{
  content:"";
  display:block;
  width:84px;
  height:4px;
  margin-top:12px;
  border-radius:999px;
  background:linear-gradient(90deg,#c79a2b,#ead27a,#7d5714);
  box-shadow:0 0 18px rgba(199,154,43,.22);
}
.rfm-gw-widget{margin-left:0!important;margin-right:0!important;}
.rfm-gw-widget-head{
  text-align:center!important;
  align-items:center!important;
  justify-content:center!important;
  padding-left:16px!important;
  padding-right:16px!important;
}
.rfm-gw-widget-head span{
  display:block!important;
  width:100%!important;
  text-align:center!important;
}
.rfm-gw-widget-head strong{
  display:block!important;
  width:100%!important;
  text-align:center!important;
  color:#fff!important;
}
@media(max-width:700px){
  .rfm-gw-widget-section-title{font-size:24px!important;margin-bottom:10px!important}
  .rfm-gw-widget-head{flex-direction:column!important;gap:2px!important}
}


/* RFM Gewinnspiel v1.2.0 - Mobile Widget Optimierung: Desktop bleibt unverändert */
@media (max-width: 700px){
  .rfm-gw-widget-section{
    width:100%!important;
    max-width:100%!important;
    margin:0 auto 16px!important;
    padding:0 2px!important;
    box-sizing:border-box!important;
  }
  .rfm-gw-widget-section-title{
    font-size:22px!important;
    line-height:1.1!important;
    margin:0 0 9px!important;
    padding:0 0 8px!important;
  }
  .rfm-gw-widget-section-title:after{
    width:62px!important;
    height:3px!important;
    margin-top:9px!important;
  }
  .rfm-gw-widget{
    height:156px!important;
    grid-template-columns:1fr!important;
    grid-template-rows:54px 1fr!important;
    border-radius:16px!important;
    overflow:hidden!important;
  }
  .rfm-gw-widget-head{
    min-height:54px!important;
    padding:8px 12px!important;
    border-right:0!important;
    border-bottom:1px solid rgba(199,154,43,.30)!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:3px!important;
    background:linear-gradient(180deg,rgba(199,154,43,.16),rgba(0,0,0,.18))!important;
  }
  .rfm-gw-widget-head span{
    font-size:10px!important;
    letter-spacing:.11em!important;
    line-height:1.05!important;
    text-align:center!important;
  }
  .rfm-gw-widget-head strong{
    font-size:24px!important;
    line-height:1!important;
    color:#fff!important;
    text-align:center!important;
  }
  .rfm-gw-widget-track{
    min-height:102px!important;
    overflow:hidden!important;
  }
  .rfm-gw-widget-item{
    inset:0!important;
    grid-template-columns:56px minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    align-content:center!important;
    align-items:center!important;
    gap:7px 11px!important;
    padding:12px 13px!important;
    transform:translateX(100%)!important;
  }
  .rfm-gw-widget-item.is-active{
    transform:translateX(0)!important;
  }
  .rfm-gw-widget-item.is-leaving{
    transform:translateX(-100%)!important;
  }
  .rfm-gw-widget-item:before{
    inset:8px 9px!important;
    border-radius:13px!important;
  }
  .rfm-gw-widget-item:after{
    display:none!important;
  }
  .rfm-gw-widget-item img{
    grid-row:1 / 3!important;
    width:56px!important;
    height:56px!important;
    border-radius:10px!important;
    align-self:center!important;
  }
  .rfm-gw-widget-title{
    grid-column:2!important;
    font-size:15px!important;
    line-height:1.12!important;
    align-self:end!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .rfm-gw-widget-meta{
    grid-column:2!important;
    align-self:start!important;
    justify-self:start!important;
    min-height:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:6px!important;
    flex-wrap:wrap!important;
    white-space:normal!important;
  }
  .rfm-gw-widget-meta .rfm-gw-badge{
    padding:4px 7px!important;
    font-size:10px!important;
    line-height:1.05!important;
  }
  .rfm-gw-widget-meta .rfm-gw-status-badge>span{
    font-size:8px!important;
    letter-spacing:.08em!important;
  }
  .rfm-gw-widget-meta em{
    font-size:11px!important;
    line-height:1.1!important;
    color:#f0e8d3!important;
  }
}

@media (max-width: 420px){
  .rfm-gw-widget{height:164px!important;grid-template-rows:56px 1fr!important}
  .rfm-gw-widget-item{grid-template-columns:52px minmax(0,1fr)!important;padding:11px 10px!important;gap:6px 9px!important}
  .rfm-gw-widget-item img{width:52px!important;height:52px!important;border-radius:9px!important}
  .rfm-gw-widget-title{font-size:14px!important}
  .rfm-gw-widget-meta{gap:5px!important}
  .rfm-gw-widget-meta .rfm-gw-badge{max-width:100%!important}
}

/* RFM Gewinnspiel v1.2.2 - Original-Bildverhältnis + mobiles Widget stabil */
.rfm-gw-image{
  width:112px!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  background:rgba(0,0,0,.32)!important;
  overflow:visible!important;
  border-radius:14px!important;
  padding:0!important;
  line-height:0!important;
}
.rfm-gw-image img{
  display:block!important;
  width:112px!important;
  height:auto!important;
  max-height:168px!important;
  object-fit:contain!important;
  border-radius:13px!important;
}
.rfm-gw-card:hover .rfm-gw-image img{transform:none!important;filter:saturate(1.06)!important}
.rfm-gw-widget-item{overflow:hidden!important;}
.rfm-gw-widget-item img{
  width:auto!important;
  height:auto!important;
  max-width:62px!important;
  max-height:62px!important;
  object-fit:contain!important;
  border-radius:10px!important;
  justify-self:center!important;
  align-self:center!important;
  background:#080808!important;
}
.rfm-gw-widget-meta,
.rfm-gw-widget-meta .rfm-gw-countdown,
.rfm-gw-widget-meta .rfm-gw-countdown strong,
.rfm-gw-widget-meta em{
  font-variant-numeric:tabular-nums!important;
}
.rfm-gw-widget-meta .rfm-gw-countdown strong{
  display:inline-block!important;
  min-width:96px!important;
  text-align:left!important;
}
@media(max-width:960px){
  .rfm-gw-image{width:104px!important;height:auto!important}
  .rfm-gw-image img{width:104px!important;height:auto!important;max-height:156px!important}
}
@media(max-width:640px){
  .rfm-gw-image{width:128px!important;height:auto!important}
  .rfm-gw-image img{width:128px!important;height:auto!important;max-height:190px!important}
}
@media(max-width:700px){
  .rfm-gw-widget{height:166px!important;grid-template-rows:54px 112px!important;}
  .rfm-gw-widget-track{min-height:112px!important;}
  .rfm-gw-widget-item{
    grid-template-columns:64px minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    align-content:center!important;
    align-items:center!important;
    gap:7px 11px!important;
    padding:12px 13px!important;
    will-change:transform,opacity!important;
  }
  .rfm-gw-widget-item img{
    grid-row:1 / 3!important;
    width:auto!important;
    height:auto!important;
    max-width:64px!important;
    max-height:74px!important;
    object-fit:contain!important;
    border-radius:10px!important;
  }
  .rfm-gw-widget-title{
    grid-column:2!important;
    align-self:end!important;
  }
  .rfm-gw-widget-meta{
    grid-column:2!important;
    align-self:start!important;
    justify-self:start!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    gap:5px!important;
    flex-wrap:nowrap!important;
    white-space:normal!important;
    min-height:42px!important;
    line-height:1.1!important;
  }
  .rfm-gw-widget-meta .rfm-gw-badge{
    display:inline-flex!important;
    width:auto!important;
    min-width:178px!important;
    justify-content:flex-start!important;
    white-space:nowrap!important;
  }
  .rfm-gw-widget-meta .rfm-gw-countdown strong{
    min-width:82px!important;
  }
  .rfm-gw-widget-meta em{
    display:block!important;
    margin:0!important;
    white-space:nowrap!important;
    line-height:1.1!important;
  }
}
@media(max-width:420px){
  .rfm-gw-widget{height:170px!important;grid-template-rows:56px 114px!important;}
  .rfm-gw-widget-track{min-height:114px!important;}
  .rfm-gw-widget-item{grid-template-columns:58px minmax(0,1fr)!important;padding:11px 10px!important;gap:6px 9px!important;}
  .rfm-gw-widget-item img{max-width:58px!important;max-height:70px!important;}
  .rfm-gw-widget-meta .rfm-gw-badge{min-width:166px!important;}
}

/* RFM Gewinnspiel v1.2.4 – Premium Lightbox + stabile Original-Proportionen */
.rfm-gw-image{height:auto!important;min-height:112px!important;aspect-ratio:auto!important;padding:0!important;background:linear-gradient(135deg,#050505,#18140a)!important;}
.rfm-gw-image img{width:100%!important;height:auto!important;max-height:160px!important;object-fit:contain!important;border-radius:12px!important;}
.rfm-gw-widget-item img{width:auto!important;height:auto!important;max-width:62px!important;max-height:62px!important;object-fit:contain!important;border-radius:10px!important;background:#050505!important;}
.rfm-gw-lightbox{background:rgba(0,0,0,.72)!important;backdrop-filter:blur(12px) saturate(1.08)!important;-webkit-backdrop-filter:blur(12px) saturate(1.08)!important;padding:22px!important;}
.rfm-gw-lightbox-frame{position:relative;display:flex;align-items:center;justify-content:center;max-width:calc(100vw - 44px);max-height:calc(100vh - 44px);animation:rfmGwLightboxIn .22s cubic-bezier(.2,.8,.2,1) both;}
.rfm-gw-lightbox-frame img{display:block;width:auto!important;height:auto!important;max-width:min(94vw,1400px)!important;max-height:88vh!important;object-fit:contain!important;border-radius:16px!important;border:1px solid rgba(199,154,43,.68)!important;box-shadow:0 28px 90px rgba(0,0,0,.86),0 0 0 1px rgba(255,232,150,.10),0 0 42px rgba(199,154,43,.16)!important;cursor:zoom-in;transition:transform .22s ease,max-height .22s ease,max-width .22s ease;transform-origin:center center;}
.rfm-gw-lightbox.is-zoomed .rfm-gw-lightbox-frame{overflow:auto;align-items:flex-start;justify-content:flex-start;}
.rfm-gw-lightbox.is-zoomed .rfm-gw-lightbox-frame img{max-width:none!important;max-height:none!important;width:auto!important;height:auto!important;transform:scale(1.55);transform-origin:top left;cursor:zoom-out;margin:22px 58px 58px 22px;}
.rfm-gw-lightbox-close,.rfm-gw-lightbox-zoom{position:absolute!important;z-index:3;width:42px;height:42px;border-radius:999px;border:1px solid rgba(199,154,43,.70)!important;background:linear-gradient(180deg,rgba(32,29,20,.96),rgba(0,0,0,.88))!important;color:#fff!important;display:flex;align-items:center;justify-content:center;font-weight:900;box-shadow:0 10px 25px rgba(0,0,0,.55),inset 0 1px 0 rgba(255,255,255,.08);cursor:pointer;}
.rfm-gw-lightbox-close{top:-14px!important;right:-14px!important;font-size:28px!important;line-height:1!important;}
.rfm-gw-lightbox-zoom{right:36px!important;bottom:14px!important;font-size:24px!important;line-height:1!important;color:#ead27a!important;}
.rfm-gw-lightbox-close:hover,.rfm-gw-lightbox-zoom:hover{background:linear-gradient(180deg,rgba(199,154,43,.42),rgba(0,0,0,.88))!important;transform:translateY(-1px);}
@keyframes rfmGwLightboxIn{from{opacity:0;transform:scale(.975) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}
@media(max-width:700px){
  .rfm-gw-image img{max-height:150px!important;}
  .rfm-gw-widget-item img{max-width:58px!important;max-height:70px!important;}
  .rfm-gw-widget-meta{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:5px!important;}
  .rfm-gw-widget-meta em{display:block!important;line-height:1.1!important;}
  .rfm-gw-widget-meta .rfm-gw-badge{min-width:166px!important;justify-content:center!important;}
  .rfm-gw-lightbox{padding:14px!important;}
  .rfm-gw-lightbox-frame{max-width:calc(100vw - 28px);max-height:calc(100vh - 28px);}
  .rfm-gw-lightbox-frame img{max-width:calc(100vw - 28px)!important;max-height:84vh!important;border-radius:12px!important;}
  .rfm-gw-lightbox-close{top:-10px!important;right:-10px!important;width:38px;height:38px;font-size:25px!important;}
  .rfm-gw-lightbox-zoom{right:34px!important;bottom:10px!important;width:38px;height:38px;font-size:22px!important;}
}


/* RFM Gewinnspiel v1.2.6 – echter Original-Seitenverhältnis-Fix für alle Vorschaubilder */
.rfm-gw-image,
.rfm-gw-widget-item img,
.rfm-gw-image img{
  object-fit:contain!important;
  object-position:center center!important;
}

/* Hauptkarte: Container erzwingt KEIN Quadrat und KEINE feste Höhe mehr */
.rfm-gw-toprow{
  grid-template-columns:minmax(86px, 128px) minmax(0,1fr)!important;
}
.rfm-gw-image{
  width:auto!important;
  max-width:128px!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  background:linear-gradient(135deg,#050505,#18140a)!important;
  line-height:0!important;
}
.rfm-gw-image img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:128px!important;
  max-height:168px!important;
  border-radius:12px!important;
}

/* Widget: Medium-Bild wird ohne Crop/Stretch in seiner natürlichen Ratio angezeigt */
.rfm-gw-widget-item{
  grid-template-columns:74px minmax(0,1fr) auto!important;
}
.rfm-gw-widget-item img{
  width:auto!important;
  height:auto!important;
  max-width:74px!important;
  max-height:62px!important;
  min-width:0!important;
  min-height:0!important;
  justify-self:center!important;
  align-self:center!important;
  border-radius:10px!important;
  background:#050505!important;
}

/* Desktop: Status und Teilnehmer bleiben sauber mittig und stabil */
.rfm-gw-widget-meta{
  min-width:300px!important;
  justify-self:end!important;
  align-self:center!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  white-space:nowrap!important;
}
.rfm-gw-widget-meta .rfm-gw-countdown strong{
  min-width:108px!important;
  text-align:left!important;
  font-variant-numeric:tabular-nums!important;
}
.rfm-gw-widget-meta em{
  min-width:82px!important;
  text-align:left!important;
  font-variant-numeric:tabular-nums!important;
}

@media(max-width:960px){
  .rfm-gw-toprow{grid-template-columns:minmax(82px,112px) minmax(0,1fr)!important;}
  .rfm-gw-image{max-width:112px!important;}
  .rfm-gw-image img{max-width:112px!important;max-height:156px!important;}
}

@media(max-width:700px){
  .rfm-gw-toprow{grid-template-columns:1fr!important;}
  .rfm-gw-image{max-width:150px!important;justify-self:start!important;}
  .rfm-gw-image img{max-width:150px!important;max-height:180px!important;}

  .rfm-gw-widget{height:172px!important;grid-template-rows:56px 116px!important;}
  .rfm-gw-widget-track{min-height:116px!important;}
  .rfm-gw-widget-item{
    grid-template-columns:76px minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    align-content:center!important;
    gap:7px 11px!important;
    padding:12px 13px!important;
  }
  .rfm-gw-widget-item img{
    grid-row:1 / 3!important;
    max-width:76px!important;
    max-height:74px!important;
    width:auto!important;
    height:auto!important;
  }
  .rfm-gw-widget-title{
    grid-column:2!important;
    align-self:end!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .rfm-gw-widget-meta{
    grid-column:2!important;
    min-width:0!important;
    min-height:44px!important;
    align-self:start!important;
    justify-self:start!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    gap:5px!important;
    white-space:nowrap!important;
  }
  .rfm-gw-widget-meta .rfm-gw-badge{
    min-width:188px!important;
    justify-content:flex-start!important;
  }
  .rfm-gw-widget-meta .rfm-gw-countdown strong{
    min-width:88px!important;
  }
  .rfm-gw-widget-meta em{
    display:block!important;
    min-width:0!important;
    margin:0!important;
    line-height:1.1!important;
  }
}

@media(max-width:420px){
  .rfm-gw-widget{height:176px!important;grid-template-rows:56px 120px!important;}
  .rfm-gw-widget-track{min-height:120px!important;}
  .rfm-gw-widget-item{grid-template-columns:66px minmax(0,1fr)!important;padding:11px 10px!important;gap:6px 9px!important;}
  .rfm-gw-widget-item img{max-width:66px!important;max-height:72px!important;}
  .rfm-gw-widget-meta .rfm-gw-badge{min-width:170px!important;}
}
