/*
Theme Name: Pippo Caffè
Theme URI: https://www.pippocaffe.md/
Author: RAIV
Description: Нативна PHP-тема для Pippo Caffè. Переписана з Elementor-збірки (hello-elementor + HTML-віджети) у класичну тему WordPress: шаблони сторінок, CPT «Товари», робочі форми через admin-ajax.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pippocaffe
Tags: custom-menu, custom-logo, translation-ready
*/

/*
  Цей файл підключається як `pippocaffe-style` і містить лише службові правила.
  Уся оформлювальна CSS живе в assets/css/*.css і підключається посекційно
  (див. inc/enqueue.php).
*/

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	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: #fffdf9;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #1a0e0a;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 1000000;
}

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

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

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