/*
Theme Name: Cloudbawa
Theme URI: https://example.com/cloudbawa
Author: Pratham
Author URI: https://example.com
Description: An editorial fashion-magazine theme — Didone display type, hairline rules, portrait crops and a centred masthead.
Version: 2.2.0
Requires at least: 6.0
Tested up to: 7.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cloudbawa
Tags: custom-menu, featured-images, threaded-comments, translation-ready, editorial, magazine
*/

/*
 * Presentational styles live in assets/css/main.css. This file carries the
 * theme header above and the classes WordPress itself requires a theme to ship.
 */

.alignnone {
	margin: 1.5rem 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 2rem auto;
}

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

.alignleft {
	float: left;
	margin: 0.5rem 2rem 1.5rem 0;
}

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

.wp-caption-text,
.wp-block-image figcaption {
	color: var(--cb-muted);
	font-family: var(--cb-font-ui);
	font-size: 0.75rem;
	letter-spacing: 0.04em;
	margin-top: 0.6rem;
	text-align: left;
}

.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: var(--cb-bg);
	clip-path: none;
	color: var(--cb-ink);
	display: block;
	font-family: var(--cb-font-ui);
	font-size: 0.8125rem;
	height: auto;
	left: 1rem;
	line-height: normal;
	padding: 0.75rem 1.25rem;
	text-decoration: none;
	top: 1rem;
	width: auto;
	z-index: 100000;
}

.sticky .cb-card__title::before,
.sticky .cb-wide__title::before {
	color: var(--cb-accent);
	content: "★ ";
}

.bypostauthor > .comment-body .comment-author::after {
	color: var(--cb-accent);
	content: " — author";
	font-size: 0.7rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.gallery-caption {
	display: block;
}
