/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.allegati-catalogo-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.allegati-catalogo-item {
  margin-bottom: 12px;
}

.allegati-catalogo-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #f1f1f1;
  border-radius: 6px;
  text-decoration: none;
  color: #222;
  transition: background 0.3s ease;
}

.allegati-catalogo-link:hover {
  background: #e0f0ff;
}

.allegati-catalogo-icon {
  color: #d32f2f;
  font-size: 20px;
}

.allegati-catalogo-download {
  margin-left: auto;
  color: #1976d2;
  font-size: 18px;
}



/* accordion categorie  */
.woo-cat-list,
.woo-cat-sub {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.woo-cat-item {
  margin-bottom: 6px;
  position: relative;
}

.woo-cat-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background 0.2s ease;
  background: #fff;
}

.woo-cat-label:hover {
  background: #f0f0f0;
}

.woo-cat-label a {
  color: #333;
  text-decoration: none;
  flex-grow: 1;
}

.woo-cat-sub {
  margin-top: 6px;
  padding-left: 18px;
/*   border-left: 2px solid #051c2f; */
  border-left: 2px solid #9cfd56;
	
	
}

.woo-cat-sub li {
  margin: 4px 0;
}

.woo-cat-sub a {
  display: block;
  padding: 4px 6px;
  color: #333;
  border-radius: 4px;
  transition: background 0.2s ease;
}

/* .woo-cat-sub a:hover,
.woo-cat-label a:hover {
    background: #051c2f;
}
 */

.woo-cat-sub a:hover, .woo-cat-label a:hover {
    background: none;
}
.current-cat {
  font-weight: bold;
  color: #d88f00;
/*   background-color: #fff5e0; */
  border-radius: 4px;
  padding: 2px 6px;
}

.chevron {
  font-size: 0.8rem;
  color: #888;
  margin-left: 10px;
  flex-shrink: 0;
}



