
.tde-wrap{width:100%;box-sizing:border-box;background:#F6F8FA;padding:24px 0}
.tde-heading-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 28px}
.tde-title{margin:0;font-size:clamp(28px,3vw,44px);line-height:1.05;font-weight:800;letter-spacing:-1.2px}
.tde-see-all{font-size:18px;font-weight:700;text-decoration:none;color:#477C25;white-space:nowrap}
.tde-see-all span{font-size:26px;vertical-align:-2px}
.tde-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.tde-cols-1{grid-template-columns:1fr}
.tde-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.tde-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.tde-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.tde-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 86px;min-height:365px;overflow:hidden;border-radius:16px;background:#fff;box-shadow:0 1px 0 rgba(20,34,56,.03)}
.tde-card-main{display:flex;flex-direction:column;min-width:0;padding:28px 24px 26px;border:1px solid #E3E8EF;border-right:0;border-radius:16px 0 0 16px;background:#fff}
.tde-card-accent{position:relative;display:flex;align-items:center;justify-content:center;background:var(--tde-accent,#8BD448);color:var(--tde-accent-text,#315C1D);border-radius:0 16px 16px 0}
.tde-card-accent:before,.tde-card-accent:after{content:"";position:absolute;left:-1px;width:26px;height:26px;border-radius:50%;background:#F6F8FA}
.tde-card-accent:before{top:-13px}.tde-card-accent:after{bottom:-13px}
.tde-scissors{position:absolute;top:16px;font-size:20px;opacity:.75}
.tde-dots{font-size:28px;line-height:24px;font-weight:800;text-align:center;opacity:.85}
.tde-top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.tde-brand{display:flex;align-items:center;gap:15px;min-width:0}
.tde-logo{width:86px;height:86px;display:flex;align-items:center;justify-content:center;flex:0 0 86px;border:1px solid #E3E8EF;border-radius:18px;background:#fff;overflow:hidden}
.tde-logo img{display:block;width:100%;height:100%;object-fit:contain;padding:12px;box-sizing:border-box}
.tde-store-name{font-size:21px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tde-heart{border:0;background:transparent;color:#98A7BB;font-size:38px;line-height:1;cursor:pointer;padding:0 2px}
.tde-discount{margin-top:20px;font-size:48px;line-height:1;font-weight:850;letter-spacing:-1.5px;color:#4A8622}
.tde-offer-title{margin-top:10px;font-size:22px;line-height:1.25;font-weight:800;color:#142238;min-height:55px}
.tde-footer{margin-top:auto;padding-top:18px;border-top:1px solid #E3E8EF;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}
.tde-badges{display:flex;flex-wrap:wrap;gap:7px}
.tde-badge{display:inline-flex;align-items:center;border-radius:10px;padding:6px 10px;background:#EEF3F9;color:#26364D;font-size:14px;font-weight:600;white-space:nowrap}
.tde-badge-top{background:#F0F9E8;color:#4B7F28}
.tde-reveal{display:inline-flex;align-items:center;justify-content:center;min-width:132px;padding:13px 19px;border-radius:16px;background:#82CE3B;color:#142238;text-decoration:none;font-size:18px;font-weight:700;box-shadow:0 2px 6px rgba(0,0,0,.08)}
.tde-reveal:hover{filter:brightness(.96);color:#142238}
.tde-empty{padding:30px;border:1px dashed #CDD5DF;background:#fff;border-radius:14px;text-align:center;color:#64748B}
@media(max-width:1024px){
 .tde-grid,.tde-cols-4,.tde-cols-3{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767px){
 .tde-wrap{padding:18px 0}
 .tde-heading-row{align-items:flex-start;margin-bottom:18px}
 .tde-title{font-size:29px}
 .tde-see-all{font-size:15px}
 .tde-grid,.tde-cols-4,.tde-cols-3,.tde-cols-2{grid-template-columns:1fr}
 .tde-card{grid-template-columns:minmax(0,1fr) 66px;min-height:330px}
 .tde-card-main{padding:20px 17px}
 .tde-logo{width:68px;height:68px;flex-basis:68px;border-radius:15px}
 .tde-store-name{font-size:18px}
 .tde-discount{font-size:39px}
 .tde-offer-title{font-size:19px}
 .tde-reveal{min-width:110px;font-size:16px;padding:11px 14px}
}

/* ==========================================
   COMPACT COUPON REDESIGN
   ========================================== */
.tde-wrap{padding:16px 0}
.tde-heading-row{gap:14px;margin:0 0 18px}
.tde-title{font-size:clamp(24px,2.4vw,34px);letter-spacing:-.7px}
.tde-see-all{font-size:15px}
.tde-see-all span{font-size:21px}
.tde-grid{gap:14px}
.tde-card{grid-template-columns:minmax(0,1fr) 58px;min-height:270px;border-radius:12px}
.tde-card-main{padding:17px 16px 15px;border-radius:12px 0 0 12px}
.tde-card-accent{border-radius:0 12px 12px 0}
.tde-card-accent:before,.tde-card-accent:after{width:20px;height:20px;left:-1px}
.tde-card-accent:before{top:-10px}.tde-card-accent:after{bottom:-10px}
.tde-scissors{top:11px;font-size:16px}
.tde-dots{font-size:22px;line-height:19px}
.tde-top{gap:8px}
.tde-brand{gap:10px}
.tde-logo{width:58px;height:58px;flex-basis:58px;border-radius:12px}
.tde-logo img{padding:8px}
.tde-store-name{font-size:17px}
.tde-heart{font-size:28px}
.tde-discount{margin-top:12px;font-size:34px;letter-spacing:-.8px}
.tde-offer-title{margin-top:7px;font-size:17px;line-height:1.25;min-height:43px}
.tde-footer{padding-top:12px;gap:8px}
.tde-badges{gap:5px}
.tde-badge{border-radius:7px;padding:4px 7px;font-size:11px}
.tde-reveal{min-width:96px;padding:9px 12px;border-radius:10px;font-size:14px}

@media(max-width:767px){
 .tde-wrap{padding:14px 0}
 .tde-heading-row{margin-bottom:14px}
 .tde-title{font-size:24px}
 .tde-see-all{font-size:14px}
 .tde-card{grid-template-columns:minmax(0,1fr) 48px;min-height:250px}
 .tde-card-main{padding:15px 13px}
 .tde-logo{width:52px;height:52px;flex-basis:52px}
 .tde-store-name{font-size:16px}
 .tde-discount{font-size:31px}
 .tde-offer-title{font-size:16px;min-height:40px}
 .tde-reveal{min-width:88px;font-size:13px;padding:8px 10px}
}


/* FINAL COMPACT CARD SIZE */
.tde-wrap{padding:12px 0}
.tde-heading-row{margin-bottom:14px}
.tde-grid{gap:12px}
.tde-card{grid-template-columns:minmax(0,1fr) 46px;min-height:238px;border-radius:11px}
.tde-card-main{padding:13px 14px 12px;border-radius:11px 0 0 11px}
.tde-card-accent{border-radius:0 11px 11px 0}
.tde-card-accent:before,.tde-card-accent:after{width:18px;height:18px}
.tde-card-accent:before{top:-9px}.tde-card-accent:after{bottom:-9px}
.tde-scissors{top:9px;font-size:14px}
.tde-dots{font-size:18px;line-height:16px}
.tde-brand{gap:8px}
.tde-logo{width:48px;height:48px;flex-basis:48px;border-radius:10px}
.tde-logo img{padding:6px}
.tde-store-name{font-size:15px}
.tde-heart{font-size:24px}
.tde-discount{margin-top:9px;font-size:29px;letter-spacing:-.6px}
.tde-offer-title{margin-top:5px;font-size:15px;line-height:1.2;min-height:36px}
.tde-footer{padding-top:9px;gap:6px}
.tde-badges{gap:4px}
.tde-badge{border-radius:6px;padding:3px 6px;font-size:10px}
.tde-reveal{min-width:82px;padding:7px 9px;border-radius:8px;font-size:12px;line-height:1.15;white-space:nowrap}
.tde-reveal.tde-code-revealed{font-size:11px;min-width:82px;max-width:120px;overflow:hidden;text-overflow:ellipsis}
@media(max-width:767px){
 .tde-card{grid-template-columns:minmax(0,1fr) 40px;min-height:220px}
 .tde-card-main{padding:12px 11px 10px}
 .tde-logo{width:44px;height:44px;flex-basis:44px}
 .tde-store-name{font-size:14px}
 .tde-discount{font-size:27px}
 .tde-offer-title{font-size:14px;min-height:34px}
 .tde-reveal{min-width:74px;font-size:11px;padding:7px 8px}
}

/* USER REQUEST: smaller card, coupon title and description only */
.tde-card{
    min-height:215px !important;
}
.tde-card-main{
    padding:11px 13px 10px !important;
}
.tde-logo{
    width:44px !important;
    height:44px !important;
    flex-basis:44px !important;
}
.tde-store-name{
    font-size:14px !important;
}
.tde-discount{
    margin-top:7px !important;
    font-size:26px !important;
}
.tde-offer-title{
    margin-top:4px !important;
    font-size:14px !important;
    line-height:1.18 !important;
    min-height:30px !important;
}
/* Description/body text, if present in the widget */
.tde-description,
.tde-offer-description,
.tde-card-description{
    font-size:12px !important;
    line-height:1.25 !important;
    margin-top:4px !important;
}
.tde-footer{
    padding-top:7px !important;
}


/* Clickable store area */
.tde-store-link{color:inherit;text-decoration:none;cursor:pointer;}
.tde-store-link:hover{color:inherit;text-decoration:none;}
.tde-store-link .tde-store-name{transition:opacity .15s ease;}
.tde-store-link:hover .tde-store-name{opacity:.78;}

/* Robust revealed coupon code display */
.tde-reveal.tde-code-revealed{cursor:pointer;}
.tde-reveal .tde-reveal-code{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

/* Deal-only button */
.tde-deal-button{min-width:96px !important;display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap;}
.tde-deal-button span{font-size:16px;line-height:1;}
@media(max-width:767px){.tde-deal-button{min-width:78px !important;font-size:11px !important;padding:7px 9px !important;}}


/* Angebote CTA - match requested compact blue button */
.tde-deal-button{
    min-width:112px !important;
    height:36px;
    box-sizing:border-box;
    padding:0 11px !important;
    border-radius:9px !important;
    background:#2f5bd3 !important;
    color:#fff !important;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    font-size:14px !important;
    font-weight:700;
    line-height:1;
    text-decoration:none;
    box-shadow:none;
    white-space:nowrap;
    transition:filter .15s ease, transform .15s ease;
}
.tde-deal-button:hover{
    background:#2f5bd3 !important;
    color:#fff !important;
    filter:brightness(.95);
    transform:translateY(-1px);
}
.tde-deal-icon{
    width:14px;
    height:14px;
    flex:0 0 14px;
    border:2px solid currentColor;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    box-sizing:border-box;
    font-size:0;
    position:relative;
}
.tde-deal-icon:after{
    content:"";
    width:4px;
    height:4px;
    border-radius:50%;
    background:currentColor;
    display:block;
}
@media(max-width:767px){
    .tde-deal-button{
        min-width:100px !important;
        height:33px;
        padding:0 9px !important;
        border-radius:8px !important;
        font-size:13px !important;
        gap:5px;
    }
    .tde-deal-icon{width:12px;height:12px;flex-basis:12px;border-width:1.5px;}
    .tde-deal-icon:after{width:3px;height:3px;}
}
