/*
Theme Name: XXNaija Tube Pro
Theme URI: https://xxnaija.com/
Author: XXNaija
Description: A clean, responsive adult tube theme for WordPress with AJAX Load More and SEO.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: xxnaija-tube-pro
*/

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #111;
  color: #fff;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background: #000;
}
header img {
  max-height: 50px;
}
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
  padding: 20px;
}
.video-item {
  background: #1a1a1a;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.video-item img {
  width: 100%;
  display: block;
}
.duration {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: red;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 3px;
}
.load-more {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  background: red;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}
footer {
  text-align: center;
  padding: 15px;
  background: #000;
  font-size: 14px;
}
