/*
Theme Name: Jeddah Legal Migration
Theme URI: https://jeddahlegal.com/
Author: Jeddah Legal
Author URI: https://jeddahlegal.com/
Description: حزمة ترحيل ووردبريس للموقع الرئيسي لشركة زياد الغامدي للمحاماة، تحفظ التصميم والمحتوى والمسارات وبيانات SEO.
Version: 1.1.2
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: jeddah-legal
Tags: rtl-language-support
*/

/* The visual system is loaded from assets/css/site.css. */
body.admin-bar {
  --wp-admin--admin-bar--height: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    --wp-admin--admin-bar--height: 46px;
  }
}

/* Version 1.1.2: one server-rendered row; no overlay or navigation JavaScript. */
.jl-legacy-mobile { display: none; }
@media (width < 64rem) {
  .jl-legacy-mobile {
    display: block;
    width: calc(100% - 40px);
    max-width: 1280px;
    margin-inline: auto;
    border-top: 1px solid #ffffff24;
    color: #fff;
    font-family: Mada, sans-serif;
    direction: rtl;
  }
  .jl-legacy-mobile > summary {
    min-height: 44px;
    padding: 11px 10px;
    cursor: pointer;
    color: #efd493;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
  }
  .jl-legacy-mobile > summary::marker { color: #d9b66b; }
  .jl-legacy-mobile > nav { padding: 0 0 12px; }
  .jl-legacy-mobile a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 14px;
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    text-decoration: none;
    overflow-wrap: anywhere;
  }
  .jl-legacy-mobile a:hover { background: #d9b66b18; color: #efd493; }
  .jl-legacy-mobile a:focus-visible,
  .jl-legacy-mobile > summary:focus-visible {
    outline: 3px solid #d9b66b;
    outline-offset: -3px;
    background: #123f36;
  }
}
