/*
Theme Name: KHARJA WordPress Final
Theme URI: https://kharja.ma/
Author: KHARJA
Author URI: https://kharja.ma/
Description: Theme WordPress premium, responsive et compatible Elementor pour KHARJA, l'application marocaine auto/moto disponible sur mobile. Hero slider, pages marketing, pages legales, SEO de base, menus, contenus demo editables et design system noir/orange/blanc.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kharja-final
Tags: custom-logo, custom-menu, featured-images, full-width-template, one-column, responsive-layout, translation-ready
*/

/* WordPress core helpers. The full KHARJA design system is in assets/css/kharja-design-system.css. */
.alignnone { margin: 1rem 0; }
.aligncenter, div.aligncenter { display: block; margin: 1rem auto; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.alignleft { float: left; margin: 0 1.5rem 1rem 0; }
.wp-caption { max-width: 100%; }
.wp-caption-text { color: var(--k-muted); font-size: .875rem; text-align: center; }
.sticky, .gallery-caption, .bypostauthor { display: block; }

.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;
}

.screen-reader-text:focus {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 0 3px rgba(255, 106, 0, .35);
  clip: auto !important;
  clip-path: none;
  color: #050505;
  display: block;
  font-weight: 700;
  height: auto;
  left: 12px;
  padding: 12px 14px;
  top: 12px;
  width: auto;
  z-index: 100000;
}

.k-post-content img,
.k-page-content img {
  border-radius: var(--k-radius);
  height: auto;
}

.k-post-content a:not(.k-btn):not(.k-store-badge),
.k-page-content a:not(.k-btn):not(.k-store-badge) {
  color: var(--k-orange);
}

.k-post-content ul:not(.k-list),
.k-post-content ol:not(.k-list),
.k-page-content ul:not(.k-list),
.k-page-content ol:not(.k-list) {
  color: var(--k-muted);
  margin: 0 0 1rem 1.2rem;
}

.k-post-content li,
.k-page-content li {
  margin-bottom: .45rem;
}

.k-post-content .k-list li,
.k-page-content .k-list li {
  margin-bottom: 0;
}

.k-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 48px;
}

.k-pagination .page-numbers {
  align-items: center;
  background: var(--k-surface-2);
  border: 1px solid var(--k-border-soft);
  border-radius: 999px;
  color: var(--k-white);
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 0 14px;
}

.k-pagination .current,
.k-pagination .page-numbers:hover {
  background: var(--k-orange);
  border-color: var(--k-orange);
  color: #170900;
}
