/*
Theme Name: Liviarh V2
Theme URI: https://liviarh.com/
Author: Liviarh
Description: Modern editorial beauty discovery theme for Liviarh.com.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: liviarh-v2
*/

.screen-reader-text,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  width: auto;
  height: auto;
  clip: auto;
  z-index: 999;
  left: 16px;
  top: 16px;
  padding: 10px 14px;
  background: #171717;
  color: #fff;
  border-radius: 999px;
}

.wp-caption,
.aligncenter,
.alignwide,
.alignfull {
  max-width: 100%;
}

.article-body img {
  height: auto;
  max-width: 100%;
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  margin-right: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-weight: 700;
}

.page-numbers.current {
  background: var(--ink);
  color: #fff;
}
