/*
Theme Name: Hariz
Theme URI: https://example.com/hariz-theme
Author: Gemini
Author URI: https://gemini.google.com
Description: A minimalist, elegant, and highly customizable WordPress theme built with Bootstrap 5. Features flexible layouts, color options, and typography controls.
Version: 1.0
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-logo, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, theme-options, translation-ready, blog, portfolio
Text Domain: hariz
*/

.entry-meta {
    font-size: 0.85em;
    color: #6c757d;
    margin-bottom: 1.5em;
}

/* Layouts */
.layout-left-sidebar .row {
    flex-direction: row-reverse;
}

/* Widths */
.width-normal .container {
    max-width: 1024px;
}

.width-narrow .container {
    max-width: 800px;
}

.width-super-narrow .container {
    max-width: 500px;
}

/* Sidebar */
.no-sidebar #primary {
    flex: 0 0 100%;
    max-width: 100%;
}

.no-sidebar #secondary {
    display: none;
}

.entry-meta {
    margin-bottom: 40px;
}