/*
Theme Name:  Listeo ChildTheme
Theme URI: http://listeo.pro
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Directory WordPress Theme by Purethemes
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: listeo
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  listeo
*/


[data-id="734d4dba"],
#_place_id,
[for="_place_id"],
.form-field-_place_id-container { /* campo de formulário de integração com o Google Meu Negócio - Review */
  display: none !important;
}

.mobile-nav-header {
    background-color: #fff !important;
    height: 100px !important;
}

.ap-btn-other {
  display: none !important;
}

.mobile-nav-header .menu-logo a img {
    max-height: 80px !important;
}

.mobile-nav-header .menu-icon-toggle {
    top: 30px !important;
    background: rgb(0 0 0) !important;
}

.listing-features-clean {
  display: block !important;
  margin-top: 0px !important;
}

.listing-feature-block {
  padding: 0px 0 !important;
}

.feature-title {
  font-weight: 600 !important;
  color: #333 !important;
  margin-bottom: 4px !important;
}

.feature-value {
  color: #555 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.feature-separator {
  border: none !important;
  border-bottom: 1px solid #eee !important;
  margin: 12px 0 !important;
}

.new-grid-layout-nl .details-main-col-nl {
    padding: 25px 25px 0 25px !important;
    justify-content: flex-start !important;
}

.pricing-list-container ul li {
    padding-right: 150px;
}

@media (max-width: 768px) {
    .pricing-list-container ul li {
        align-items: flex-start;
        flex-direction: column;
        padding: 25px;
        padding-left: 10px !important;
    }
    .formacao-academica-bloco {
        padding: 24px 0px !important;
    }
}


/* Container geral das sub-ratings */
.sub-ratings-container {
  display: grid;
  grid-template-columns: 1fr 1fr; /* duas colunas lado a lado */
  gap: 20px 40px; /* espaçamento entre linhas e colunas */
  margin-bottom: 20px;
}

/* Cada bloco de avaliação */
.add-sub-rating {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  border-bottom: 1px solid #eee; /* linha suave separando */
}

/* Título da avaliação */
.sub-rating-title {
  font-weight: 600;
  font-size: 15px;
  color: #333;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Ícone de ajuda */
.sub-rating-title .tip {
  font-size: 13px;
  color: #888;
  margin-left: 6px;
  cursor: help;
}

/* Container das estrelas */
.sub-rating-stars {
  display: flex;
  align-items: center;
}

.leave-rating {
  display: flex;
  flex-direction: row-reverse; /* estrelas da direita pra esquerda */
  gap: 4px;
}

.leave-rating input {
  display: none; /* esconde os radios */
}

.leave-rating label {
  font-size: 20px;
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s;
}

.leave-rating input:checked ~ label,
.leave-rating label:hover,
.leave-rating label:hover ~ label {
  color: #f7b500; /* amarelo destaque */
}

/* Responsivo: em telas pequenas, fica 1 coluna */
@media (max-width: 768px) {
  .sub-ratings-container {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1367px) {
    .add-sub-rating {
        width: 40% !important;
    }
}

/* Método mais específico usando seletores de contexto */
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-heading-block {
    text-indent: -9999px;
}
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-heading-block::after {
    content: "Resumo da sua compra";
    text-indent: 0;
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
}

/* Mais específico para o total */
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    text-indent: -9999px;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label::after {
    content: "Valor final";
    text-indent: 0;
    display: block;
}

/* Botão específico */
.wc-block-cart__submit-button .wc-block-components-button__text {
    text-indent: -9999px;
}
.wc-block-cart__submit-button .wc-block-components-button__text::after {
    content: "Continuar";
    text-indent: 0;
    display: block;
    font-size: 1.6em;
    margin-top: -27px;
}

.wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
    border-left: 4px solid #ff4000;
    color: #333;
    font-size: medium;
    font-weight: 600;
    padding: 10px;
}

.wc-block-components-payment-method-label {
    color: #ff4000;
    font-size: xx-large;
    font-weight: 600;
}

[data-id="f9d959a"] .headline.headline-extra-spacing span {
    max-width: inherit;
}


/* padrão: escondido (desktop) */
.listing-logo.img_cloned { display: none; }

/* Responsivo: em telas pequenas, fica 1 coluna */
@media (max-width: 768px) {
    .cds-profile-header {
        padding: 20px 0 0 !important;
    }

    .listing-titlebar-tags {
        margin-left: 0px !important;
    }

    #titlebar .listing-logo {
        flex-shrink: 0;
        margin: -15px 0 0 0 !important;
    }

    .listing-logo:first-of-type {
        display: none !important;
    }

    .cds-name-verified {
    display: flex;
    flex-direction: column;   /* empilha logo + nome */
    align-items: flex-start !important;      /* centraliza horizontalmente */
    text-align: center;
  }

  .listing-logo.img_cloned {
    margin-bottom: 10px;      /* espaço entre a foto e o nome */
  }

  .listing-logo.img_cloned {
    display: block !important;
  }

  .listing-logo.img_cloned img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 3px solid orange; /* borda laranja */
    object-fit: cover;
    display: block;
    position: relative;
    left: -20px;
    top: -20px;
  }

  .cds-name {
    margin: 0;                /* remove espaçamento extra */
  }
    
  .listing-section {
    margin-top: -50px !important;  
  }

  #listing-details {
    padding: 32px 0px !important;
  }

}

