/* TV Mentett Termékek v2.0 — Hearts + Toast */

/* Heart — cards */
.tvwl-heart-wrap{position:absolute;top:10px;right:10px;z-index:5}
.tvwl-card-heart{position:absolute;top:10px;right:10px;z-index:5}
.tvwl-heart{width:36px;height:36px;border-radius:50%;border:none;background:rgba(27,59,52,.7);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.22,1,.36,1);padding:0;outline:none}
.tvwl-heart svg{width:18px;height:18px;fill:none;stroke:#F5F0E1;stroke-width:2;transition:all .3s cubic-bezier(.22,1,.36,1)}
.tvwl-heart:hover{background:rgba(27,59,52,.9);transform:scale(1.12)}
.tvwl-heart:hover svg{stroke:#FBE973}
.tvwl-heart:active{transform:scale(.92)}
.tvwl-heart.is-active{background:rgba(239,68,68,.9)}
.tvwl-heart.is-active svg{fill:#fff;stroke:#fff}
.tvwl-heart.is-active:hover{background:rgba(239,68,68,1);transform:scale(1.12)}
.tvwl-heart.tvwl-pop{animation:tvwlPop .45s cubic-bezier(.22,1,.36,1)}
@keyframes tvwlPop{0%{transform:scale(1)}15%{transform:scale(.75)}40%{transform:scale(1.25)}70%{transform:scale(.95)}100%{transform:scale(1)}}
/* Heart — single */
.tvwl-single-heart{margin:12px 0 8px}
.tvwl-heart-single{width:auto;height:auto;border-radius:8px;padding:10px 16px;gap:8px;background:transparent;border:1.5px solid rgba(27,59,52,.2)}
.tvwl-heart-single svg{width:18px;height:18px}
.tvwl-heart-label{font-family:'Manrope',sans-serif;font-size:13px;font-weight:600;color:#1b3b34;transition:color .3s}
.tvwl-heart-single:hover{border-color:rgba(239,68,68,.3);background:rgba(239,68,68,.04)}
.tvwl-heart-single:hover svg{stroke:#ef4444}
.tvwl-heart-single:hover .tvwl-heart-label{color:#ef4444}
.tvwl-heart-single.is-active{border-color:rgba(239,68,68,.4);background:rgba(239,68,68,.06)}
.tvwl-heart-single.is-active svg{fill:#ef4444;stroke:#ef4444}
.tvwl-heart-single.is-active .tvwl-heart-label{color:#ef4444}
/* Responsive */
@media(max-width:768px){.tvwl-heart{width:32px;height:32px}.tvwl-heart svg{width:16px;height:16px}}
@media(max-width:480px){.tvwl-heart{width:28px;height:28px}.tvwl-heart svg{width:14px;height:14px}.tvwl-card-heart{top:6px;right:6px}}

/* ═══ SHORTCODE BUTTON — v2.1 ═══ */
.tvwl-sc-wrap{margin:16px 0 12px}
.tvwl-sc-btn{display:inline-flex!important;align-items:center!important;gap:10px!important;padding:12px 24px!important;font-family:Manrope,sans-serif!important;font-size:13px!important;font-weight:700!important;color:#1B3B34!important;background:transparent!important;border:1.5px solid rgba(27,59,52,.15)!important;border-radius:10px!important;cursor:pointer!important;transition:all .3s cubic-bezier(.22,1,.36,1)!important;text-decoration:none!important;outline:none!important;width:auto!important;height:auto!important}
.tvwl-sc-btn svg{width:20px!important;height:20px!important;fill:none!important;stroke:rgba(27,59,52,.4)!important;stroke-width:2!important;transition:all .3s cubic-bezier(.22,1,.36,1)!important;flex-shrink:0!important}
.tvwl-sc-btn:hover{border-color:rgba(239,68,68,.3)!important;background:rgba(239,68,68,.04)!important}
.tvwl-sc-btn:hover svg{stroke:#ef4444!important}
.tvwl-sc-btn.is-active{border-color:rgba(239,68,68,.35)!important;background:rgba(239,68,68,.06)!important;color:#ef4444!important}
.tvwl-sc-btn.is-active svg{fill:#ef4444!important;stroke:#ef4444!important}
.tvwl-sc-btn.is-active:hover{background:rgba(239,68,68,.1)!important}
.tvwl-sc-btn.tvwl-pop{animation:tvwlPop .45s cubic-bezier(.22,1,.36,1)}
/* Guest variant */
.tvwl-sc-guest{color:rgba(27,59,52,.5)!important;border-style:dashed!important}
.tvwl-sc-guest svg{stroke:rgba(27,59,52,.25)!important}
.tvwl-sc-guest:hover{border-color:rgba(27,59,52,.3)!important;background:rgba(27,59,52,.03)!important;color:#1B3B34!important}
.tvwl-sc-guest:hover svg{stroke:#1B3B34!important}
/* Minimal style */
.tvwl-sc-minimal{padding:8px 16px!important;font-size:12px!important;border-radius:8px!important}
.tvwl-sc-minimal svg{width:16px!important;height:16px!important}
/* Responsive */
@media(max-width:480px){
.tvwl-sc-btn{padding:10px 18px!important;font-size:12px!important;gap:8px!important}
.tvwl-sc-btn svg{width:17px!important;height:17px!important}
}
