:root {
    --chale-primary: #129400;
    --chale-title-color: #1E2F4B;
    --chale-muted-color: #6E7A8D;
    --chale-border-gray: #D9D9D9;
    --chale-radius-lg: 20px;
    --chale-font-main: 'Montserrat', sans-serif;
}

.wizard-progress {
    align-items: center;
    gap: 16px;
}

.dv-wizard-step-circle {
    width: 47px;
    height: 47px;
}

.wizard-step-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--chale-border-gray);
    font-family: var(--chale-font-main);
    font-weight: 600;
    font-size: 25px;
    background: #FFFFFF;
    color: var(--chale-border-gray);
    padding-top: 2px;
}

.wizard-step-active {
    border-color: var(--chale-primary) !important;
    background: var(--chale-primary) !important;
    color: #FFFFFF !important;
    align-items: center;
    justify-content: center;
}

.dv-wizard-step-line {
    width: 50px;
}

.hr-wizard-step-line {
    border-top: 2px solid #dbdade !important;
}

.hr-wizard-step-line-active {
    border-top: 2px solid var(--chale-primary) !important;
}

.anuncio-secondary-image-label {
    color: var(--chale-title-color);
    font-size: 20px;
    font-weight: 600;
    font-family: var(--chale-font-main);
}

.cadastro-secondary-label {
    color: var(--chale-title-color);
    font-weight: 600;
}

.anuncio-secondary-image-help {
    color: var(--chale-muted-color);
    font-size: 13px;
    font-weight: 500;
    font-family: var(--chale-font-main);
}

.section-label-sm {
    color: var(--chale-title-color);
    font-size: 14px;
    font-weight: 600;
    font-family: var(--chale-font-main);
}

.anuncio-secondary-image-block {
    margin-top: 32px;
}

.anuncio-upload-icon-box {
    width: 96px;
    height: 100px;
    margin: 0 auto 16px;
    background: rgba(18, 148, 0, 0.19);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.anuncio-upload-icon {
    font-size: 40px;
    color: var(--chale-primary);
}

.anuncio-upload-text {
    color: var(--chale-title-color);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--chale-font-main);
}

.anuncio-upload-info {
    font-size: 11px;
    font-family: var(--chale-font-main);
}


#anuncio-dropzone {
    border-radius: var(--chale-radius-lg);
    border: 1px solid var(--chale-primary);
    background: #FFFFFF;
    min-height: 350px;
    width: 100%;
    padding: 38px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#anuncio-dropzone .dz-message {
    margin: 0;
    width: 100%;
}

#anuncio-dropzone .dz-message::before {
    display: none !important;
}

#anuncio-dropzone .dz-default.dz-message span {
    display: none !important;
}

.custom-dz-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.anuncio-main-image-wrapper {
    border-radius: 14px;
    overflow: hidden;
}

.anuncio-main-image {
    width: 100%;
    height: 40vh;
    object-fit: cover;
}

.chale-secondary-image-grid .image-wrapper img {
    width: 240px;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
}

.btn-chale-lg {
    background: var(--chale-primary);
    color: #fff;
    padding: 12px 58px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--chale-font-main);
    border: none;
}

.widget-content>input {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

select[name="benfeitorias"] {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.benf-select-wrapper {
    position: relative;
    margin-top: 8px;
}

.benf-select-display {
    border: 1px solid #dbdade;
    border-radius: 8px;
    padding: 0.422rem 1rem 0.422rem 0.875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background: #FFFFFF;
    font-size: 0.9375rem;
    font-weight: 400;
}

.benf-arrow {
    width: 8px;
    height: 8px;
    border-right: 2px solid #8A8FA0;
    border-bottom: 2px solid #8A8FA0;
    transform: rotate(45deg);
    margin-left: 12px;
    flex-shrink: 0;
}

.benf-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 0px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 0px;
    max-height: 240px;
    overflow-y: auto;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
    z-index: 20;
    display: none;
}

.benf-dropdown.open {
    display: block;
}

.benf-dropdown-item {
    padding: 10px 16px;
    font-size: 14px;
    color: #1E2F4B;
    cursor: pointer;
}

.benf-dropdown-item:hover {
    background: #F2FFED;
}

.benf-dropdown-item.selected {
    background: #F2FFED;
    font-weight: 600;
}

.benf-chips-container {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.benf-chip {
    border-radius: 30px;
    border: 1px solid #129400;
    padding: 4px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #129400;
    background: #FFFFFF;
}

#id_acomodacao {
    display: none;
}

.anuncio-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 1.1;
    color: #1E2F4B;
}

@media (min-width: 992px) {
    .anuncio-heading {
        font-size: 3rem;
    }
}

.anuncio-subtitle {
    color: #445A7D;
    font-size: 1.1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.4;
    max-width: 1000px;
    margin: 0 auto;
}

.anuncio-tipo-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.tipo-card-select {
    border-radius: 20px;
    border: 1px solid #129400;
    padding: 35px 42px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
    transition:
        transform 0.15s ease,
        box-shadow 0.15s ease,
        border-color 0.15s ease;
    background-color: #ffffff;
}

.tipo-card-select:hover {
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
    border-color: #0f7a00;
    background-color: #F2FFED;

    .tipo-card-title {
        color: #129400;
    }

    .tipo-card-text {
        color: #129400;
    }

    .tipo-card-icon {
        color: #1E2F4B;
    }
}

.tipo-card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    color: #1E2F4B;
    margin-bottom: 0.8rem;
}

.tipo-card-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    color: #1E2F4B;
    font-weight: 600;
}

.tipo-card-icon {
    font-size: 90px;
    color: #129400;
}

@media (max-width: 767.98px) {
    .tipo-card-select {
        margin-bottom: 1.5rem;
    }
}