/*
Theme Name: Yorocker
Author: Yatesh Rohit
Description: A modular news, magazine, and publishing theme built independently on WordPress core APIs.
Version: 6.8.0
Requires at least: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yorocker
Tags: news, blog, custom-logo, custom-menu, featured-images, rtl-language-support, threaded-comments, translation-ready, two-columns
*/

/* WordPress alignment helpers. Component styling is loaded from assets/css/. */
.alignleft {
	float: left;
	margin: 0 1.5rem 1rem 0;
}

.alignright {
	float: right;
	margin: 0 0 1rem 1.5rem;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption,
.gallery-caption {
	max-width: 100%;
}

.sticky,
.bypostauthor {
	display: block;
}