.booking-contact {
    max-width: auto !important;
}

[data-id="28ee0ff9"] .headline.headline-extra-spacing span,
[data-id="4fbd640d"] .headline.headline-extra-spacing span,
[data-id="966885d"] .headline.headline-extra-spacing span {
    max-width: 100% !important;
}

body.page-template-template-dashboard #navigation .menu-item-581,
.listeo-products-slider .button, li.regular-product.product .button,
body.page-id-158 .add-listing-section.row.basic_prices,
.archive #titlebar span {
    display: none !important;
}

body.archive .main-search-input .panel-dropdown a,
body.archive .drilldown-menu .menu-toggle,
body.archive .drilldown-menu .menu-item,
body.archive .checkboxes label,
body.archive .main-search-input input, .main-search-input input:focus,
body.home .main-search-input .panel-dropdown a,
body.home .drilldown-menu .menu-toggle,
body.home .drilldown-menu .menu-item,
body.home .checkboxes label,
body.home .main-search-input input, .main-search-input input:focus {
    font-size: 15px !important;
    font-weight: 400 !important;
}

body.archive .checkboxes label {
  margin-right: 11px !important;
}

/* ================================
   Central do Ser - Alertas
   ================================ */

/* Container do alerta */
.central-doser-alert {
  background-color: #ffe6e6; /* vermelho claro para chamar atenção */
  border: 1px solid #ff4d4d; /* borda vermelha */
  color: #cc0000; /* texto em vermelho forte */
  padding: 15px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  position: relative;
}

/* Ícone de alerta */
.central-doser-alert::before {
  content: "⚠️ ";
  font-size: 18px;
  margin-right: 6px;
}

/* Destaque no aviso principal */
.central-doser-alert strong {
  font-weight: bold;
  color: #990000;
}

/* Link dentro do alerta */
.central-doser-alert a {
  color: #cc0000;
  text-decoration: underline;
  font-weight: 500;
}
.central-doser-alert a:hover {
  text-decoration: none;
}

#banner_top {
    margin-top: -60px;
}


/* =============================================
   Central do Ser - Loja - Exibição de Produtos
   ============================================= */


 /* GRID com espaçamento ideal */
.seller-items ul.products {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    padding: 0;
  
}

/* Cartão do produto com sombra e bordas suaves */
.seller-items li.product,
body.single .fw-carousel-item,
body.page-id-1417 #ap_loja_produtos .product {
  background: #ffffff !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08) !important;
  overflow: hidden !important;
  max-width: 340px !important;
  transition: all 0.35s ease !important;
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
}

.seller-items li.product:hover,
body.single .fw-carousel-item:hover,
body.page-id-1417 #ap_loja_produtos .product:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 3px;
}

body.page-id-1417 #ap_loja_produtos .product {
  margin-top: 40px !important;
}

/* Imagem com bordas ajustadas */
.seller-items .mediaholder img,
body.page-id-1417 #ap_loja_produtos .product img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  border-bottom: 1px solid #eaeaea !important;
  object-fit: cover !important;
  transition: transform 0.3s ease !important;
}

