/*
Theme Name: Develona Child
Theme URI: https://develona.com
Description: Develona Child is a child theme of Hello Elementor
Author: Develona
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: develona-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
*/
/* Lista del mega menú */
.mm-list {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 2;
  column-gap: 24px;
}

/* Todos los items */
.mm-item {
  break-inside: avoid;
  border-radius: 6px;
  transition: background 0.15s;
}

.mm-item:hover {
  background: #f0f9f6;
}

/* El item marcado fuerza nueva columna */
.mm-item.col-break {
  break-before: column;
}

/* Enlace */
.mm-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  text-decoration: none;
  color: inherit;
}

/* Icono */
.mm-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}

/* Textos */
.mm-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mm-title {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.3;
}

.mm-desc {
  font-size: 12px;
  color: #6b7280;
  line-height: 1.3;
}

.tags-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 20px 0;
}

.tags-grid a {
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  padding: 10px 22px;
  font-size: 14px;
  color: #444;
  background: #fff;
  text-decoration: none;
}
