body.site-missjab {
  background: #111827;
  color: #d8dee9;
}

body.site-missjab .miss-fixed-header {
  position: sticky;
  min-height: 64px;
}

body.site-missjab .miss-search-hero {
  padding-top: 0;
}

body.site-missjab .sm\:container,
body.site-missjab .container {
  width: min(100% - 2rem, 1280px);
}

body.site-missjab .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

body.site-missjab .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

body.site-missjab .py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

body.site-missjab .grid {
  display: grid;
}

body.site-missjab .gap-5 {
  gap: 1.25rem;
}

body.site-missjab .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aspect-w-16.aspect-h-9 {
  aspect-ratio: 16 / 9;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.bottom-1 {
  bottom: .25rem;
}

.left-1 {
  left: .25rem;
}

.right-1 {
  right: .25rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: .25rem;
}

.rounded-lg {
  border-radius: .5rem;
}

.shadow-lg {
  box-shadow: 0 10px 15px rgba(0, 0, 0, .28);
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.text-xs {
  font-size: .75rem;
}

.bg-red-800 {
  background-color: #991b1b;
}

.bg-gray-800 {
  background-color: #1f2937;
}

.bg-opacity-75 {
  opacity: .92;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.block {
  display: block;
}

.hidden {
  display: none;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.inline-flex {
  display: inline-flex;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.gap-2 {
  gap: .5rem;
}

.space-x-2 > * + * {
  margin-left: .5rem;
}

.space-x-4 > * + * {
  margin-left: 1rem;
}

.bg-black {
  background: #000;
}

.bg-transparent {
  background: transparent;
}

.text-white {
  color: #fff;
}

.text-sm {
  font-size: .875rem;
}

.text-base {
  font-size: 1rem;
}

.font-semibold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.leading-4 {
  line-height: 1rem;
}

.border-b {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.border-b-2 {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.border-gray-700 {
  border-color: #374151;
}

.pb-4 {
  padding-bottom: 1rem;
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.break-all {
  word-break: break-all;
}

.ring-1 {
  box-shadow: inset 0 0 0 1px currentColor;
}

.ring-white {
  color: #fff;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.my-2 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.line-clamp-2,
.miss-video-card .line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.player iframe,
.miss-player-shell iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  background: #000;
}

.player {
  position: relative;
  aspect-ratio: 16 / 9;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
  background: #000;
}

.miss-player-shell iframe {
  position: absolute;
  inset: 0;
  min-height: 0;
}

.miss-player-shell video,
.miss-player-shell .plyr {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}

.miss-player-shell .plyr__video-wrapper {
  height: 100%;
}

.hsck-player-empty {
  display: grid;
  min-height: 280px;
  place-items: center;
  color: #fff;
  background: #05070b;
}

.hsck-pager,
.pager {
  margin: 28px 0;
}

.hsck-pager .nav-links,
.pager .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hsck-pager a,
.hsck-pager span,
.pager a,
.pager span {
  display: inline-flex;
  min-width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0 10px;
  background: #fff;
  color: #1d2327;
  border: 1px solid rgba(0, 0, 0, .08);
}

body.site-missjab .hsck-pager a,
body.site-missjab .hsck-pager span {
  background: #1f2937;
  border-color: rgba(255,255,255,.08);
  color: #d8dee9;
}

.hsck-pager .current,
.pager .current {
  background: #fe628e;
  color: #fff;
  border-color: #fe628e;
}

.post-meta {
  margin: 12px 0;
  color: var(--muted, #646970);
}

.content {
  line-height: 1.75;
}

body.site-taoseck .wrap {
  margin-top: 22px;
}

body.site-taoseck .top {
  grid-template-columns: auto minmax(0, 1fr) minmax(220px, 340px);
}

body.site-taoseck .grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

body.site-taoseck .card {
  border-radius: 10px;
}

body.site-taoseck .meta h3 {
  font-size: 14px;
}

@media (min-width: 768px) {
  body.site-missjab .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  body.site-missjab .lg\:grid-cols-4,
  body.site-missjab .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .top {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.site-taoseck .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .player iframe {
    min-height: 240px;
  }
}

@media (max-width: 520px) {
  body.site-taoseck .grid {
    grid-template-columns: 1fr;
  }
}
