.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-fd006be:#E7791D;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.lp-add-listing-btn{
    color: white !important;
}
.chosen-single {
    margin-left: 32px !important;
    text-align: left;
}
.card-container {
    display: flex;
    flex-wrap: wrap; /* Permite que os cards quebrem para a próxima linha */
    justify-content: space-between;
}

.lp-listing-bottom {
    flex: 1 1 calc(33.333% - 10px); /* 3 cards por linha */
    box-sizing: border-box;
    display: flex;
    flex-direction: column; /* Garante que o conteúdo flua verticalmente */
}

.lp-listing-cats {
    height: 30px;
    display: -webkit-box; /* Necessário para o uso de -webkit-line-clamp */
    -webkit-box-orient: vertical; /* Define a orientação para truncar */
    overflow: hidden; /* Oculta o texto excedente */
    -webkit-line-clamp: 2; /* Limita a 2 linhas */
    line-height: 1.2em; /* Define a altura de cada linha */
    max-height: 2.4em; /* Altura máxima correspondente a 2 linhas */
    text-overflow: ellipsis; /* Adiciona as reticências ("...") */
    white-space: normal; /* Permite quebra de linha */
    word-wrap: break-word; /* Garante que palavras longas quebrem, se necessário */
}/* End custom CSS */