.scr-raffle{--scr-primary:#6637a6;--scr-accent:#1689d2;--scr-radius:16px;color:#081b33;font-family:inherit}
.scr-raffle *{box-sizing:border-box}
.scr-raffle__notice{padding:12px 16px;border-radius:12px;background:#fff3cd;color:#5c4600;margin-bottom:20px}
.scr-raffle__notice a{color:var(--scr-primary);font-weight:700}
.scr-raffle__grid{display:grid;grid-template-columns:repeat(var(--scr-raffle-cols,3),1fr);gap:24px}
.scr-raffle__card{display:flex;flex-direction:column;border:1px solid #dbe5ee;border-radius:var(--scr-radius);overflow:hidden;background:#fff}
.scr-raffle__thumb{position:relative;aspect-ratio:4/3;background:#f5f9fc;display:flex;align-items:center;justify-content:center;overflow:hidden}
.scr-raffle__thumb img{width:100%;height:100%;object-fit:cover;display:block}
.scr-raffle__thumb-placeholder{font-size:44px}
.scr-raffle__status{position:absolute;top:10px;left:10px;padding:4px 10px;border-radius:10px;font-size:11px;font-weight:750;background:#eee;color:#666}
.scr-raffle__status--open{background:#d7f5df;color:#0a7a33}
.scr-raffle__status--upcoming{background:#e6f4fc;color:var(--scr-accent)}
.scr-raffle__status--closed{background:#eee;color:#666}
.scr-raffle--single .scr-raffle__status{display:inline-block;margin-bottom:14px}
.scr-raffle__body{padding:16px 18px 20px;display:flex;flex-direction:column;gap:4px}
.scr-raffle__body h3{margin:0;font-size:17px}
.scr-raffle__body h3 a{color:#081b33;text-decoration:none}
.scr-raffle__cost{margin:2px 0;font-size:13px;color:#657a8e}
.scr-raffle__end{margin:0;font-size:12px;color:#657a8e}
.scr-raffle__more{margin-top:10px;color:var(--scr-accent);font-weight:700;font-size:14px;text-decoration:none}
.scr-raffle__empty{color:#657a8e}

.scr-raffle--single{max-width:720px;margin:0 auto;padding:48px 20px}
.scr-raffle__single-banner{aspect-ratio:16/9;border-radius:var(--scr-radius);overflow:hidden;background:#f5f9fc;margin-bottom:20px}
.scr-raffle__single-banner img{width:100%;height:100%;object-fit:cover;display:block}
.scr-raffle__single-banner--auto{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--scr-primary),var(--scr-accent))}
.scr-raffle__single-banner--auto span{font-size:64px;line-height:1}
.scr-raffle--single .scr-raffle__status{display:inline-block;margin-bottom:12px}
.scr-raffle__single-title{margin:0 0 4px;font-size:26px;line-height:1.25;color:#081b33}
.scr-raffle__single-content{margin:14px 0 6px;line-height:1.65;color:#29465f}
.scr-raffle__single-meta{display:flex;gap:14px;flex-wrap:wrap;margin:18px 0}
.scr-raffle__meta-item{flex:1 1 160px;padding:14px 16px;border-radius:12px;background:#f5f9fc}
.scr-raffle__meta-item span{display:block;font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.02em;color:#8a9bad;margin-bottom:4px}
.scr-raffle__meta-item strong{font-size:17px;color:#081b33}
.scr-raffle__enter{
	margin-top:14px;padding:13px 26px;border:0!important;outline:none!important;box-shadow:none!important;
	border-radius:999px;background:var(--scr-primary)!important;color:#fff!important;font-weight:750;cursor:pointer;
	-webkit-appearance:none;appearance:none
}
.scr-raffle__enter:disabled{background:#c9c9d6!important;color:#fff!important;cursor:not-allowed}
.scr-raffle__msg{margin-top:8px;font-size:13px;font-weight:600}
.scr-raffle__winner{margin-top:16px;padding:16px 18px;border-radius:12px;background:#fff3cd;color:#5c4600;font-size:15px}
.scr-raffle__closed-msg{color:#657a8e;margin-top:10px}
.scr-raffle__notice{margin-top:10px}
.scr-raffle__closed-msg{color:#657a8e}

@media(max-width:767px){.scr-raffle__grid{grid-template-columns:1fr}}
