#readme-panel {
    clear: both;
    box-sizing: border-box;
    margin: 32px;
    padding: 24px 32px;
    overflow-wrap: anywhere;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
    white-space: normal;
}

#view.view-details + #readme-panel {
    width: calc(100% - 310px);
}

#view.view-grid + #readme-panel,
#view.view-icons + #readme-panel {
    width: calc(100% - 56px);
    max-width: 760px;
    margin: 28px;
}

#readme-panel.loading {
    min-height: 96px;
    color: rgba(0, 0, 0, 0.42);
}

#readme-panel > :first-child {
    margin-top: 0;
}

#readme-panel > :last-child {
    margin-bottom: 0;
}

#readme-panel h1,
#readme-panel h2 {
    padding-bottom: 0.3em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#readme-panel h1 {
    font-size: 2em;
}

#readme-panel h2 {
    font-size: 1.5em;
}

#readme-panel h3 {
    font-size: 1.25em;
}

#readme-panel a,
#readme-panel a:active,
#readme-panel a:visited {
    color: #2080ff;
    text-decoration: none;
}

#readme-panel a:hover {
    color: #1565c0;
    text-decoration: underline;
}

#readme-panel img,
#readme-panel video {
    max-width: 100%;
    height: auto;
}

#readme-panel code {
    padding: 0.15em 0.35em;
    color: #333;
    background: #f3f3f3;
    border-radius: 3px;
    font-size: 0.92em;
}

#readme-panel pre {
    padding: 16px;
    overflow: auto;
    background: #f5f5f5;
    border-radius: 3px;
}

#readme-panel pre code {
    padding: 0;
    color: inherit;
    background: transparent;
    border-radius: 0;
}

#readme-panel blockquote {
    margin-left: 0;
    padding: 0 1em;
    color: rgba(0, 0, 0, 0.58);
    border-left: 4px solid rgba(0, 0, 0, 0.16);
}

#readme-panel table {
    display: block;
    width: max-content;
    max-width: 100%;
    overflow: auto;
    border-collapse: collapse;
}

#readme-panel th,
#readme-panel td {
    padding: 6px 12px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

#readme-panel hr {
    height: 1px;
    border: 0;
    background: rgba(0, 0, 0, 0.12);
}

html.theme-transitions #readme-panel {
    transition: color 240ms ease, background-color 240ms ease, border-color 240ms ease;
}

html[data-theme="dark"] #readme-panel {
    color: #e8e8e8;
    background: #202020;
    border-color: rgba(255, 255, 255, 0.12);
}

html[data-theme="dark"] #readme-panel.loading {
    color: rgba(255, 255, 255, 0.46);
}

html[data-theme="dark"] #readme-panel h1,
html[data-theme="dark"] #readme-panel h2 {
    border-color: rgba(255, 255, 255, 0.13);
}

html[data-theme="dark"] #readme-panel a,
html[data-theme="dark"] #readme-panel a:active,
html[data-theme="dark"] #readme-panel a:visited {
    color: #64b5f6;
}

html[data-theme="dark"] #readme-panel a:hover {
    color: #90caf9;
}

html[data-theme="dark"] #readme-panel code {
    color: #e8e8e8;
    background: #303030;
}

html[data-theme="dark"] #readme-panel pre {
    background: #181818;
}

html[data-theme="dark"] #readme-panel pre code {
    background: transparent;
}

html[data-theme="dark"] #readme-panel blockquote {
    color: rgba(255, 255, 255, 0.62);
    border-color: rgba(255, 255, 255, 0.2);
}

html[data-theme="dark"] #readme-panel th,
html[data-theme="dark"] #readme-panel td {
    border-color: rgba(255, 255, 255, 0.14);
}

html[data-theme="dark"] #readme-panel hr {
    background: rgba(255, 255, 255, 0.14);
}

@media screen and (max-width: 700px) {
    #readme-panel {
        padding: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html.theme-transitions #readme-panel {
        transition: none;
    }
}
