/*
 Theme Name: Kadence Child
 Theme URI: https://example.com
 Description: Дочерняя тема для Kadence
 Author: Лора
 Author URI: https://example.com
 Template: kadence
 Version: 1.0.0
 Text Domain: kadence-child
*/

/* Меню (чтобы текст был виден) */
.popup-drawer .drawer-inner nav a,
.popup-drawer .drawer-inner nav a *,
.popup-drawer .drawer-inner ul li a,
.popup-drawer .drawer-inner ul li a * {
  color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
}

/* ВАЖНО: убери это, оно может ломать видимость ссылок в off-canvas
.kadence-off-canvas-wrap a,
.mobile-navigation a {
  color: #000 !important;
}
*/

/* Блок телефона и графика в drawer */
.popup-drawer .mc-info{
  border: 1px solid rgba(193,18,31,.35);
  border-radius: 14px;
  padding: 14px 16px;
  line-height: 1.4;
}
.popup-drawer .mc-row{ margin-top: 10px; }
.popup-drawer .mc-row:first-child{ margin-top: 0; }

.popup-drawer .mc-phone a{
  color: #c1121f !important;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}

.popup-drawer .mc-time{
  color: #c1121f !important;
  font-weight: 600;
  font-size: 14px;
}

.popup-drawer .mc-days{
  color: rgba(255,255,255,.8) !important;
  font-weight: 500;
}
