﻿/*!
Theme Name: Meteolib
Theme URI: https://meteolib.ru/
Author: Meteolib Team
Author URI: https://meteolib.ru/
Description: Тема для сайта расширенного прогноза погоды по регионам России
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: meteolib
*/

/*
 * Все визуальные стили погодного приложения находятся в:
 *   assets/css/meteolib-weather.css
 *
 * Этот файл содержит только WordPress-заголовок темы
 * и вспомогательные классы WordPress (screen-reader-text и т.п.).
 */

/* ==========================================================================
   Utility / WordPress helpers
   ========================================================================== */

.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 !important;
    width: 1px;
    word-wrap: normal !important;
}

/* Запасной стиль для страниц, где meteolib-weather.css не нужен */
.entry-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem;
    line-height: 1.7;
}

