/*!
Theme Name: gek
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gek
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

gek is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ultra-regular {
  font-family: "Ultra", serif;
  font-weight: 400;
  font-style: normal;
}

.special-elite-regular {
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
}


/*--------------------------------------------------------------
# Playlist
--------------------------------------------------------------*/

/* Playlist List */

.karaoke-playlist-section {
  margin: 0 auto;
}

.playlist-header {
  text-align: center;
  margin-bottom: 30px;
}

.eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 10px;
  opacity: 0.7;
}

.playlist-header h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin-bottom: 12px;
}

.playlist-intro {
  line-height: 1.7;
  opacity: 0.85;
}

.playlist-toolbar {
  margin-bottom: 24px;
}

#playlistSearch {
  width: 100%;
  padding: 16px 18px;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 12px;
  outline: none;
}

#playlistSearch:focus {
  border-color: #111;
}

.playlist-table-wrap {
  overflow-x: auto;
}

.playlist-table {
  width: 100%;
  border-collapse: collapse;
}

.playlist-table th,
.playlist-table td {
  padding: 16px 14px;
  text-align: left;
  border-bottom: 1px solid #ececec;
}

.playlist-table th {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.playlist-table a {
  text-decoration: none;
  font-weight: 600;
}

.playlist-table a:hover {
  text-decoration: underline;
}

.no-results {
  text-align: center;
  padding: 24px 0;
  font-size: 1rem;
  opacity: 0.75;
}

@media (max-width: 768px) {
  .playlist-table thead {
    display: none;
  }

  .playlist-table,
  .playlist-table tbody,
  .playlist-table tr,
  .playlist-table td {
    display: block;
    width: 100%;
  }

  .playlist-table tr {
    border: 1px solid #ececec;
    border-radius: 14px;
    margin-bottom: 14px;
    overflow: hidden;
  }

  .playlist-table td {
    border-bottom: 1px solid #f3f3f3;
    padding: 12px 14px;
  }

  .playlist-table td:last-child {
    border-bottom: none;
  }

  .playlist-table td::before {
    content: attr(data-label);
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
    opacity: 0.65;
  }
}