/* v5.dk extras on top of the awsm shell. */

.brand {
    text-decoration: none;
}

.side-count {
    margin-left: auto;
    font-size: 0.75rem;
    color: var(--text-faint);
}

.item-row .item-stats {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    align-items: flex-end;
    color: var(--text-faint);
    font-size: 0.8rem;
    padding-right: 0.9rem;
    flex: 0 0 auto;
}

.item-detail {
    padding: 1.4rem 0 0.4rem;
}

.item-kicker {
    color: var(--text-muted);
    font-size: 0.88rem;
    margin-bottom: 0.5rem;
}

.item-kicker a {
    color: var(--accent);
    font-weight: 650;
}

.item-detail h1 {
    letter-spacing: -0.03em;
}

.item-hero {
    width: 100%;
    max-height: 22rem;
    object-fit: cover;
    border-radius: var(--radius);
    border: 1px solid var(--border);
}

.item-detail .lede {
    color: var(--text-muted);
    font-size: 1.05rem;
    line-height: 1.55;
}

.is-liked,
.is-liked i {
    color: var(--red);
}

.comments details {
    color: var(--text-muted);
    font-size: 0.82rem;
}

.comments details summary {
    cursor: pointer;
    font-weight: 600;
}

.comments .form-input {
    margin-top: 0.45rem;
}
