/* Basic styles for Partyshaker lists */
.psw-wrapper { width: 100%; max-width: none; margin: 0 auto; padding: 1rem; color: #fff; }

.psw-host-controls { margin: 0 0 12px; }
.psw-host-btn { display: inline-block; padding: 8px 12px; border: 1px solid #eee; border-radius: 6px; background: transparent; color: #fff; text-decoration: none; }
.psw-host-btn:hover { border-color: #fff; background: rgba(255,255,255,0.08); }

.psw-weekly h2, .psw-recent h2 { margin: 0 0 0.75rem; font-size: 1.25rem; color: #fff; }

.psw-weekly-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; }
.psw-weekly-item { display: flex; gap: 10px; align-items: center; padding: 8px; border: 1px solid #272A33; border-radius: 10px; background: transparent; box-shadow: none; }
.psw-weekly-item img { width: 64px; height: 64px; object-fit: cover; border-radius: 4px; }
.psw-weekly-meta .psw-week { font-weight: 600; color: #fff; }
.psw-weekly-meta .psw-title { font-weight: 600; color: #fff; }
.psw-weekly-meta .psw-artist { color: #fff; }

.psw-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.psw-col { display: flex; flex-direction: column; gap: 10px; }
.psw-play-item { display: flex; gap: 10px; align-items: center; padding: 8px; border: 1px solid #272A33; border-radius: 10px; background: transparent; box-shadow: none; }
.psw-play-item img { width: 60px; height: 60px; object-fit: cover; border-radius: 4px; }
.psw-meta .psw-title { font-weight: 600; color: #fff; }
.psw-meta .psw-artist { color: #fff; }
.psw-meta .psw-time { display: none; }
.psw-meta .psw-now { color: #fff; font-weight: 600; font-size: 0.9em; }
.psw-meta .psw-badge { display: inline-block; margin-top: 4px; padding: 2px 6px; border: 1px solid #eee; border-radius: 6px; background: transparent; color: #fff; font-size: 0.85em; }

@media (max-width: 700px) {
  .psw-columns { grid-template-columns: 1fr; }
}

/* Modal styles for weekly delight */
.psw-modal { position: fixed; inset: 0; z-index: 1000; }
.psw-modal[hidden] { display: none !important; }
.psw-modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.5); }
.psw-modal-dialog { position: relative; max-width: 560px; margin: 8% auto; background: #151822; border: 1px solid #272A33; border-radius: 10px; box-shadow: 0 0 20px 2px rgba(39,42,51,0.6); color: #fff; }
.psw-modal-header { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; border-bottom: 1px solid #272A33; }
.psw-modal-title { font-weight: 600; }
.psw-modal-close { background: transparent; border: none; color: #fff; font-size: 20px; line-height: 1; cursor: pointer; }
.psw-modal-body { padding: 14px; }
.psw-field { margin-bottom: 10px; }
.psw-field label { display: block; color: #fff; }
.psw-field input, .psw-field select { width: 100%; max-width: 100%; padding: 8px; border-radius: 8px; border: 1px solid #272A33; background: #0f121a; color: #fff; }
.psw-actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 4px; }
.psw-primary-btn { padding: 8px 12px; border: 1px solid #eee; border-radius: 6px; background: transparent; color: #fff; cursor: pointer; }
.psw-primary-btn:hover { border-color: #fff; background: rgba(255,255,255,0.08); }

/* Status for nyeste sang */
.psw-now { margin-top: 4px; font-size: 0.9rem; color: #fff; }
