.campo {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.campo strong {
    display: block;
    margin-bottom: 4px;
    color: #e91e63;
}

.campo ul {
    margin-top: 5px;
    padding-left: 20px;
}

.campo ul li {
    margin-bottom: 4px;
}

.grid-anunciar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.form-anunciar .campo {
    margin-bottom: 20px;
}

.form-anunciar input,
.form-anunciar textarea {
    width: 100%;
    padding: 10px;
    font-size: 1em;
    border-radius: 8px;
    border: 1px solid #ccc;
    background: #fff;
}

.form-anunciar button.btn {
    background: #ff69b4;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
}

.alert-rosa {
    background: #ffe0ef;
    padding: 20px;
    border-radius: 12px;
    color: #333;
}

.destaque {
    color: #ff69b4;
    font-weight: bold;
}

.contador-caracteres {
    font-size: 0.9em;
    margin-top: 5px;
    color: #ccc;
}

.botao-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    gap: 20px;
}

.btn-enviar {
    background-color: #e91e63;
    color: white;
    padding: 10px 25px;
    font-size: 1em;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-enviar:hover {
    background-color: #d81b60;
}

.btn-voltar {
    display: inline-block;
    margin-top: 20px;
    background-color: #ff4081;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: background 0.3s;
}

.btn-voltar:hover {
    background-color: #e91e63;
}

.caixa-rosa {
    background-color: #ffdbe8;
    padding: 15px;
    border-radius: 8px;
    color: #333;
}
