.screen-content {
    margin: 0 auto;
    max-width: 70em;
}
.light-panel {
    margin-top: 1rem;
    min-height: 30em;
    background: var(--yellow-beige);
}
label {
    margin: 0 0 2px;
}
input, select, textarea {
    width: auto;
    max-width: 100%;
}
textarea {
    font-size: 1em;
    color: inherit;
}
input[readonly], select[readonly], select[disabled], textarea[readonly] {
    cursor: default;
    background: var(--blue-bg);
    border-color: var(--blue-outline);
}
.icon-input-ctn {
    font-size: 0.7em;
}
div[data-lastpass-icon-root] {
    display: none;
}
@media(min-width: 1200px)
{
    .light-panel {
        padding: 2em 5em;
    }
}

.light-panel section {
    margin: 3em 0;
}
h2 {
    margin: 0 0 0.5rem;
    font-weight: bold;
    text-decoration: underline;
    font-size: 1.75em;
    font-family: inherit;
}
p {
    margin: 0 0 0.5em;
    text-align: justify;
}
ol, ul {
    margin: 0 0 0.75em;
}
h3 {
    margin: 0 0 0.5rem;
    font-weight: bold;
    font-family: inherit;
    font-size: 1.2em;
}

.top-link {
    text-decoration: none;
    display: inline-flex;
    gap: 0.5em;
    align-items: center;
    cursor: pointer;
    color: #666;
}
.top-link:hover {
    color: #000;
}