/*
Theme Name: MXmastiNew
Theme URI: 
Author: Manus AI
Author URI: 
Description: A mobile-first, high-performance video streaming WordPress theme with a dark UI, based on the HiXSeries layout.
Version: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mxmasti-new
*/

/* Base Styling - Will be minimal as most styling is in css/theme.css */
body {
    background-color: #0a0a0a;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

/* Global link color for accessibility */
a {
    color: #ff9900; /* Accent Color */
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #ffb84d; /* Lighter shade of accent */
}

/* Reset for mobile-first design */
*, *::before, *::after {
    box-sizing: border-box;
}

.video-meta-details {
    margin: 12px 0 20px;
    font-size: 15px;
    color: #333;
}

.video-meta-details .meta-item {
    margin-bottom: 8px;
}

.video-meta-details strong {
    font-weight: 600;
    color: #000;
    margin-right: 6px;
}