/*
Theme Name: EasyFOP
Theme URI: https://easyfop.com
Author: EasyFOP
Author URI: https://easyfop.com
Description: EasyFOP theme - home, services, blog, contacts, reviews.
Version: 1.2.26
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
Text Domain: easyfop
*/

/* Main styles load from assets/css/ via functions.php */

.lead-modal[hidden] {
  display: none !important;
}

.lead-modal.is-open {
  display: grid;
}

.lang a {
  border: none;
  background: none;
  cursor: pointer;
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 700;
  font-size: .9rem;
  padding: 9px 18px;
  border-radius: 100px;
  color: var(--ink-2, #3a453f);
  text-decoration: none;
  transition: .2s;
  display: inline-block;
}

.lang a.active {
  background: var(--ink, #0f1512);
  color: #fff;
}

.foot-brand .lang a {
  color: rgba(255, 255, 255, .72);
}

.foot-brand .lang a.active {
  background: var(--lime, #c8f560);
  color: var(--ink, #0f1512);
}

.lang.lang--slide a.active,
.foot-brand .lang.lang--slide a.active {
  background: transparent !important;
}

@media (max-width: 1020px) {
  header .nav-actions .lang {
    display: none;
  }
}

/* .crumbs / AIOSEO — стили в assets/css/layout.css */
