.detalhes {
    max-width: 1000px;
    margin: auto;
    background: #2b2b2b;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.detalhes h1 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #ff4081;
}

.anuncio-principal {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin: 30px auto;
    max-width: 1248px;
}

.anuncio-capa img {
    width: 100%;
    max-width: 450px;
    max-height: 700px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.anuncio-info {
    flex: 1;
    min-width: 300px;
    max-width: 650px;
}

.anuncio-info .campo {
    margin-bottom: 12px;
}
