/*
Theme Name: Antigravity News
Theme URI: https://github.com/bahadiruzen/theme
Author: Antigravity AI
Author URI: https://github.com/bahadiruzen
Description: Modern, responsive, and blazing-fast news portal theme for WordPress featuring a dark mode, premium layouts, category grids, and clean typography.
Version: 1.0.0
Requires at least: 5.6
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: antigravity-news
Tags: news, blog, two-columns, right-sidebar, grid-layout, custom-menu, featured-images, full-width-template, translation-ready, dark-mode

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool.
*/

/* Reset & Basic WP Standard Classes */
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
.wp-caption {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    max-width: 100%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption img {
    margin: 0;
    max-width: 100%;
    height: auto;
}
.wp-caption-text {
    font-size: 0.85rem;
    margin: 5px 0 0;
    color: var(--text-muted);
}
.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;
}
.gallery-caption {
    font-size: 0.85rem;
    color: var(--text-muted);
}
.sticky {
    border: 2px solid var(--primary-color);
}
