/*
Theme Name: Fastbase
Theme URI: https://example.com/fastbase
Author: Fastbase
Author URI: https://example.com/
Description: Пустая, быстрая и чистая стартовая тема WordPress. Никаких фреймворков, шрифтов с CDN и лишних запросов — только обязательные классы WordPress и набор оптимизаций ядра.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fastbase
Tags: blog, one-column, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ==========================================================================
   Fastbase — только обязательные классы WordPress.
   Оформление сайта пишется вами с нуля ниже.
   ========================================================================== */

/* --- Доступность: скрытый текст для скринридеров ------------------------- */
.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.screen-reader-text:focus {
	background-color: #fff;
	clip-path: none;
	color: #000;
	display: block;
	font-size: 1rem;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.skip-link {
	left: -9999rem;
	position: absolute;
	top: 2.5rem;
	z-index: 999999;
}

/* --- Выравнивание изображений и блоков ----------------------------------- */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1em;
}

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

.alignwide,
.alignfull {
	clear: both;
}

/* --- Подписи к изображениям ---------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption-text,
.wp-block-image figcaption {
	text-align: center;
}

/* --- Галерея ------------------------------------------------------------- */
.gallery-caption {
	display: block;
}

/* --- Прикреплённые записи и sticky --------------------------------------- */
.sticky,
.bypostauthor {
	/* обязательные классы WordPress, стилизуйте при необходимости */
}

/* --- Медиа: не выпадают за пределы контейнера ---------------------------- */
img,
video,
iframe,
embed,
object {
	max-width: 100%;
	height: auto;
}

/* --- Очистка обтекания --------------------------------------------------- */
.clearfix::after,
.entry-content::after {
	clear: both;
	content: "";
	display: table;
}
