.body {
    height: 100%;
    margin-top: 32px;
    justify-content: center;
}

.area-anunciante {
    margin-bottom: 10%;
}

.hidden {
    display: none !important;
}

.title {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-left: 5%;
}

.title button {
    border: none;
    background: white;
    text-decoration: underline;
    font-size: 20px;
}

.title i {
    margin-right: 6px;
}

.title h2 {
    color: #231144;
    font-size: 30px;
    font-family: Nunito;
}

.image {
    display: flex;
    align-items: stretch;
}

.image img {
    width: 60%;
}

.text {
    background-color: #231144;
    color: white;
    align-items: center;
}

.area-anunciante .text {
    display: flex;
}

.area-anunciante .image {
    margin-top: 15px;
}

.text p {
    font-size: 30px;
    font-family: Nunito;
    margin-left: 25px;
    color: white;
}

.infos-anuncio {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}

.infos {
    display: flex;
    align-items: center;
    width: 96%;
    justify-content: center;
}

.info1 {
    width: 49%;
    display: flex;
    justify-content: center;
}

.info1-text {
    font-family: Nunito;
    font-size: 18px;
    color: black;
}

.title-como-funciona {
    color: black;
}

.divisa {
    width: 2%;
    display: flex;
    justify-content: end;
    margin-left: 30px;
}

.conteudo {
    height: 240px;
    width: 2px;
    background-color: rgb(119, 119, 119);
    display: flex;
    justify-content: center;
}

.info2 {
    width: 49%;
    margin-left: 40px;
}

.info-2 {
    display: flex;
}

.info-2 img {
    margin-right: 20px;
}

.btn-cad {
    display: flex;
    justify-content: center;
}

.btn-footer {
    background-color: #231144;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: none;
    width: 300px;
    height: 35px;
}

.btn-icone {
    font-size: 30px;
    margin-right: 15px;
}

.cadastros {
    display: flex;
}

.image-cadastro {
    width: 50%;
}

.image-cadastro .pessoa {
    width: 100%;
}

.form,
.cards {
    height: 900px;
    width: 50%;
    padding-left: 35px;
}

.title-cad {
    display: flex;
}

.title-cad .title {
    width: 80%;
}

.text-cad {
    font-size: 16px;
    color: black;
}

.session {
    font-size: 20px;
    color: #F02D3A;
}

.form-ckb-label {
    font-size: 14px;
}

.ckb {
    display: flex;
}

.form-ckb-input {
    width: 20px;
    height: 20px;
}

.form-ckb {
    display: flex;
    justify-content: center;
}

.form-label {
    font-size: 14px;
    color: black;
}

.form-control {
    width: 80%;
}

.image-cadastro .text {
    height: 860px;
    margin-top: -1px;
}

.info-text {
    padding: 30px;
    color: white;
}

.label-footer {
    font-size: 12px;
}

.img-logo {
    display: flex;
    justify-content: end;
    margin-top: -5%;
}

.img-logo img {
    margin-right: 35px;
}

.card {
    height: 90px;
    width: 85%;
    margin-top: 25px;
    border: 1px solid #c6c6c6;
    border-radius: 10px;
    display: -webkit-box;
    cursor: pointer;
    transition: border-color 0.3s;
    position: relative;
}

.card p {
    color: black;
}

.card.selected {
    border-color: #F02D3A;
}

.info-plano {
    font-size: 14px;
    width: 50%;
    padding: 20px;
}

.info-plano p {
    margin: 0;
    font-family: Nunito;
}

.valor-mensal {
    display: flex;

    padding: 20px;
    align-items: baseline;
}

.valor-mensal p {
    font-size: 16px;
    color: #F02D3A;
    font-family: Nunito;
}

.valor-mensal span {
    color: black;
}

.detalhesDoPlano {
    width: 80%;
    margin-top: 20px;
}

.detalhesDoPlano span {
    color: black;
}

.formaPagamento {
    width: 100%;
}

.pagamentoForma {
    border: 1px solid #c6c6c6;
    display: flex;
    border-radius: 10px;
    width: 88%;
    margin-top: 20px;
}

