
* {
    box-sizing: border-box;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    max-width: 600px;
    line-height: 1.6em;
    font-size: 20px;
    padding: 0px 20px 50vh 20px;
    background-color: #333333;
    color: #eeeeee;

    margin: 1em auto;
}

h1 {
    margin-top: 0;
    line-height: 1.2;
}

.list-item {
    border-top: 1px solid #666;
    margin: 1em 0;
}

h3 {
    display: flex;
    gap: 0.5em;
}

a {
    color: inherit;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-offset: 4px;
    text-decoration-color: #0095dd !important;
}

img {
    max-width: 100%;
    margin-bottom: 1em;
}

p {
    max-width: 600px;
}

form {
    margin-bottom: 25px;
    padding: 15px;
    background-color: cyan;
    display: inline-block;
    width: 100%;
    max-width: 340px;
    border-radius: 3px;
}

input {
    display: block;
    margin-bottom: 10px;
    padding: 5px;
    width: 100%;
    border: 1px solid lightgrey;
    border-radius: 3px;
    font-size: 16px;
}

.items {
}

li {
    margin-bottom: 5px;
}

ul.sources {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

ul.sources li {
    margin-right: .5em;
    display: inline-block;
    font-size: .8em;
}

ul.sources li:nth-child(n + 2)::before {
    content: "·";
    display: inline-block;
    margin-right: .5em;
}

.original-link a {
    display: block;

    border-top: 1px solid lightgrey;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
}

.footer {
    border-top: 1px solid lightgrey;
}

.footer {
    padding-top: 1em;
    display: flex;
}

.footer > * {
    flex-grow: 1;
    font-size: .8em;
    padding: 1em;
}

.footer > .next {
    text-align: right;
}
