.eastmed-papers-page {
    max-width: 1180px;
    margin: 0 auto;
    padding: 70px 24px 90px;
    color: #f4f1ea;
}

.eastmed-papers-header {
    margin-bottom: 60px;
}

.eastmed-papers-header h1 {
    font-size: 44px;
    margin-bottom: 18px;
}

.eastmed-papers-header p {
    max-width: 860px;
    font-size: 18px;
    line-height: 1.7;
}

.eastmed-paper-entry {
    border-bottom: 1px solid rgba(255,255,255,0.16);
    padding: 36px 0;
}

.eastmed-paper-citation {
    font-size: 22px;
    line-height: 1.45;
    margin-bottom: 22px;
}

.eastmed-paper-citation a {
    color: #f4f1ea;
    text-decoration: none;
}

.eastmed-paper-citation a:hover {
    color: #d4af37;
}

.eastmed-paper-abstract span {
    display: block;
    color: #d4af37;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 10px;
}

.eastmed-paper-abstract p {
    max-width: 980px;
    font-size: 17px;
    line-height: 1.85;
    margin-bottom: 18px;
}

.eastmed-paper-links {
    margin-top: 18px;
}

.eastmed-paper-links a {
    display: inline-block;
    margin-right: 18px;
    color: #d4af37;
    text-decoration: underline;
}