/*
Theme Name: Authority Media Placement Theme
Theme URI: https://ai.studio/build
Author: AMP Engine
Author URI: https://ai.studio/build
Description: A premium, fast, highly optimized theme designed for the Authority Media Placement Marketplace. Features built-in Tailwind integration, dark mode sleek palettes, and full compatibility with the AMP WordPress 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: amp-theme
Tags: dark, two-columns, custom-menu, featured-images, translation-ready
*/

/* Core WordPress CSS classes for compatibility */
.aligncenter {
    display: block;
    margin: 1.5em auto;
}
.alignleft {
    float: left;
    margin: 0.5em 1.5em 1.5em 0;
}
.alignright {
    float: right;
    margin: 0.5em 0 1.5em 1.5em;
}
.wp-caption {
    background: #0a1128;
    border: 1px solid #1e293b;
    max-width: 100%;
    padding: 5px;
    text-align: center;
}
.wp-caption img {
    margin: 0;
    max-width: 100%;
    height: auto;
}
.wp-caption-text {
    font-size: 11px;
    color: #94a3b8;
    margin: 5px 0 0;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f5f9;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #0f172a;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
