/**
 * NC SoundCloud VIP Unified Tracker - Estilos del widget
 * Version: 3.3
 */

.vip-pod-container { position: relative; margin-bottom: 30px; }
.vip-pod-date { margin-bottom: 8px; }
.vip-pod-notes { transition: all 0.3s; }
.vip-pod-notes summary { padding: 12px; font-weight: bold; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.vip-pod-notes summary::-webkit-details-marker { display: none; }
.nc-arrow { display: inline-block; margin-right: 6px; transition: transform 0.2s ease; font-size: 1.1em; }
.vip-pod-notes[open] .nc-arrow { transform: rotate(90deg); }
.vip-pod-notes-content { padding: 20px; }
