/* Editorial magazine overrides */

.navbar-brand img {
    height: 56px;
    width: auto;
    max-width: none;
}

.featured-image {
    width: 100%;
    height: auto;
}

.category-pill {
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #fff !important;
    background: #2b2d42;
    padding: 4px 12px;
    border-radius: 2px;
    margin-bottom: 14px;
}
.category-pill:hover {
    color: #fff !important;
    background: #1a1c2e;
}

.posttitle {
    font-family: Georgia, 'Merriweather', serif;
    font-weight: 700;
    line-height: 1.15;
    margin-top: 6px;
}

.post-meta-line {
    color: #6b6b6b;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 30px;
}

.card-title a {
    font-family: Georgia, 'Merriweather', serif;
    font-weight: 700;
}

.submissions-box {
    border: 2px solid #2b2d42;
    border-radius: 4px;
    padding: 24px 28px;
    margin-top: 30px;
}
.submissions-box h3 {
    font-family: Georgia, 'Merriweather', serif;
    font-weight: 700;
    margin-bottom: 10px;
}
.submissions-box p {
    margin-bottom: 0;
}
.submissions-box a {
    font-weight: 700;
}