.cartoesCadastrados {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.formaPagamento-ckb {
    display: flex;
    align-items: center;
    padding: 12px;
}

.formaPagamento-ckb label {
    margin-bottom: 0;
    color: black;
}

.formaPagamento-ckb-input {
    width: 20px;
    height: 20px;
}

.planoSelecionado {
    border: 1px solid #c6c6c6;
    height: 50%;
    margin-top: 60px;
    border-bottom: none;
    border-radius: 12px;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.3);
}

.info-plano-selecionado {
    padding: 24px;
}

.plano-select p,
.total p {
    margin-bottom: 0;
    color: black;
}

.troca-anuncio {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
}

.total {
    display: flex;
    justify-content: space-between;
}

.troca-anuncio a {
    text-decoration: underline;
    color: #F02D3A;
}

.total {
    padding-left: 23px;
    padding-right: 23px;
}

.cartao {
    border: 1px solid #c6c6c6;
    border-radius: 10px;
    width: 95%;
    height: 85px;
    margin-bottom: 15px;
    padding: 10px;
    cursor: pointer;
}

.cartao p {
    font-size: 14px;
    color: black;
    margin-bottom: 0;
    margin-left: 7px;
}

.cartao .tituloCartao {
    margin-bottom: 7px;
}

.btn-adicionar-cartao {
    width: 88%;
    display: flex;
    justify-content: center;
}

.btn-adicionar-cartao button {
    border: 1px solid #231144 !important;
    background-color: white;
    color: #231144;
}

#session-5 {
    height: 1060px !important;
}

.selected {
    border-color: #F02D3A;
}

.validadeCvv {
    display: flex !important;
}

.fot {
    display: flex !important;
}

.validadeCvv div {
    width: 45%;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 15px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 20px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px;
}

input:checked+.slider {
    background-color: #F02D3A;
}

input:focus+.slider {
    box-shadow: 0 0 1px #231144;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.descktop .text {
    background-color: #E4E4E4;
    align-items: center;
    padding: 20px;
    flex-direction: column;
}

.descktop .info1 {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 16px;
}

.descktop .info1-text {
    font-size: 14px !important;
    font-family: Nunito;
}

.descktop .text p {
    font-size: 18px;
    font-family: Nunito;
    margin-left: 0px;
    color: black;
}

.mobile {
    display: none;
}

.title-descktop-obj {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    color: black;
    margin-top: 35px;
}

.title-descktop-obj .ckb-obj {
    display: flex;
    justify-content: space-between;
}

.ckb-obj p {
    margin-right: 25px;
}

.image img {
    width: 100%;
    height: 100%;
}

.header-fotos p {
    margin: 0;
}

.picture_input {
    display: none;
}

.picture_input_mobile {
    display: none;
}

.picture {
    width: 100%;
    aspect-ratio: 11/9;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    cursor: pointer;
    font-family: sans-serif;
    transition: color 300ms ease-in-out, background 300ms ease-in-out;
    outline: none;
    overflow: hidden;
    border-radius: 12px;
}

.picture:hover {
    color: #777;
    background: #ccc;
}

.picture:active {
    border-color: turquoise;
    color: turquoise;
    background: #eee;
}

.picture:focus {
    color: #777;
    background: #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.picture__img {
    max-width: 100%;
}

.imag {
    width: 15% !important;
}

.imagens {
    display: flex;
    gap: 20px;
    max-width: 800px;
    margin-top: 35px;
}

.adicionar-img {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.linha {
    height: 1px;
    width: 100%;
    background-color: black;
    display: flex;
}

.title-div {
    margin-top: 20px;
    color: #F02D3A;
}

.title-div span {
    color: black;
}

.adicionar-fotos .form-control {
    width: 100%;
}

.complementoAnuncio {
    margin-bottom: 0;
    margin-left: 15px;
}

.body-info-anuncio .ckb-select {
    display: flex;
    align-items: center;
    justify-content: center;
}

.categoria-numerado {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}

.categoria-radio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}

.info-anuncio-objetivo {
    display: flex;
    margin-top: 10px;
}

.add-quantidade {
    display: flex;
    text-align: center;
    height: 30px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    background-color: white;
    width: 110px;
    border-radius: 7px;
}