.seller-items li.product:hover .mediaholder img {
  transform: scale(1.03);
}

.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
    padding: 0 !important;
}

/* Categoria discreta */
.seller-items span.product-category {
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  padding: 15px 20px 5px;
  letter-spacing: 1px;
  font-weight: 500;
}

/* TÍTULO com presença forte e refinada */
.seller-items h5,
body.page-id-1417 #ap_loja_produtos .product h2 {
  font-family: 'Georgia', serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #2c2c2c !important;
    margin: 5px 20px 10px !important;
    line-height: 1.4 !important;
    transition: color 0.3s ease !important;
}

body.page-id-1417 #ap_loja_produtos .product h2 {
  padding: 27px 0 !important;
}

.seller-items li.product:hover h5,
body.page-id-1417 #ap_loja_produtos .product:hover h2 {
  color: #1a936f !important;
}

.product section {
    background: transparent !important;
}

/* Preço com destaque delicado */
.seller-items .price {
  font-size: 22px;
  font-weight: bold;
  color: #b58900; /* ouro sutil */
  margin: 0 20px 15px;
}

/* Botão de compra */
.seller-items a.button {
  display: block;
  background: #1a936f;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 14px 20px;
  margin: auto 20px 20px;
  border-radius: 8px;
  font-size: 16px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.seller-items a.button:hover {
  background-color: #157a59;
  transform: scale(1.02);
}  


/* Estilo base do preço */
.woocommerce-Price-amount {
  display: inline-block;
  background: linear-gradient(135deg, #fdf6e3, #f5deb3); /* fundo ouro claro */
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 22px;
  font-weight: bold;
  color: #5c4200; /* marrom escuro, remete a ouro */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  font-family: 'Georgia', serif;
}

/* Animação sutil ao passar o mouse */
li.product:hover .woocommerce-Price-amount {
  transform: scale(1.05);
  background: linear-gradient(135deg, #fceabb, #f8d479);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* Símbolo da moeda separado visualmente */
.woocommerce-Price-currencySymbol {
  font-size: 18px;
  vertical-align: top;
  margin-right: 3px;
  color: #947100;
}

.widget_products .product_list_widget .woocommerce-Price-amount.amount bdi {
    background: #eeeeee00 !important;
    color: #5c4200 !important;
}


/* Container do preço */
.price {
  display: flex !important;
  align-items: baseline !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  font-family: 'Georgia', serif !important;
}

#listing-store section del .woocommerce-Price-amount {
    background: linear-gradient(135deg, #fdf6e3, #f5deb300) !important;
    font-size: 12px !important;
    padding: 0 !important;
}

/* Preço antigo (riscado e discreto) */
.price del bdi,
#listing-store section del bdi {
  color: #000000 !important;
  font-size: 16px !important;
  text-decoration: line-through !important;
  opacity: 0.6 !important;
  margin-right: 8px !important;
  font-weight: 400 !important;
  display: inline-block !important;
}

/* Remove qualquer espaçamento forçado dos elementos internos */
.price .woocommerce-Price-amount {
  padding: 0 !important;
  margin: 0 !important;
}

/* Remove o texto oculto de acessibilidade da tela */
.price .screen-reader-text {
  display: none !important;
}


/* Container principal da lista */
.product_list_widget {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  justify-content: center;
  list-style: none;
}

.product_list_widget li a {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

/* Cada item do produto (efeito card 3D) */
.product_list_widget li {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  width: 280px;
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 1000px;
  position: relative;
  padding: 0 10px;
}

/* Efeito de elevação com sombra e "zoom" sutil */
.product_list_widget li:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

/* Imagem com arredondamento e leve brilho */
.product_list_widget li img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
  display: block;
  border-bottom: 1px solid #eee;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.product_list_widget li:hover img {
  transform: scale(1.03);
  filter: brightness(1.05);
}

/* Título do produto */
.product_list_widget .product-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #2c2c2c;
  padding: 12px 16px 4px;
  font-family: 'Georgia', serif;
  transition: color 0.3s ease;
  line-height: 1.3;
}

.product_list_widget li:hover .product-title {
  color: #1a936f;
}

/* Preço */
.product-widget-price {
  font-size: 18px;
  font-weight: bold;
  color: #1a936f;
  padding: 0 16px 16px;
  font-family: 'Georgia', serif;
}

/* Link inteiro como bloco clicável */
.product_list_widget a {
  display: block;
  text-decoration: none;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}

.dokan-single-seller .store-footer {
  height: 100px !important;
  padding: 5px 10px !important;
}

.dokan-single-seller .store-footer h2 {
  font-size: medium !important;
  color: #e5872d !important;
  font-weight: 600 !important;
}


#dokan-seller-listing-wrap.grid-view .store-content {
  background: rgb(0 0 0 / 0%) !important;
}

body.single-product .cart .quantity, 
.dokan-store-rating.no-reviews-rating, 
aside#woocommerce_products-2 del {
  display: none !important;
}

