/**
 * Single post / press release article.
 *
 * @package jpd-theme
 */

.jpd-single {
    padding: 56px 0 72px;
}

.jpd-single__title {
    margin: 0 0 0.75rem;
    color: #2a2a2a;
    font-size: clamp(1.85rem, 3vw, 2.75rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.jpd-single__date {
    margin: 0 0 1.5rem;
    color: #787878;
    font-size: 0.95rem;
}

.jpd-single__content {
    color: #2b2b2b;
    font-size: 1.05rem;
    line-height: 1.7;
}

.jpd-single__content > *:first-child {
    margin-top: 0;
}

.jpd-single__content > *:last-child {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .jpd-single {
        padding: 40px 0 56px;
    }
}