.add-quantidade span {
    color: #231144;
}

.btn-menos,
.btn-mais {
    color: var(--color-black);
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    background: var(--color-primary);
}

.add-numero-itens {
    color: var(--color-black);
    padding: 2px 15px;
    font-size: 18px;
}

.sim-nao label {
    color: #231144;
}

.text-objetivo {
    color: #231144;
    margin: 0;
    font-size: 13px;
}

.ckb-pink:checked {
    accent-color: #F02D3A;
}

.btnX {
    color: #231144;
}

.btn-fechar-modal {
    display: flex;
    justify-content: end;
    margin-bottom: 8px;
}

.modal-backdrop {
    display: none;
}

.modal-body {
    padding: 0;
}

.body-modal {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.body-modal .title-modal {
    color: #231144;
}

.body-modal img {
    width: 60px;
}

.body-modal button {
    width: 180px;
    background-color: #231144;
    color: white;
    border-radius: 16px;
    margin-top: 15px;
}

.descricao-pix {
    font-family: Nunito;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #767676;
}

.btn-copia-colar {
    width: 122px;
    height: 40px;
    font-family: SF Pro Text;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.09px;
    letter-spacing: 0%;
    background-color: #231144;
    color: #FFFFFE;
}

.mais-detalhes {
    display: flex;
    justify-content: space-between;
    color: black;
}

.wizard-host {
  max-width: 1400px;
  margin: 0px auto;
}

@media (min-width: 651px) {

    .anuncios .infos-title {
        margin-right: 15px;
    }

    .anuncios {
        display: flex;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        padding: 20px;
    }

    #header-desck {
        margin-top: 15px;
    }

    .anuncios p {
        margin: 0;
    }

    .anuncios .ativar {
        display: flex;
    }

    .anuncios .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid #e3e6f0;
        border-radius: .35rem;
        width: 100%;
        border-radius: 12px;
        height: 80%;
        max-height: 360px;
    }

    .anuncios .text {
        background-color: white;
        font-size: 11px;
        margin-bottom: 0;
        color: #ABABAB;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 4.5em;
        line-height: 1.5em;
    }

    .anuncios .title-anuncio {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 4.5em;
        line-height: 1.5em;
    }

    .anuncios .anuncio-info {
        margin: 15px;
        width: 80%;
    }

    .anuncios .header {
        display: none;
    }

    .anuncios .image {
        margin-top: 0;
    }

    .anuncios .card img {
        border-radius: 11px 11px 0 0 !important;
    }

    .anuncios .icones {
        margin-bottom: 12%;
    }

    .card-inativo {
        opacity: 0.3;
    }

    .setas {
        position: absolute;
        top: 33%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        transform: translateY(-50%);
        pointer-events: none;
    }

    .setas .icone {
        width: 30px;
        height: 30px;
        pointer-events: auto;
        cursor: pointer;
    }

    .seta-esquerda {
        margin-left: 10px;
    }

    .seta-direita {
        margin-right: 10px;
    }

    .tipo {
        position: absolute;
        top: 25%;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateY(-150%);
        pointer-events: none;
        background-color: #231144D4;
        border-radius: 21px
    }

    .tipo p {
        padding: 5px;
        color: white;
    }
}

