/* Estilo automático para o tipo de post: post */
#content {
    margin-top: 190px;

    img.hero {
        width: 100%;
        height: 80svh;
        object-fit: cover;
        border-radius: 10px;

        @media (max-width: 992px) {
            height: 42svh;
        }
    }
}

.post-cat {
    padding: 8px 16px;
    max-width: 195px;
    border-radius: 5px;
    background-color: #E6E6E6;

    p {
        margin: 0;
    }
}

.date-cat {
    display: flex;
    align-items: center;
    gap: 8px;

    p {
        margin: 0;
    }
}

.author {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    p {
        margin: 0;
    }
}

bold {
    font-weight: 600;
}

aside {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: sticky;
    top: 150px;
}

.share {
    padding: 30px 20px;
    border: 1px solid #E3E3E3;
    box-shadow: 5px 5px 8px 0px #2C2C2C26;
    border-radius: 10px;
    color: #5A5A5A;
}

.rede-card {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    padding: 12px;
    background-color: #E54344;
    display: inline-flex;
    box-shadow: 0px 4px 4px 0px #00000040;
}