/*
Theme Name: AgenkX
Theme URI: https://wp.themerange.net/agenkx/
Author: Noor Tech
Author URI: https://themeforest.net/user/noor_tech
Description: AgenkX is a modern, flexible, and powerful multipurpose WordPress theme designed to build any type of website with ease.
Version: 1.0.2
Tested up to: 6.9
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: agenkx
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready

Copyright (C) 2026 Noor Tech
This theme is licensed under the GPL v2 or later.
*/

.wp-caption {
	margin-bottom: 2px;
}

.wp-caption-text {
	margin-bottom: 5px;
}

.screen-reader-text {
	margin-bottom: 12px;
}

.gallery-caption {
	margin-bottom: 2px;
}

.bypostauthor {
	margin-bottom: 2px;
}

.alignleft {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	max-width: 100%;
	width: unset !important;
}

.alignright {
	float: right !important;
	margin-bottom: 20px;
	margin-left: 20px;
	max-width: 100%;
	width: unset !important;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

/* Style for Fancy Paragraph */
.is-style-fancy-paragraph {
    font-style: italic;
    color: #0073aa;
    border-left: 4px solid #0073aa;
    padding-left: 1em;
}

/* Style for Rounded Image */
.is-style-rounded-image img {
    border-radius: 50%;
}

