.ns-0 #content > .contentHeader {
    display: none;
}

.summary-card {
    display: block;
    max-width: 500px;
    margin: 48px auto 30px;
    text-align: center;
}

.summary-card__emoji {
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 24px;
}

.summary-card__author {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 13px;
}

.summary-card__title {
    font-size: 32px;
    font-weight: bold;
    line-height: 110%;
    margin-bottom: 22px;
}

.summary-card__subtitle {
    font: 18px/1.25em sans-serif;
    max-width: 75%;
    margin: -12px auto 20px;
}

.summary-card__subtitle--italic {
    font-style: italic;
}

.summary-card__original-title {
    font-size: 11px;
    line-height: 13px;
    max-width: 75%;
    margin: 0 auto 13px;
}

.summary-card__genre {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
}

.summary-card__reading-time {
    color: #666;
    font-size: 11px;
    line-height: 13px;
    margin-top: -8px;
    margin-bottom: 16px;
}

.wikidata-icon {
    vertical-align: text-bottom;
}

.summary-card__illustration {
    max-width: 500px;
    margin: 32px auto;
}

.summary-card__illustration img {
    width: 100%;
    height: auto;
    background: #eee;
}
