#layout-content {
    overflow: hidden;
}

#layout-content .scroller {
    display: block;
    height: calc(100vh - 70px);
    overflow-y: auto;
}

#apple-notes {
    padding: 1.5rem 2rem 3rem;
    max-width: 1100px;
    box-sizing: border-box;
}

#apple-notes h1 {
    margin: 0 0 1.5rem;
    font-size: 2rem;
    font-weight: 500;
}

.apple-notes-list {
    list-style: none;
    margin: 0;
    padding: 0 0 4rem;
    max-width: 980px;
}

.apple-notes-list li {
    border-bottom: 1px solid #ddd;
}

.apple-notes-list a {
    display: block;
    padding: 0.75rem 0;
    text-decoration: none;
}

.apple-notes-list a:hover {
    background: rgba(0, 0, 0, 0.03);
}

.apple-notes-title {
    display: block;
    font-weight: 600;
    font-size: 1rem;
}

.apple-notes-date {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.85rem;
    opacity: 0.7;
}

.apple-notes-back {
    display: inline-block;
    margin-bottom: 1rem;
    text-decoration: none;
    font-weight: 500;
}

.apple-notes-body {
    max-width: 980px;
    min-height: 240px;
    margin-bottom: 4rem;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    padding: 1.25rem 1.5rem;
    line-height: 1.55;
    overflow-wrap: break-word;
}

.apple-notes-body p,
.apple-notes-body div {
    margin-top: 0;
}

.apple-notes-empty {
    opacity: 0.7;
}
