/*
Theme Name: Mytsak Studio
Theme URI: https://mytsak-studio.test
Description: Кастомная тема для Mytsak Studio
Author: Mytsak Studio
Author URI: https://mytsak-studio.test
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mytsak-studio
Tags: custom, modern, responsive
*/

/* Minimal WordPress compatibility rules.
   Visual design tokens and components live in src/input.css (Tailwind build source of truth). */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5rem;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5rem;
}

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

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

.wp-caption img[class*="wp-image-"] {
    display: block;
    max-width: 100%;
}

.wp-caption-text {
    margin-top: 0.5rem;
}

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

.screen-reader-text:focus {
    display: block;
    clip: auto !important;
    left: 0.5rem;
    top: 0.5rem;
    z-index: 100000;
    width: auto;
    height: auto;
    padding: 0.75rem 1rem;
    background: #fff;
    color: #111;
}

.sticky,
.bypostauthor {
    display: block;
}
