.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

h2.entry-title a, a.more-link {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}

h2.entry-title a:hover, a.more-link:hover {
    text-decoration-style: dotted;
}

article {
    padding-top: 72px;
    padding-bottom: 64px;
    border-bottom: 1px solid grey;
}

article:first-of-type {
    padding-top: 64px;
}

article:last-of-type {
    border-bottom: 0px solid transparent;
}

.entry-footer {
    font-size: 1rem;
	margin-bottom: 20px;
}
