.esy-va-wrap { max-width: 640px; margin: 0 auto; font-family: inherit; }
.esy-va-price-box { text-align: center; margin-bottom: 24px; }
.esy-va-price { font-size: 2rem; font-weight: 700; margin: 6px 0; }
.esy-va-price span { font-size: 1rem; font-weight: 400; color: #666; }
.esy-va-sub { color: #555; }
.esy-va-pay-methods { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin-bottom: 28px; }
.esy-va-pay-card { border: 1px solid #e2e2e2; border-radius: 10px; padding: 18px; text-align: center; width: 260px; background: #fafafa; }
.esy-va-pay-card h4 { margin: 0 0 10px; }
.esy-va-qr { display: block; margin: 0 auto 10px; border-radius: 6px; background: #fff; }
.esy-va-upi-id { margin: 4px 0; }
.esy-va-note { font-size: 0.85rem; color: #777; }
.esy-va-form { border-top: 1px solid #eee; padding-top: 20px; }
.esy-va-field { display: flex; flex-direction: column; gap: 4px; margin-bottom: 14px; }
.esy-va-field input, .esy-va-field select { padding: 8px 10px; border: 1px solid #ccc; border-radius: 6px; font-size: 1rem; }
.esy-va-btn { background: #16a34a; color: #fff; border: none; border-radius: 6px; padding: 12px 18px; font-size: 1rem; cursor: pointer; width: 100%; }
.esy-va-btn:hover { background: #128a3e; }
.esy-va-status { margin-top: 12px; font-weight: 600; min-height: 1.2em; }
.esy-va-status.error { color: #c62828; }
.esy-va-status.success { color: #16a34a; }
.esy-va-terms { font-size: 0.8rem; color: #999; margin-top: 20px; }

/* --- Site-wide floating ad player --- */
.esy-va-player { position: fixed; z-index: 999999; width: 300px; max-width: 88vw; background: #000; border-radius: 10px; overflow: hidden; box-shadow: 0 6px 24px rgba(0,0,0,.35); }
.esy-va-player.bottom-right { right: 16px; bottom: 16px; }
.esy-va-player.bottom-left  { left: 16px; bottom: 16px; }
.esy-va-player.top-right    { right: 16px; top: 16px; }
.esy-va-player.top-left     { left: 16px; top: 16px; }
.esy-va-player-inner { position: relative; padding-top: 56.25%; }
.esy-va-player-inner iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.esy-va-player-close { position: absolute; top: -10px; right: -10px; width: 26px; height: 26px; border-radius: 50%; background: #fff; color: #111; border: none; font-size: 14px; line-height: 26px; cursor: pointer; box-shadow: 0 1px 4px rgba(0,0,0,.4); z-index: 2; }
.esy-va-player-label { position: absolute; left: 6px; bottom: 6px; background: rgba(0,0,0,.6); color: #fff; font-size: 10px; padding: 2px 6px; border-radius: 4px; z-index: 2; }

@media (max-width: 480px) {
	.esy-va-pay-card { width: 100%; }
}
