/*
Theme Name: Greyxxx Inc Theme
Theme URI: https://greyxxx.com
Author: Greyxxx Inc
Author URI: https://greyxxx.com
Description: Custom adult streaming WordPress theme for Greyxxx Inc
Version: 1.0
License: GPLv2 or later
Text Domain: greyxxx
*/

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #111;
    color: #fff;
}

a {
    color: #b026ff;
    text-decoration: none;
}

header {
    background: #1a1a1a;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 24px;
    font-weight: bold;
}

.search-bar input {
    padding: 8px;
    width: 300px;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 15px;
    padding: 20px;
}

.video-card {
    background: #1c1c1c;
    padding: 10px;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.video-card:hover {
    transform: scale(1.05);
}

.video-thumb {
    width: 100%;
    height: 150px;
    background: #333;
    border-radius: 5px;
    margin-bottom: 10px;
}

footer {
    background: #1a1a1a;
    padding: 20px;
    text-align: center;
    font-size: 14px;
}
