/*
Theme Name: Novo Guia e Negócios
Theme URI: https://guiaenegocios.edergularte.com.br
Author: Eder Reinaldo Gularte Cordeiro
Author URI: https://edergularte.com.br
Description: Tema WordPress multiuso (institucional, portfólio, classificados, landing pages) com suporte a WooCommerce para lojas virtuais.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 26.07.300941
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: guiaenegocios
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
img.icon-orange,
.list-group-item img {
  filter: invert(42%) sepia(100%) saturate(500%) hue-rotate(350deg);
}
.thumb-item {
  width: 100%;   /* ou ajuste conforme layout */
  display: none; /* controlado pelo JS */
}
.main-image-wrapper {
  aspect-ratio: 19 / 9; /* força proporção quadrada */
  overflow: hidden;
}
.main-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* corta sem distorcer */
}
#imageModal img {
  max-height: 90vh; /* nunca passa da altura da tela */
  width: auto;
  object-fit: contain;
}
.text-orange,
a.link-orange {
  color: #fd7e14;
}

a.link-orange:hover {
  color: #ca6510;
}
.btn-orange {
  background-color: #ff6600; /* laranja vibrante */
  color: #fff;
}

.btn-orange:hover {
  background-color: #e65c00; /* tom mais escuro no hover */
  color: #fff;
}

