/*
Theme Name: Resurs Child Theme
Template: resurs
Theme URI: https://resurs.themerex.net/
Description: Resurs Child Theme
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.0.0
Tested up to: 6.6
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: resurs
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */


/* Submenu little */
ul.sub-menu.animated.fast.fadeIn {
  display: inline-block;
  width: auto !important;
  min-width: max-content;
  padding: 5px 10px;
  box-sizing: border-box;
  background-color: #1FDC9D; /* Добавлен цвет фона */
}

ul.sub-menu.animated.fast.fadeIn {
  animation: none !important;
  transition: none !important;
  opacity: 1 !important;
}

ul.sub-menu {
  background-color: #1FDC9D !important;
  width: fit-content !important;
  min-width: max-content;
  max-width: 90vw; /* ограничим ширину на мобильных */
  padding: 5px 10px;
  box-sizing: border-box;
}

ul.sub-menu li a {
  display: inline-block !important;
  white-space: nowrap;
  padding: 5px 10px;
  color: #000; /* цвет текста можно настроить по желанию */
}

ul.sub-menu {
  margin-top: 10px;
}

