.hero-tablon {
    height: 40vh;
    background: url("assets/images/hero/tablon_bg.jpg") center/cover no-repeat;
    position: relative;
}

.hero-tablon .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

.single-anuncio-body {
    background: #fff;
    border-radius: 12px;
    font-size: 1.1rem;
    line-height: 1.6rem;
}

.single-anuncio-body p {
    color: #333;
}

.single-anuncio-body a.btn-primary {
    font-size: 1.1rem;
}