@media (max-width: 650px) {

    .detalhes-tipo-imovel .ckb {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .detalhes-tipo-imovel .form-ckb {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: calc(50% - 10px);
        min-height: 50px;
        padding: 10px;
        box-sizing: border-box;
    }

    .mais-detalhes {
        display: flex;
        justify-content: space-between;
        color: black;
        flex-direction: column;
    }

    .tipo {
        position: absolute;
        top: 35%;
        width: 40%;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateY(-150%);
        pointer-events: none;
        background-color: #231144D4;
        border-radius: 21px;
        margin-left: 5% !important;
    }

    .tipo p {
        color: white !important;
    }

    .header .title-cad {
        width: 35%;
    }

    .setas {
        position: absolute;
        top: 50%;
        width: 50%;
        display: flex;
        justify-content: space-between;
        transform: translateY(-50%);
        pointer-events: none;
    }

    .setas .icone {
        width: 30px;
        height: 30px;
        pointer-events: auto;
        cursor: pointer;
    }

    .seta-esquerda {
        margin-left: 10px;
    }

    .seta-direita {
        margin-right: 10px;
    }

    .descktop {
        display: none !important;
    }

    .ckb-pink:checked {
        accent-color: #F02D3A;
    }

    .mobile {
        display: contents;
    }

    .navPai {
        border-bottom: none;
    }

    .body {
        background-color: #231144;
        display: flex;
        flex-direction: column;
    }

    .content {
        width: 100%;
        border-radius: 30px 30px 0 0;
        background-color: white;
    }

    .title {
        padding: 20px;
        width: 50%;
        margin-top: 0px;
    }

    .image {
        display: flex;
        flex-direction: column;
    }

    .image .pessoa {
        width: 100%;
    }

    .text {
        background-color: white;
    }

    .text p {
        color: black;
        font-size: 18px;
        font-weight: bold;
        margin: 15px;
    }

    .infos {
        width: 90%;
        display: flex;
        flex-direction: column;
    }

    .info1 {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .divisa {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .info2 {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .conteudo {
        width: 90%;
        height: 1px;
        background-color: rgb(119, 119, 119);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .image-cadastro {
        display: none;
    }

    .form {
        width: 100%;
        padding-left: 0;
        padding: 20px;
    }

    .title-form {
        padding: 0;
        width: 100% !important;
    }

    .form-control {
        width: 100%;
    }

    .session {
        padding-top: 20px;
    }

    .cards {
        width: 100%;
        padding: 20px !important;
    }

    .card {
        width: 100%;
        position: relative;
    }

    #header-desck {
        display: none;
    }

    #titlee-desck {
        display: none;
    }

    .valor-mensal p {
        font-size: 24px;
    }

    .detalhesDoPlano {
        width: 100%;
        word-wrap: break-word;
    }

    .pagamentoForma,
    .planoSelecionado,
    .btn-adicionar-cartao {
        width: 100%;
    }

    .area-anunciante {
        margin: 0 !important;
        font-family: Nunito;
    }

    .area-anunciante .image,
    .infos-anuncio {
        margin-top: 0 !important;
    }

    .btn-footer {
        height: 43px;
    }

    #session-7 {
        background-color: white;
        margin-top: 85px;
    }

    #session-7 .image {
        display: flex;
        align-items: center;
    }

    #session-7 .image img {
        margin-top: -96px;
        width: 45%;
    }

    #session-7 .text {
        display: flex;
        width: 64%;
        text-align: center;
    }

    #session-7 .btn-cad {
        margin-top: 260px;
    }

    .anuncios,
    .adicionar-fotos {
        margin: 22px;
    }

    .anuncio .header {
        align-items: center !important;
    }

    .header,
    .header-fotos {
        display: flex;
        align-items: stretch;
        color: black;
        justify-content: space-between;
        margin-bottom: 13px;
        margin-top: 21px;
        padding: 18px;
    }

    .linha {
        height: 1px;
        width: 75%;
        background-color: black;
        display: flex;
    }

    .header p {
        margin: 0;
    }

    .ativar {
        display: flex !important;
        justify-content: end !important;
        margin-top: 15px !important;
    }

    .name-title {
        color: #231144;
        margin-right: 25px;
    }

    .anuncio {
        margin-bottom: 40px;
    }

    .anuncio-info {
        display: flex !important;
        flex-direction: column !important;
        width: 55% !important;
        font-size: 14px !important;
        padding: 0px 5px 12px 12px !important;
    }

    .title-anuncio {
        font-size: 16px !important;
    }

    .anuncio-info p {
        margin: 3px;
    }

    .anuncio .card {
        height: 155px !important;
    }

    .card-inativo {
        opacity: 0.3;
    }

    .card .image {
        height: 100% !important;
        width: 50% !important;
        padding: 10px;
    }

    .anuncio-info .text {
        color: #ABABAB;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 4.5em;
        line-height: 1.5em;
    }

    .image img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    .header-fotos p {
        margin: 0;
    }

    .picture_input {
        display: none;
    }

    .picture_input_mobile {
        display: none;
    }

    .picture {
        width: 100%;
        aspect-ratio: 11/9;
        background: #ddd;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #aaa;
        cursor: pointer;
        font-family: sans-serif;
        transition: color 300ms ease-in-out, background 300ms ease-in-out;
        outline: none;
        overflow: hidden;
        border-radius: 12px;
    }

    .picture:hover {
        color: #777;
        background: #ccc;
    }

    .picture:active {
        border-color: turquoise;
        color: turquoise;
        background: #eee;
    }

    .picture:focus {
        color: #777;
        background: #ccc;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

    .picture__img {
        max-width: 100%;
    }

    .picture__image_mobile img {
        width: 100%;
    }

    .imag {
        width: 100% !important;
    }

    .imagens {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 800px;
        margin-top: 35px;
    }

    .adicionar-img {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .header-body {
        display: flex;
        align-items: baseline;
        margin-bottom: 20px;
    }

    .title-header-body {
        width: 90%;
        display: flex;
        justify-content: center;
    }

    .adicionar-fotos .linha {
        width: 100% !important;
        color: #aaa !important;
    }

    .header-body .session {
        width: 10%;
        margin-left: -19px;
    }

    .header-body p {
        margin: 0;
    }

    .title-header {
        color: white;
    }

    .body-info-anuncio {
        margin-top: 30px !important;
    }

    .body-info-anuncio textarea {
        height: 115px;
    }

    .ckb-select {
        display: flex;
    }

    .form-select {
        width: 18px;
        height: 18px;
        margin-right: 10px;
    }

    .body-info-anuncio .label-footer {
        color: #aaa;
    }

    .text-objetivo {
        color: #231144;
        margin: 0;
    }

    .info-anuncio-objetivo {
        display: flex;
        margin-top: 10px;
    }

    .add-quantidade {
        display: flex;
        text-align: center;
        height: 30px;
        justify-content: center;
        align-items: center;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        background-color: white;
        width: 110px;
        border-radius: 7px;
        margin-left: 17px;
    }

    .add-quantidade span {
        color: #231144;
    }

    .btn-menos,
    .btn-mais {
        color: var(--color-black);
        padding: 8px 12px;
        border-radius: 10px;
        font-size: 14px;
        cursor: pointer;
        background: var(--color-primary);
    }

    .add-numero-itens {
        color: var(--color-black);
        padding: 2px 15px;
        font-size: 18px;
    }

    .sim-nao label {
        color: #231144;
    }

    .section-2 {
        color: #F02D3A;
    }

    #metragemAnuncio {
        width: 100%;
    }

}
anunciante-start-card
.property-wizard {
    max-width: 980px;
    margin: 0px auto 40px;
    padding: 0 12px;
}

