/*
Theme Name: Updateza
Theme URI: https://b29technology.com/updateza
Author: B29 Technology
Author URI: https://b29technology.com/
Description: A premium, ultra-fast, modern, and SEO-friendly WordPress blog theme built for Updateza.
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: updateza
Tags: blog, news, two-columns, grid-layout, custom-menu, featured-images, translation-ready

This theme is designed for maximum speed, SEO optimization, and premium aesthetics.
*/

/* Base layout & WordPress Core 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: #fff;
    border: 1px solid #f0f0f0;
    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: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 5px;
}
.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;
}
