/*!
Theme Name: Pet Magazin
Theme URI: http://underscores.me/
Author: k3n0b1
Author URI: https://alexeevdev.ru/
Description: Кастомная тема журнала «Питомцы» — глянцевое lifestyle-медиа о домашних животных.
Version: 1.0.0
Tested up to: 6.9
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pet_magazin
Tags: custom-theme

Pet Magazin is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.

Этот файл нужен WordPress только как «паспорт» темы — стили сюда не пишем.
Дефолтные стили стартера Underscores вычищены: их теговые селекторы
(button, p, ul…) перебивали reset вёрстки и ломали макет.
Оригинал сохранён рядом: style-underscores-original.css.bak.

Реальные стили сайта:
  assets/css/base.css + посекционные  — эталон вёрстки, не редактировать;
  assets/css/wp-fixes.css             — слой совместимости WP, все конфликты чинить там.
*/

/* ----------------------------------------------------------------
   Минимум служебных классов WordPress (доступность, выравнивания
   контента). Нужны ядру, плагинам и будущему контенту статей.
   ---------------------------------------------------------------- */

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

.screen-reader-text:focus {
	background-color: #efede8;
	clip-path: none;
	color: #1a0c04;
	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;
}

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

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

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

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

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* Классы-маркеры ядра (нужны для валидности темы). */
.sticky {
	display: block;
}

.bypostauthor {
	display: block;
}