.property-wizard-header {
    text-align: center;
    margin-bottom: 20px;
}

.property-wizard-header h1 {
    color: #231144;
    font-size: 36px;
    margin-bottom: 6px;
}

.property-wizard-header p {
    color: #767676;
    margin: 0;
}

.property-wizard-steps {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 22px;
}

.wizard-step-indicator {
    border: 0;
    background: transparent;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #8d8d95;
    font-weight: 600;
}

.wizard-step-indicator .wizard-step-icon {
    width: 40px;
    height: 40px;
    border: 2px solid #d9d9df;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.wizard-step-indicator.active,
.wizard-step-indicator.done {
    color: #F02D3A;
}

.wizard-step-indicator.active .wizard-step-icon,
.wizard-step-indicator.done .wizard-step-icon {
    border-color: #F02D3A;
    background: rgba(240, 45, 58, 0.08);
}

.property-wizard-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 34px rgba(35, 17, 68, 0.12);
    padding: 28px;
}

.wizard-step-content {
    display: none;
}

.wizard-step-content.active {
    display: block;
}

.wizard-section-title {
    font-size: 21px;
    font-weight: 700;
    color: #231144;
    margin-bottom: 14px;
}

.wizard-section-description {
    color: #767676;
    margin-top: -4px;
    margin-bottom: 18px;
}

.wizard-choice-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 20px;
}

