/*
Theme Name: Videy PRO Static + Artikel
Theme URI: https://videy.co
Author: Videy
Description: Tema video persis Videy + artikel WordPress di bawah video
Version: 1.1.0
*/

body { margin:0; font-family:Arial, sans-serif; background:#f9f9f9; color:#333; text-align:center; }
header { display:flex; justify-content:space-between; align-items:center; padding:12px 16px; background:#fff; border-bottom:1px solid #ddd; position:sticky; top:0; z-index:99; }
.logo { font-weight:bold; font-size:22px; color:#111; }
header button { background:#eee; border:none; padding:6px 14px; border-radius:20px; font-size:13px; cursor:pointer; transition:background 0.3s; }
header button:hover { background:#ddd; }
main { margin:20px auto; max-width:800px; padding:0 10px; }
video { width:100%; max-width:800px; border-radius:12px; background:#000; }
.article { margin-top:30px; text-align:left; background:#fff; padding:20px; border-radius:10px; }
footer { margin-top:40px; font-size:13px; color:#777; padding:15px; }
footer a { color:#777; text-decoration:none; margin:0 8px; }
footer a:hover { text-decoration:underline; }
