#table-prix-iptv-root { max-width: 600px; margin: 30px auto; font-family: Arial,sans-serif; }
.iptv-switchers { text-align: center; margin-bottom: 20px; }
.iptv-switcher { background: #fff; border: 2px solid #ff5722; color: #ff5722; padding: 8px 18px; margin: 0 5px; border-radius: 20px; cursor: pointer; font-weight: bold; transition: background .2s, color .2s; }
.iptv-switcher.active, .iptv-switcher:hover { background: #ff5722; color: #fff; }
.iptv-table { width: 100%; border-collapse: collapse; background: #fff; box-shadow: 0 2px 10px #0001; }
.iptv-table th, .iptv-table td { padding: 14px 10px; border-bottom: 1px solid #eee; text-align: center; }
.iptv-table th { background: #f5f5f5; color: #222; }
.iptv-btn { background: #ff5722; color: #fff; padding: 7px 16px; border-radius: 16px; text-decoration: none; margin: 0 2px; font-weight: bold; transition: background .2s; display: inline-block; }
.iptv-btn:hover { background: #e64a19; }
.iptv-btn.whatsapp { background: #25d366; color: #fff; }
.iptv-btn.whatsapp:hover { background: #128c7e; }
.iptv-badge { display: inline-block; color: #fff; font-weight: bold; font-size: 12px; border-radius: 12px; padding: 2px 10px; margin-left: 4px; vertical-align: middle; }
@media (max-width: 600px) { .iptv-table th, .iptv-table td { padding: 8px 2px; font-size: 14px; } .iptv-switcher { padding: 6px 10px; font-size: 14px; } } 