.wizard-choice-grid.two-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wizard-choice-item {
    border: 2px solid #e8e8ee;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    margin: 0;
    cursor: pointer;
    color: #231144;
    font-weight: 600;
}

.wizard-choice-item:has(input:checked) {
    border-color: #F02D3A;
    background: rgba(240, 45, 58, 0.06);
}

.wizard-choice-grid-compact {
    gap: 8px;
    margin-bottom: 14px;
}

.wizard-choice-grid-compact .wizard-choice-item {
    min-height: 40px;
    border-width: 1.5px;
    border-radius: 10px;
    justify-content: flex-start;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 500;
}

.wizard-choice-grid-compact .form-ckb-input {
    width: 16px;
    height: 16px;
}

.wizard-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
}

.wizard-form-grid .full {
    grid-column: 1 / -1;
}

.wizard-form-grid .form-control {
    width: 100%;
    border-radius: 10px;
    height: 46px;
}

.wizard-form-grid textarea.form-control {
    min-height: 130px;
    height: auto;
}

.wizard-categoria-numerado,
.wizard-categoria-radio {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 8px;
}

.wizard-config-field {
    grid-column: 1 / -1;
}

.wizard-config-multiselect-native {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.wizard-multi {
    position: relative;
}

.wizard-multi-trigger {
    width: 100%;
    min-height: 48px;
    border: 1px solid #e6e7ef;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 12px;
    color: #231144;
    font-size: 14px;
    text-align: left;
    transition: all 0.2s ease;
}

.wizard-multi-trigger:hover {
    border-color: #d4d6e3;
}

.wizard-multi.open .wizard-multi-trigger {
    border-color: #231144;
    box-shadow: 0 0 0 3px rgba(35, 17, 68, 0.08);
}

.wizard-multi-trigger-values {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 6px;
    min-height: 30px;
    max-height: 94px;
    overflow-y: auto;
    padding-right: 4px;
}

.wizard-multi-placeholder {
    color: #8e8f98;
    font-size: 13px;
}

.wizard-multi-chip {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #f1f2f8;
    border: 1px solid #d8dbe8;
    color: #231144;
    font-size: 12px;
    line-height: 1.2;
}

.wizard-multi-trigger-icon {
    color: #8e8f98;
    font-size: 12px;
    margin-top: 10px;
    flex-shrink: 0;
}

.wizard-multi-panel {
    position: absolute;
    z-index: 20;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    border: 1px solid #e6e7ef;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(35, 17, 68, 0.14);
    padding: 10px;
}

.wizard-multi-search-wrap {
    border: 1px solid #d8dbe8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 10px;
    height: 38px;
    margin-bottom: 8px;
    color: #6f7280;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wizard-multi-search-wrap:focus-within {
    border-color: #231144 !important;
    box-shadow: 0 0 0 3px rgba(35, 17, 68, 0.1);
}

.wizard-multi-search {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    width: 100%;
    font-size: 13px;
    color: #20222b;
    background: transparent;
}

.wizard-multi-list {
    max-height: 230px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.wizard-multi-item {
    border: 0;
    width: 100%;
    min-height: 36px;
    border-radius: 8px;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    color: #231144;
    text-align: left;
}

.wizard-multi-item:hover {
    background: #eef0f8;
}

.wizard-multi-item-check {
    width: 18px;
    height: 18px;
    border-radius: 6px;
    border: 1px solid #9ca3b8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    font-size: 10px;
    flex-shrink: 0;
}

.wizard-multi-item.selected .wizard-multi-item-check {
    border-color: #231144;
    background: #231144;
    color: #fff;
}

.wizard-multi-item-label {
    font-size: 13px;
    line-height: 1.2;
    color: #2a2d39;
}

.wizard-multi-empty {
    color: #8e8f98;
    font-size: 13px;
    text-align: center;
    padding: 8px;
}

.wizard-photo-grid {
    margin-top: 4px;
}

.wizard-photo-slot {
    border: 2px dashed #dadbe3;
    background: #fafafc;
    min-height: 110px;
}

.wizard-checkbox-line {
    margin-top: 12px;
    border: 1px solid #ececf2;
    border-radius: 12px;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 12px;
    color: #231144;
}

.wizard-summary {
    border-radius: 14px;
    background: #f7f7fb;
    padding: 18px;
    margin-top: 6px;
}

.wizard-summary h3 {
    margin: 0 0 12px;
    color: #231144;
    font-size: 18px;
}

.wizard-summary-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    color: #60606a;
}

.property-wizard-nav {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.wizard-nav-btn {
    height: 42px;
    border-radius: 12px;
    border: 0;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-weight: 600;
}

.wizard-nav-prev {
    color: #231144;
    background: #f2f2f6;
}

.wizard-nav-prev:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.wizard-nav-next,
.wizard-nav-submit {
    color: #fff;
    background: #F02D3A;
}

.wizard-dots {
    display: flex;
    gap: 6px;
}

.wizard-dot {
    width: 8px;
    height: 8px;
    border-radius: 99px;
    background: #d7d7df;
}

.wizard-dot.active {
    width: 24px;
    background: #F02D3A;
}

@media (max-width: 900px) {
    .property-wizard-card {
        padding: 18px;
    }

    .wizard-choice-grid.property-types {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wizard-form-grid {
        grid-template-columns: 1fr;
    }

    .property-wizard-header h1 {
        font-size: 30px;
    }

    .wizard-step-title {
        font-size: 12px;
    }

    .wizard-step-indicator .wizard-step-icon {
        width: 34px;
        height: 34px;
    }
}

.anunciante-panel {
    background: #ffffff;
    border: 1px solid #ececf2;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(35, 17, 68, 0.08);
    padding: 20px 22px 24px;
    max-width: 1400px;
    margin: 80px auto;
}

.anunciante-panel .linha {
    display: block;
    height: 1px;
    width: 100%;
    background: #ececf2;
    margin: 12px 0 20px;
}

.anunciante-panel .header {
    margin-bottom: 18px;
}

.anunciante-panel .title-cad b {
    color: #231144;
    font-size: 22px;
}

.anunciante-panel .btn-novo-anuncio {
    margin-top: 22px;
}

.wizard-map-box {
    margin-top: 8px;
    border: 1px solid #ececf2;
    border-radius: 14px;
    padding: 14px;
    background: #f8f8fc;
}

.wizard-map-title {
    margin-bottom: 4px;
}

.wizard-map {
    width: 100%;
    height: 280px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #d8d8e3;
}

.wizard-coordinates-grid {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.wizard-coordinates-grid .form-control {
    width: 100%;
    background: #fff;
}

@media (max-width: 900px) {
    .anunciante-panel {
        padding: 14px;
    }

    .wizard-map {
        height: 240px;
    }

    .wizard-coordinates-grid {
        grid-template-columns: 1fr;
    }
}

.anunciante-start-card {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 24px;
    align-items: center;
    border-radius: 18px;
    position: relative;
    padding: 0px 0px 0px 22px;
}

.anunciante-start-copy h3 {
    color: #231144;
    font-size: 38px;
    line-height: 1.12;
    margin: 8px 0 12px;
    max-width: 540px;
}

.anunciante-start-kicker {
    color: #F02D3A;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.anunciante-start-copy p {
    color: #6d6d73;
    font-size: 20px;
    margin-bottom: 18px;
    max-width: 560px;
}

.anunciante-start-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-footer-outline {
    background: #fff;
    color: #231144;
    border: 1px solid #231144;
}

.anunciante-start-media img {
    border-radius: 16px;
    height: 130%;
    object-fit: cover;
    position: absolute;
    max-width: 50%;
    top: -15%;
    right: -5%;
}

.wizard-dropzone {
    border: 2px dashed #d6d7e2;
    background: #fafafc;
    border-radius: 14px;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #656571;
    gap: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.wizard-dropzone i {
    font-size: 26px;
    color: #231144;
}

.wizard-dropzone.drag-over {
    border-color: #F02D3A;
    background: rgba(240, 45, 58, 0.06);
}

.wizard-upload-help {
    margin-top: 10px;
    color: #767676;
}

.wizard-photo-list {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.wizard-photo-item {
    border: 1px solid #e6e6ef;
    border-radius: 12px;
    padding: 8px;
    background: #fff;
}

.wizard-photo-item.is-cover {
    border-color: #F02D3A;
    box-shadow: 0 0 0 2px rgba(240, 45, 58, 0.15);
}

.wizard-photo-item img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
}

.wizard-photo-item-actions {
    margin-top: 8px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.wizard-photo-btn {
    border: 1px solid #d8d8e4;
    border-radius: 8px;
    background: #fff;
    color: #231144;
    font-size: 12px;
    padding: 4px 8px;
}

.wizard-photo-btn.danger {
    border-color: #f2c9cc;
    color: #c5333e;
}

.anuncios {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.anuncio-card {
    border: 1px solid #e7e7f0;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(35, 17, 68, 0.07);
}

.anuncio-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
}

.anuncio-card-status-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.anuncio-chip {
    background: rgba(35, 17, 68, 0.08);
    color: #231144;
    font-size: 12px;
    border-radius: 999px;
    padding: 4px 8px;
    font-weight: 600;
}

.anuncio-chip.status-aprovado {
    background: rgba(44, 156, 86, 0.14);
    color: #1e7a42;
}

.anuncio-chip.status-pendente {
    background: rgba(240, 174, 45, 0.18);
    color: #8b630d;
}

.anuncio-chip.status-reprovado {
    background: rgba(214, 48, 49, 0.12);
    color: #b52b2b;
}

.anuncio-card-media {
    position: relative;
}

.anuncio-card-media img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.anuncio-card-media .setas {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.anuncio-card-media .arrow-btn {
    pointer-events: all;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 8px;
    transition: background 0.2s;
}

.anuncio-card-media .arrow-btn:hover {
    background: #fff;
}

.anuncio-card-media .arrow-btn .icone {
    width: 16px;
    height: 16px;
}

.anuncio-card-body {
    padding: 12px;
}

.anuncio-card .title-anuncio {
    font-size: 20px;
    color: #231144;
    margin: 0 0 6px;
    line-height: 1.2;
}

.anuncio-card .text {
    color: #797980;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.anuncio-card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 12px;
    border-radius: 10px;
    background: #231144;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    flex-shrink: 0;
}

.anuncio-card .icones {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

/* New content section (replaces old card-body) */
.anuncio-card-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.anuncio-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.anuncio-card-title {
    margin: 0;
    color: var(--text-dark, #1a1a2e);
    font-size: 18px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.anuncio-card-location {
    margin: 0;
    color: var(--text-light, #888);
    font-size: 13px;
}

.anuncio-card-location i {
    color: var(--primary-red, #e53935);
    font-size: 12px;
}

.anuncio-card-description {
    margin: 0;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.anuncio-card-specs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    color: #4f4f4f;
    font-size: 13px;
}

.anuncio-card-specs span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.anuncio-card-specs i {
    color: var(--primary-red, #e53935);
    font-size: 12px;
}

.anuncio-card-footer {
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.anuncio-price-label {
    margin: 0 0 2px;
    color: var(--text-light, #888);
    font-size: 12px;
}

.anuncio-card-price {
    margin: 0;
    color: var(--dark-purple, #231144);
    font-size: 20px;
    font-weight: 700;
}

/* Ações de dono do anúncio (Editar / Excluir) */
.anuncio-card-actions {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--border-color, #e0e0e0);
}

.anuncio-btn {
    flex: 1 1 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 38px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid transparent;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.anuncio-btn-editar {
    /* mesmo tom do botão "Ver detalhes" (.anuncio-card-link) deste card */
    background: #231144;
    color: #fff;
}

.anuncio-btn-editar:hover {
    background: #2d1e56;
}

.anuncio-btn-excluir {
    background: #fff;
    color: var(--primary-red, #ea3949);
    border-color: var(--primary-red, #ea3949);
}

.anuncio-btn-excluir:hover {
    background: var(--primary-red, #ea3949);
    color: #fff;
}

@media (max-width: 1100px) {
    .anuncios {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .anunciante-start-card {
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .anunciante-start-copy h3 {
        font-size: 28px;
    }

    .anunciante-start-copy p {
        font-size: 16px;
    }

    .wizard-photo-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .anuncios {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}
