/* Matcha liveprodukter – fullbreddsresultat */
#quizApp .result-layout.refsw-matcha-result-live{
  display:block!important;
  grid-template-columns:1fr!important;
  width:100%!important;
}
#quizApp .result-layout.refsw-matcha-result-live .result-left{
  order:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:18px!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
}
#quizApp .result-layout.refsw-matcha-result-live .result-right{
  display:none!important;
}
#quizApp .result-layout.refsw-matcha-result-live .info-box,
#quizApp .result-layout.refsw-matcha-result-live .choices-summary,
#quizApp .result-layout.refsw-matcha-result-live .disclaimer,
#quizApp .result-layout.refsw-matcha-result-live .restart-btn{
  max-width:none!important;
}
.refsw-matcha-live-section{
  width:100%;
  max-width:none;
  background:#fff;
  border:1px solid #e5e1d8;
  border-radius:24px;
  padding:24px;
  box-shadow:0 8px 28px rgba(26,24,20,.07);
}
.refsw-matcha-live-head{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:end;
  margin-bottom:18px;
}
.refsw-matcha-live-kicker{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  background:#edfaf3;
  color:#1a7a3c;
  font-size:10px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
  margin-bottom:8px;
}
.refsw-matcha-live-section h3{
  font-family:'Syne',system-ui,sans-serif;
  font-size:clamp(22px,3vw,30px);
  line-height:1.15;
  margin:0 0 6px;
  color:#1a1814;
}
.refsw-matcha-live-section p{
  font-size:14px;
  line-height:1.55;
  color:#746f66;
  margin:0;
}
.refsw-matcha-live-content{
  width:100%;
  min-width:0;
}
.refsw-matcha-live-content .refsw-feed-wrap{
  width:100%;
}
.refsw-matcha-live-content .refsw-feed-wrap>h2{
  display:none;
}
.refsw-matcha-live-content .refsw-feed-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  width:100%;
}
.refsw-matcha-live-content .refsw-feed-card{
  min-width:0;
  border-radius:20px;
  box-shadow:0 2px 10px rgba(26,24,20,.04);
}
.refsw-matcha-live-content .refsw-feed-img{
  height:230px!important;
}
.refsw-matcha-live-content .refsw-feed-card h3{
  font-family:'DM Sans',system-ui,sans-serif;
  font-size:17px;
  line-height:1.3;
}
.refsw-matcha-live-content .refsw-feed-body{
  padding:18px;
}
.refsw-matcha-live-disclosure{
  margin-top:12px!important;
  font-size:11px!important;
}
.refsw-matcha-live-loading,
.refsw-matcha-live-empty{
  background:#faf9f6;
}
@media(max-width:900px){
  .refsw-matcha-live-content .refsw-feed-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:600px){
  .refsw-matcha-live-section{
    padding:16px;
    border-radius:18px;
  }
  .refsw-matcha-live-head{
    display:block;
  }
  .refsw-matcha-live-content .refsw-feed-grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .refsw-matcha-live-content .refsw-feed-img{
    height:210px!important;
  }
}
