.apple-search { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1rem; }
.apple-search input { flex: 1 1 12rem; }

.apple-results {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  max-height: 40vh;
  overflow-y: auto;
  margin-bottom: 1rem;
}

.apple-result-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  text-align: left;
}

.apple-result-item img { width: 44px; height: 44px; border-radius: 6px; flex-shrink: 0; }

.apple-result-text { display: flex; flex-direction: column; gap: 0.1rem; min-width: 0; }

.apple-result-title {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.apple-result-artist { font-size: 0.8rem; color: var(--text-dim); }

.embed-wrap { margin-bottom: 1rem; }

.embed-wrap iframe { width: 100%; height: 175px; border-radius: var(--radius); border: none; }

.timer-controls {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.75rem;
}