/* Estilização básica da nova div */
 .ap-visitar-loja {
 font-weight: 600;
 color: var(--e-global-color-primary, #333);
 margin-top: 4px;
 font-size: 14px;
}

/* 
  Estilo padrão para vídeos incorporados em descrições de produtos
  Compatível com YouTube, Vimeo, etc.
*/

.video-produto-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 20px 0;
  border-radius: 8px;
  overflow: hidden;
  background-color: #000; /* fundo preto durante o carregamento */
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  aspect-ratio: 16 / 9;
}

/* Para navegadores que ainda não suportam aspect-ratio */
.video-produto-wrapper::before {
  content: "";
  display: block;
  padding-bottom: 56.25%; /* fallback para 16:9 */
}

/* O vídeo em si */
.video-produto-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}


/* ======== GRID DE PRODUTOS ======== */
ul.products {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-start;
  padding: 0;
  margin: 0 auto;
}

body:not(.page) ul.products li.product:first-child {
  margin-left: -30px !important;
}

/* 3 colunas no desktop */
ul.products li.product {
  list-style: none;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  flex: 1 1 calc(33.333% - 30px); /* 3 colunas */
  max-width: calc(33.333% - 30px);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* ======== IMAGEM DO PRODUTO ======== */
ul.products li.product .mediaholder img {
  width: 100%;
  height: auto;
  border-radius: 16px 16px 0 0;
  object-fit: cover;
  transition: transform 0.3s ease;
}

ul.products li.product:hover .mediaholder img {
  transform: scale(1.03);
}

/* ======== CONTEÚDO ======== */
ul.products li.product section {
  padding: 16px 12px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

ul.products li.product .product-category {
  font-size: 13px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

ul.products li.product h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #222;
  margin: 0;
}

ul.products li.product h5 a {
  color: inherit;
  text-decoration: none;
}

ul.products li.product h5 a:hover {
  color: var(--e-global-color-primary, #d4a253);
}

/* ======== PREÇO ======== */
ul.products li.product .price {
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #d4a253;
  display: inline-block !important;
  padding: 6px 14px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

body.archive[class*="term-"] div.term-description {
  padding: 5% 0;
}

/* ======== BOTÃO "ADICIONAR AO CARRINHO" ======== */
ul.products li.product .add_to_cart_button,
ul.products li.product .product_type_external {
  display: none !important; /* oculta o botão redundante no grid */
}

/* ======== RESPONSIVO ======== */
@media (max-width: 1024px) {
  ul.products li.product {
    flex: 1 1 calc(50% - 20px); /* 2 colunas no tablet */
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  ul.products li.product {
    flex: 1 1 100%; /* 1 coluna no mobile */
    max-width: 100%;
  }
}  


.blog-card-grid {
  display: grid;
  gap: 24px;
}

.blog-card-grid.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1024px) {
  .blog-card-grid.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .blog-card-grid.columns-3 {
    grid-template-columns: 1fr;
  }
}

.blog-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #000;
}

.blog-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.blog-card-image {
  position: relative;
  height: 360px;
  background-size: cover;
  background-position: center;
}

.blog-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.7), rgba(0,0,0,.2));
}

.blog-card-category {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #ff8a00;
  color: #fff;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  z-index: 2;
}

.blog-card-content {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 2;
}

.blog-card-title {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}

.blog-tag-title {
  margin-bottom: 32px;
  font-size: 28px;
}

