/*
Theme Name: Oligarx Web Studio
Theme URI: https://oligarx.uz/
Author: Oligarx Web Studio
Author URI: https://oligarx.uz/
Description: Oligarx Web Studio statik shabloni asosida tayyorlangan WordPress tema. Xizmatlar, loyihalar, blog, aloqa formasi va arizalar admin paneli bilan ishlaydi.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: oligarx-web-studio
*/

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

.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

.wp-block-image img,
.article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.post-pagination {
  margin-top: 32px;
}

.post-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.post-pagination a,
.post-pagination span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 10px 14px;
  text-decoration: none;
}

.post-pagination .current {
  background: var(--gold);
  color: #fff;
}

.form-result.is-error {
  color: var(--danger);
  background: #fef3f2;
  border-color: #fecdca;
}

.form-result.is-success {
  color: var(--success);
  background: #ecfdf3;
  border-color: #abefc6;
}
