.title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #111;
    margin: 0.35rem 0.5rem;
    text-align: left
}

.subtitle {
    color: #d00000;
    text-align: left;
    margin: 0.5rem 0.5rem 0.25rem;
}

.back-container {
    display: flex;
    justify-content: flex-start;
    padding: 0.5rem 0.15rem;
    background-color: #eee;
    margin: 0.25rem 0;
}

.back {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    margin: 0 0.5rem;
    font-size: 1rem;
}

.back a {
    color: #000000;
    text-decoration: none;
    margin: auto;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.back img {
    width: 36px;
    height: 36px;
    vertical-align: middle;
    margin-right: 0.5rem;
}

.date {
    display: flex;
    align-items: center;
    font-size: .8rem;
    color: #666;
    margin: 0.5rem;
    text-align: left
}

.date svg {
    width: 16px;
    height: 16px;
    fill: #d00000;
    margin-right: .35rem
}

.author {
    display: flex;
    align-items: center;
    padding: 0 0.5rem 0;
    text-align: left;
    background-color: #eee;
    margin: 0.5rem 0;
}

.author-photo {
    width: 50px;
    height: 50px;
    flex: none
}

.author-meta {
    margin-left: .75rem
}

.author-name {
    font-weight: 600;
    font-size: 1rem;
    color: #111;
    display: block
}

.author-meta a.mail {
    display: inline-block;
    margin-bottom: .25rem
}

.author-meta svg {
    width: 18px;
    height: 14px;
    fill: #d00000
}

.credit {
    font-size: .75rem;
    color: #555;
    text-align: right;
    margin: .25rem 0.5rem 1rem
}

.carousel {
    position: relative
}

.carousel-img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    transition: opacity .3s
}

.carousel button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    border: 0;
    color: #fff;
    font-size: 2rem;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    line-height: 1
}

.carousel button.prev {
    left: 10px
}

.carousel button.next {
    right: 10px
}

.description {
    margin: 0 0.5rem;
}

.description p {
    margin: 0 0 1rem;
    line-height: 1.6;
    color: #333
}