/* ==========================================================================
   LyricBingo V2 — Collections (uses Pro tokens from beatdesk-v2-pro.css)
   ========================================================================== */

.v2-home-hub,
.v2-library-page {
  max-width: 1200px;
}

.v2-home-hub__hero {
  position: relative;
  padding: 0 0 28px;
  margin-bottom: 24px;
  border: none;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.v2-home-hub__title {
  margin: 0;
  font-family: var(--v2-font);
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.v2-home-hub__tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

/* Search visuals: beatdesk-v2-search.css */

.v2-home-hub__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  width: 100%;
  margin-top: 12px;
}

.v2-home-hub__hero .v2-spotlight__search {
  display: none;
}

.v2-col-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
  margin-bottom: 32px;
}

.v2-col-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 0;
  border: 1px solid var(--pro-border, rgba(255, 255, 255, 0.08));
  border-radius: 12px;
  background: var(--pro-elevated, #181818);
  overflow: hidden;
  text-align: left;
  color: inherit;
  cursor: pointer;
  font: inherit;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.v2-col-card__shine {
  display: none;
}

.v2-col-card:hover {
  transform: translateY(-4px);
  border-color: var(--pro-border-strong, rgba(255, 255, 255, 0.14));
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.v2-col-card.has-locks {
  border-style: dashed;
  border-color: rgba(139, 92, 246, 0.35);
}

.v2-col-card__art {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  min-height: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--pro-hover, #282828);
  border-bottom: 1px solid var(--pro-border, rgba(255, 255, 255, 0.08));
}

.v2-col-card__art--empty {
  display: grid;
  place-items: center;
  background: var(--pro-hover, #282828);
}

.v2-col-card__art--empty::after {
  content: "";
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--pro-accent-dim, rgba(200, 248, 48, 0.14));
}

.v2-col-card__body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.v2-col-card__count {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pro-accent, #c8f830);
}

.v2-col-card__body strong {
  font-family: var(--v2-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.v2-col-card__body > span:last-child {
  font-size: 13px;
  color: var(--v2-muted);
  margin-top: auto;
}

.v2-col-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  position: sticky;
  top: 12px;
  z-index: 5;
}

.v2-col-nav__chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 500px;
  border: 1px solid var(--pro-border, rgba(255, 255, 255, 0.08));
  background: var(--pro-elevated, #181818);
  color: var(--pro-muted, #b3b3b3);
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.v2-col-nav__chip:hover,
.v2-col-nav__chip.is-active {
  border-color: var(--pro-accent, #c8f830);
  background: var(--pro-hover, #282828);
  color: var(--pro-text, #fff);
}

.v2-col-nav__chip span {
  padding: 2px 7px;
  border-radius: 500px;
  font-size: 11px;
  background: var(--pro-hover, #282828);
  color: var(--pro-subtle, #6a6a6a);
}

.v2-col-stack {
  display: grid;
  gap: 32px;
}

.v2-col-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.v2-col-section__head h2 {
  margin: 0 0 4px;
  font-family: var(--v2-font);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.v2-col-section__head p {
  margin: 0;
  font-size: 14px;
  color: var(--v2-muted);
}

.v2-vol-scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
}

.v2-vol-scroll::-webkit-scrollbar {
  height: 5px;
}

.v2-vol-scroll::-webkit-scrollbar-thumb {
  background: var(--pro-hover, #282828);
  border-radius: 999px;
}

.v2-vol-card {
  flex: 0 0 min(240px, 78vw);
  scroll-snap-align: start;
  padding: 0;
  border-radius: 12px;
  border: 1px solid var(--pro-border, rgba(255, 255, 255, 0.08));
  background: var(--pro-elevated, #181818);
  transition: border-color 0.15s ease, transform 0.15s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.v2-vol-card__art {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  min-height: 0;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--pro-hover, #282828);
}

.v2-vol-card__art--empty {
  background: linear-gradient(135deg, var(--pro-hover, #282828), var(--pro-card, #1e1e1e));
}

.v2-vol-card__art--empty::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 25%, rgba(200, 248, 48, 0.2), transparent 40%),
    radial-gradient(circle at 75% 70%, rgba(233, 20, 121, 0.18), transparent 38%);
}

.v2-vol-card__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

.v2-vol-card:hover {
  border-color: var(--pro-border-strong, rgba(255, 255, 255, 0.14));
  transform: translateY(-2px);
}

.v2-vol-card--locked {
  border-style: dashed;
  border-color: rgba(139, 92, 246, 0.3);
}

.v2-vol-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
  padding: 0;
}

.v2-vol-card__vol {
  font-size: 12px;
  font-weight: 700;
  color: var(--pro-accent, #c8f830);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.v2-vol-card h4 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.v2-vol-card p {
  margin: 0 0 12px;
  font-size: 13px;
  color: var(--v2-muted);
}

.v2-vol-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.v2-col-modal[hidden] {
  display: none !important;
}

.v2-col-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.v2-col-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
}

.v2-col-modal__sheet {
  position: relative;
  width: min(520px, 100%);
  max-height: min(680px, calc(100vh - 48px));
  overflow: auto;
  border: 1px solid var(--pro-border, rgba(255, 255, 255, 0.08));
  border-radius: 16px;
  background: var(--pro-elevated, #181818);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
  padding: 22px;
}

.v2-col-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid var(--pro-border, rgba(255, 255, 255, 0.08));
  background: var(--pro-hover, #282828);
  color: var(--pro-text, #fff);
  font-size: 20px;
  cursor: pointer;
  z-index: 1;
}

.v2-col-modal__head h2 {
  margin: 0 0 4px;
  font-family: var(--v2-font);
  font-size: 22px;
  font-weight: 700;
}

.v2-col-modal__head p {
  margin: 0;
  color: var(--v2-muted);
  font-size: 14px;
}

.v2-col-modal__list {
  display: grid;
  gap: 8px;
}

.v2-col-modal__item {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 12px;
  align-items: center;
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid var(--pro-border, rgba(255, 255, 255, 0.08));
  background: var(--pro-card, #1e1e1e);
  color: inherit;
  text-decoration: none;
  text-align: left;
  font: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.v2-col-modal__item:hover {
  background: var(--pro-hover, #282828);
  border-color: var(--pro-border-strong, rgba(255, 255, 255, 0.14));
}

.v2-col-modal__item.is-locked {
  border-style: dashed;
  border-color: rgba(139, 92, 246, 0.3);
}

.v2-col-modal__vol {
  font-size: 13px;
  font-weight: 700;
  color: var(--pro-accent, #c8f830);
  text-align: center;
}

.v2-col-modal__item em {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  color: var(--pro-accent, #c8f830);
}

.v2-col-modal__item--actions {
  display: flex;
  align-items: stretch;
  gap: 8px;
  padding: 0;
  border: none;
  background: transparent;
}

.v2-col-modal__item--actions .v2-col-modal__body {
  flex: 1;
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid var(--pro-border, rgba(255, 255, 255, 0.08));
  background: var(--pro-card, #1e1e1e);
  color: inherit;
  text-align: left;
  font: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.v2-col-modal__item--actions .v2-col-modal__body:hover {
  background: var(--pro-hover, #282828);
  border-color: var(--pro-border-strong, rgba(255, 255, 255, 0.14));
}

.v2-col-modal__item--actions > .v2-btn {
  align-self: center;
  margin-right: 8px;
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .v2-home-hub__tools {
    flex-direction: column;
    align-items: stretch;
  }

  .v2-home-hub__actions .v2-btn {
    flex: 1;
  }

  .v2-col-section__head {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Playlist preview modal */
.v2-playlist-preview-modal {
  z-index: 10050;
}

.v2-playlist-preview-card {
  width: min(720px, calc(100vw - 24px));
  max-height: min(88vh, 900px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  padding: 0;
  overflow: hidden;
}

.v2-playlist-preview-card--loading {
  padding: 28px;
  place-items: center;
}

.v2-playlist-preview-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 20px 16px;
  border-bottom: 1px solid var(--pro-border, rgba(255, 255, 255, 0.08));
}

.v2-playlist-preview-meta {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-width: 0;
}

.v2-playlist-preview-art .v2-art {
  width: 112px;
  height: 112px;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.v2-playlist-preview-head h2 {
  margin: 8px 0 6px;
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.15;
}

.v2-playlist-preview-count {
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--pro-accent, #c8f830);
}

.v2-playlist-preview-close {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  padding: 0;
  font-size: 22px;
  line-height: 1;
}

.v2-playlist-preview-body {
  overflow: auto;
  padding: 16px 20px;
  min-height: 0;
}

.v2-playlist-preview-songs .v2-table {
  width: 100%;
}

.v2-playlist-preview-songs .v2-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: var(--pro-elevated, #181818);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--pro-muted, #a7a7a7);
}

.v2-playlist-preview-songs .v2-table td {
  font-size: 14px;
  padding: 10px 8px;
}

.v2-playlist-preview-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  padding: 14px 20px 18px;
  border-top: 1px solid var(--pro-border, rgba(255, 255, 255, 0.08));
  background: rgba(0, 0, 0, 0.2);
}

.v2-playlist-preview-body .v2-unlock-panel {
  margin: 0;
}

@media (max-width: 640px) {
  .v2-playlist-preview-meta {
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 12px;
  }

  .v2-playlist-preview-art .v2-art {
    width: 80px;
    height: 80px;
  }

  .v2-playlist-preview-head,
  .v2-playlist-preview-body,
  .v2-playlist-preview-foot {
    padding-left: 14px;
    padding-right: 14px;
  }

  .v2-playlist-preview-foot .v2-btn {
    flex: 1;
    justify-content: center;
  }
}

/* ── Featured row (Spotify-style horizontal scroll) ── */
.v2-col-section--featured {
  margin-bottom: 36px;
  padding-bottom: 0;
  border-bottom: none;
}

.v2-col-section__head--featured {
  align-items: center;
  margin-bottom: 18px;
}

.v2-col-section__head--featured h2 {
  margin: 0;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.v2-featured-kicker {
  margin: 0 0 4px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v2-featured-row {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 4px 2px 12px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--pro-hover, #282828) transparent;
}

.v2-featured-row::-webkit-scrollbar {
  height: 4px;
}

.v2-featured-row::-webkit-scrollbar-thumb {
  background: var(--pro-hover, #282828);
  border-radius: 999px;
}

.v2-featured-card {
  flex: 0 0 168px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: var(--pro-elevated, #181818);
  overflow: hidden;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.18s ease;
}

.v2-featured-card:hover {
  background: var(--pro-hover, #282828);
  transform: translateY(-2px);
}

.v2-featured-card--locked {
  cursor: default;
  opacity: 0.85;
}

.v2-featured-card__art {
  aspect-ratio: 1 / 1;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--pro-hover, #282828);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  transition: box-shadow 0.18s ease;
}

.v2-featured-card:hover .v2-featured-card__art {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
}

.v2-featured-card__art--empty {
  background: linear-gradient(145deg, var(--pro-hover, #282828), var(--pro-card, #1e1e1e));
}

.v2-featured-card__art--empty::after {
  content: "♪";
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: 28px;
  color: var(--pro-accent, #c8f830);
  opacity: 0.5;
}

.v2-featured-card__lock {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  color: var(--pro-accent, #c8f830);
}

.v2-featured-card {
  position: relative;
}

.v2-featured-card__body {
  padding: 12px 4px 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.v2-featured-card__title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.v2-featured-card__meta {
  margin: 0;
  font-size: 12px;
  color: var(--pro-muted, #a7a7a7);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.v2-featured-card__actions {
  display: flex;
  gap: 6px;
  margin-top: 8px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.v2-featured-card:hover .v2-featured-card__actions,
.v2-featured-card:focus-within .v2-featured-card__actions {
  opacity: 1;
  transform: translateY(0);
}

.v2-featured-card__actions .v2-btn {
  flex: 1;
  justify-content: center;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
}

.v2-featured-card__actions .v2-btn.ghost {
  background: transparent;
  border-color: var(--pro-border, rgba(255, 255, 255, 0.12));
}

.v2-col-stack--home,
.v2-col-stack--library {
  gap: 36px;
}

.v2-col-nav[style*="display: none"] {
  display: none !important;
}

/* Home hero tightening */
.v2-home-hub__hero {
  margin-bottom: 28px;
}

.v2-home-hub__hero .v2-lead {
  max-width: 52ch;
  margin-bottom: 0;
}

.v2-home-hub__actions {
  margin-top: 16px;
}

@media (max-width: 640px) {
  .v2-featured-card {
    flex-basis: 148px;
  }

  .v2-featured-card__actions {
    opacity: 1;
    transform: none;
  }

  .v2-col-section__head--featured {
    flex-direction: row;
    align-items: center;
  }
}

/* ── Playlist table library (/playlists) ── */
.v2-library-page--table {
  max-width: 1280px;
}

.v2-pl-table__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
  margin-bottom: 20px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid var(--pro-border, rgba(255, 255, 255, 0.08));
  background: var(--pro-elevated, #181818);
}

.v2-pl-table__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.v2-pl-table__filter {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--pro-border, rgba(255, 255, 255, 0.1));
  background: transparent;
  color: var(--pro-muted, #b3b3b3);
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.v2-pl-table__filter:hover {
  border-color: var(--pro-border-strong, rgba(255, 255, 255, 0.18));
  color: #fff;
}

.v2-pl-table__filter.is-on {
  background: rgba(200, 248, 48, 0.12);
  border-color: rgba(200, 248, 48, 0.45);
  color: var(--brand-lime, #c8f830);
}

.v2-pl-table__sort {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.v2-pl-table__sort label {
  font-size: 13px;
  color: var(--pro-subtle, #6a6a6a);
}

.v2-pl-table__sort .v2-select {
  min-width: 140px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid var(--pro-border, rgba(255, 255, 255, 0.1));
  background: var(--pro-hover, #282828);
  color: #fff;
  font: inherit;
  font-size: 13px;
}

.v2-pl-table__meta {
  font-size: 13px;
  color: var(--pro-subtle, #6a6a6a);
  white-space: nowrap;
}

.v2-pl-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  border: 1px solid var(--pro-border, rgba(255, 255, 255, 0.08));
  background: var(--pro-elevated, #181818);
}

.v2-pl-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.v2-pl-table thead th {
  padding: 12px 14px;
  text-align: left;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pro-subtle, #6a6a6a);
  border-bottom: 1px solid var(--pro-border, rgba(255, 255, 255, 0.08));
  background: rgba(0, 0, 0, 0.2);
}

.v2-pl-table__row {
  border-bottom: 1px solid var(--pro-border, rgba(255, 255, 255, 0.06));
  transition: background 0.15s;
}

.v2-pl-table__row:last-child {
  border-bottom: none;
}

.v2-pl-table__row:hover {
  background: rgba(255, 255, 255, 0.03);
}

.v2-pl-table__row--locked {
  opacity: 0.72;
  cursor: pointer;
}

.v2-pl-table__row--locked:hover {
  background: rgba(139, 92, 246, 0.08);
}

.v2-pl-table td {
  padding: 12px 14px;
  vertical-align: middle;
}

.v2-pl-table__cover {
  width: 64px;
  position: relative;
}

.v2-pl-table__thumb {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-color: var(--pro-hover, #282828);
  border: 1px solid var(--pro-border, rgba(255, 255, 255, 0.08));
}

.v2-pl-table__thumb--empty {
  display: grid;
  place-items: center;
  font-size: 20px;
  color: var(--pro-subtle, #6a6a6a);
}

.v2-pl-table__lock {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 8px;
  color: #fff;
}

.v2-pl-table__lock .v2-ic-svg {
  width: 18px;
  height: 18px;
}

.v2-pl-table__info {
  min-width: 200px;
}

.v2-pl-table__title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.v2-pl-table__col {
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--pro-muted, #b3b3b3);
}

.v2-pl-table__desc {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.45;
  max-width: 48ch;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.v2-pl-table__count {
  font-size: 14px;
  font-weight: 600;
  color: var(--pro-muted, #b3b3b3);
  white-space: nowrap;
}

.v2-pl-table__tier .v2-pill.tier-free {
  border-color: rgba(200, 248, 48, 0.35);
  color: var(--brand-lime, #c8f830);
}

.v2-pl-table__tier .v2-pill.tier-pro {
  border-color: rgba(139, 92, 246, 0.4);
  color: #c4b5fd;
}

.v2-pl-table__tier .v2-pill.tier-premium {
  border-color: rgba(233, 20, 121, 0.4);
  color: #f9a8d4;
}

.v2-pl-table__actions {
  white-space: nowrap;
}

.v2-pl-table__actions .v2-btn {
  margin-left: 6px;
}

.v2-pl-table__actions .v2-btn:first-child {
  margin-left: 0;
}

.v2-pl-table__empty {
  padding: 32px 16px;
  text-align: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 768px) {
  .v2-pl-table__toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .v2-pl-table__sort {
    margin-left: 0;
    width: 100%;
  }

  .v2-pl-table__sort .v2-select {
    flex: 1;
  }

  .v2-pl-table__meta {
    width: 100%;
  }

  .v2-pl-table__actions .v2-btn.sm {
    padding: 6px 10px;
    font-size: 12px;
  }
}