.blog-card-pagination {
  margin-top: 40px;
  text-align: center;
}  


/* Wrapper geral do filtro */
#listeo-search-form__service_tab_participaco_em_parcerias_institucionais {
    margin: 28px 0;
    padding: 0;
}


/* Caixa visual do bloco */
#listeo-search-form__service_tab_participaco_em_parcerias_institucionais .institutional-partners-box {
    background: #ffffff;
    border: 1px solid #e6e1da;
    border-radius: 16px;
    padding: 22px 12px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.05);
    position: relative;
}


/* Linha superior sutil para identidade visual */
#listeo-search-form__service_tab_participaco_em_parcerias_institucionais .institutional-partners-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    border-radius: 16px 16px 0 0;
    background: linear-gradient(90deg,#fe9c16,#c5a98a);
}


/* Cabeçalho */
#listeo-search-form__service_tab_participaco_em_parcerias_institucionais .institutional-partners-box__header {
    margin-bottom: 14px;
}


/* Título */
#listeo-search-form__service_tab_participaco_em_parcerias_institucionais .institutional-partners-box__title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #2c2c2c;
}


/* Descrição */
#listeo-search-form__service_tab_participaco_em_parcerias_institucionais .institutional-partners-box__description {
    font-size: 16px !important;
    color: #6f6f6f;
    margin: 0;
    line-height: 23px !important;
}


/* Área do checkbox */
#listeo-search-form__service_tab_participaco_em_parcerias_institucionais .institutional-partners-box__body {
    margin-top: 16px;
}


/* Remove estilos herdados do tema */
#listeo-search-form__service_tab_participaco_em_parcerias_institucionais #_contact_tab_participaco_em_parcerias_institucionais {
    padding: 0;
    margin: 0;
}


/* Oculta checkbox nativo */
#listeo-search-form__service_tab_participaco_em_parcerias_institucionais input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}


/* Card da opção */
#listeo-search-form__service_tab_participaco_em_parcerias_institucionais label {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 36px;
    border-radius: 12px;
    border: 1px solid #e6e1da;
    background: #faf9f7;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all .25s ease;
}


/* Quadrado do checkbox customizado */
#listeo-search-form__service_tab_participaco_em_parcerias_institucionais label::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #c7beb3;
    border-radius: 6px;
    background: #fff;
    flex-shrink: 0;
    transition: all .25s ease;
    margin-top: 10px;
    margin-left: 10px;
}


/* Hover elegante */
#listeo-search-form__service_tab_participaco_em_parcerias_institucionais label:hover {
    background: #ffffff;
    border-color: #d3c5b6;
    box-shadow: 0 6px 16px rgba(0,0,0,0.05);
}


/* Checkbox marcado */
#listeo-search-form__service_tab_participaco_em_parcerias_institucionais input:checked + label {
    background: #f7f2ec;
    border-color: #f89e25;
}


/* Quadrado marcado */
#listeo-search-form__service_tab_participaco_em_parcerias_institucionais input:checked + label::before {
    background: linear-gradient(180deg,#f89e25,#f89e25);
    border-color: #f89e25;
    box-shadow: inset 0 0 0 4px #fff;
}

#listeo-search-form__service_tab_participaco_em_parcerias_institucionais label{
    display:flex;
    align-items:center;
    gap:12px;
    line-height:1.3;
}

#listeo-search-form__service_tab_participaco_em_parcerias_institucionais label::before{
    flex-shrink:0;
    transform: translateY(1px);
}


/* Responsivo */
@media (max-width:768px) {

    #listeo-search-form__service_tab_participaco_em_parcerias_institucionais .institutional-partners-box {
        padding: 18px;
    }

    #listeo-search-form__service_tab_participaco_em_parcerias_institucionais .institutional-partners-box__title {
        font-size: 17px;
    }

    #listeo-search-form__service_tab_participaco_em_parcerias_institucionais label {
        font-size: 14px;
        padding: 13px 38pxpx;
    }

}

@media (min-width: 992px) {
    body.light-dashboard.page-template-template-dashboard .dashboard-nav ul:before {
        font-size: 14px !important;
        padding-left: 0px !important;
        color: #333 !important;
    }
}