/*
Theme Name: RankSEO Москва
Theme URI: https://example.ru/
Author: RankSEO
Description: Тёмная SEO-тема: ~950 страниц, импорт одной кнопкой, выпадающие меню, пагинация блога, русские заголовки.
Version: 2.3.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: rankseo-moskva
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-menu, custom-logo, one-column, translation-ready, dark
*/

/* Основные стили подключаются из assets/css/style.css через functions.php */

.nav .current-menu-item > a,
.nav .current_page_item > a,
.nav .current-menu-ancestor > a {
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
}

.article .alignwide,
.article .alignfull {
  max-width: 100%;
}

.article img {
  border-radius: var(--radius);
}

.article .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 600;
  background: linear-gradient(135deg, var(--accent), #2563eb);
  color: #fff;
  text-decoration: none;
}

.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;
}
