/* SunsetCasino Custom Extensions */
.article-content ul,.article-content ol { padding-left:1.5rem; margin-bottom:1.5rem; color:rgba(255,255,255,0.75); }
.article-content table { width:100%; border-collapse:collapse; margin:1.5rem 0; }
.article-content table th,.article-content table td { padding:.75rem; border:1px solid rgba(255,171,64,0.2); color:rgba(255,255,255,0.75); }
.article-content table th { background:rgba(255,111,0,0.1); font-weight:600; }
.game-card img { transition: transform 0.3s ease; }
.widget ul { padding-left:0; list-style:none; }
.widget_categories li,.widget_archive li { display:flex; justify-content:space-between; padding:8px 0; border-bottom:1px solid rgba(255,171,64,0.1); }
.widget_categories li a,.widget_archive li a { color:rgba(255,255,255,0.7); text-decoration:none; }
.widget_categories li a:hover,.widget_archive li a:hover { color:var(--sunset-gold); }
.comment-list { list-style:none; padding:0; }
.comment-list .comment { padding:1.5rem; margin-bottom:1rem; background:rgba(255,111,0,0.06); border-radius:16px; }
.comment-list .comment-author img { border-radius:50%; margin-right:10px; }
.comment-form input[type="text"],.comment-form input[type="email"],.comment-form input[type="url"],.comment-form textarea {
    width:100%; padding:.75rem; border:1px solid rgba(255,171,64,0.3); border-radius:12px; margin-bottom:1rem; background:rgba(255,255,255,0.05); color:#fff;
}
.comment-form textarea { min-height:150px; }
.comment-form .form-submit input { background:var(--sunset-orange); color:#fff; border:none; padding:.75rem 2rem; border-radius:50px; cursor:pointer; font-weight:600; }
.ambassador-img { width:120px; height:120px; object-fit:cover; border-radius:50%; border:3px solid var(--sunset-gold); transition:transform .3s; }
.ambassador-img:hover { transform:scale(1.1); }
.partner-logo { max-height:80px; object-fit:contain; filter:grayscale(30%); transition:filter .3s; }
.partner-logo:hover { filter:grayscale(0%); }
