/*
Theme Name: Ultra Fast
Theme URI: https://ultraprimeads.click
Author: Ultraprime
Author URI: https://ultraprimeads.click
Description: A hyper-optimized, zero-bloat WordPress theme designed specifically for arbitrage and maximum AdSense/GAM CTR. Built for the Ultra-Prime-Ads-Extra plugin.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ultra-fast
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* 
=============================================================================
  NOTE: 
  This theme uses Tailwind CSS via CDN for ultra-fast rendering.
  This style.css is kept minimal.
============================================================================= 
*/

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: #f8fafc;
    color: #0f172a;
    line-height: 1.6;
}

/* Image resets */
img {
    max-width: 100%;
    height: auto;
}

/* Base link styles */
a {
    color: #2563eb;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Wordpress Core Classes (Alignments) */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Ad Space Helpers */
.ultra-ad-container {
    margin: 20px auto;
    text-align: center;
    overflow: hidden;
    clear: both;
}

/* ==========================================================================
   Typography Fixes for Article Content (.entry-content)
   Because Tailwind resets all default browser styles, we must style the 
   raw HTML outputted by WordPress the_content() here.
   ========================================================================== */
.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6 {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.entry-content h2 { font-size: 1.5rem; }
.entry-content h3 { font-size: 1.25rem; }
.entry-content h4 { font-size: 1.125rem; }

.entry-content p {
    margin-bottom: 1.25em;
}

.entry-content ul {
    list-style-type: disc;
    margin-left: 1.5em;
    margin-bottom: 1.25em;
}

.entry-content ol {
    list-style-type: decimal;
    margin-left: 1.5em;
    margin-bottom: 1.25em;
}

.entry-content li {
    margin-bottom: 0.25em;
}

.entry-content blockquote {
    border-left: 4px solid #cbd5e1;
    padding-left: 1em;
    color: #475569;
    font-style: italic;
    margin: 1.5em 0;
}