@charset "utf-8";
/* CSS Document */
.news-detail {
    max-width: 640px; /* Sua especificação */
    margin: 0 auto;
    padding: 60px 20px 60px;
}
.news-header {
    margin-bottom: 40px;
}
.news-header h1 {
    font-weight: 100;
    font-size: 2.2rem;
    line-height: 1.1;
    margin-bottom: 15px;
}
.news-full-photo {
    width: 100%;
    margin-bottom: 40px;
}
.news-full-photo img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}
.news-body {
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 100;
    opacity: 0.9;
}
.news-body p {
    margin-bottom: 25px;
}
/* Estilo para o campo com colchetes [DOMINGO / CULTURA] */
.news-body strong.label {
    display: block;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.6);
}

