.issues-root {
    margin-top: 0.5em;
}

.issues-controls {
    margin-bottom: 1em;
}

.issues-controls label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.35em;
}

.issues-model-filter {
    max-width: 22em;
    width: 100%;
}

.issues-filter-status {
    margin-top: 0.4em;
    margin-bottom: 0;
    font-size: 0.95em;
}

.issues-new-section > h2,
.issues-ongoing-section > h2,
.issues-closed-section > h2 {
    margin-bottom: 0.4em;
}

.issues-list {
    margin-left: 1em;
}

.issues-item {
    margin-bottom: 0.8em;
}

.issues-item-hidden {
    display: none;
}

.issues-summary {
    color: inherit;
    display: block;
    border-radius: 2px;
    background-color: #f7f8fb;
    padding: 0.5em 0.6em;
    text-decoration: none;
}

.issues-summary:hover,
.issues-summary:active,
.issues-summary:focus,
.issues-summary:visited,
.issues-summary:link,
.issues-summary:hover *,
.issues-summary:active *,
.issues-summary:focus *,
.issues-summary:visited * {
    text-decoration: none !important;
}

.issues-summary,
.issues-summary:link,
.issues-summary:visited,
.issues-summary:hover,
.issues-summary:active,
.issues-summary:focus {
    color: inherit !important;
}

.issues-meta {
    color: inherit;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8em 1.2em;
    margin-top: 0.35em;
    text-decoration: none !important;
}

.issues-meta-item {
    line-height: 1.35;
    text-decoration: none !important;
}

.issues-meta-label {
    color: inherit;
    font-weight: 600;
}

.issues-models {
    color: inherit;
    font-weight: 500;
    text-decoration: none !important;
}

.issues-title-toggle {
    cursor: pointer;
}

.issues-title {
    color: #173b73;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
}

.issues-title-arrow {
    text-decoration: none;
}

.issues-title-toggle:hover .issues-title,
.issues-title-toggle:active .issues-title {
    color: #0f2f60;
}

.issues-title-toggle:focus {
    outline: none;
}

.issues-body {
    border-left: 3px solid #888;
    margin-top: 0;
    margin-bottom: 2.4em;
    padding-left: 0.6em;
}

.issues-body > p:last-child {
    margin-bottom: 0;
}

.issues-closed-toggle {
    color: #173b73;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    text-decoration: underline;
}

.issues-closed-toggle::after {
    content: ' \25B6';
}

.issues-closed-toggle[aria-expanded='true']::after {
    content: ' \25BC';
}

.issues-hidden {
    display: none;
}

.issues-empty {
    color: #444;
    margin: 0.2em 0 0.7em;
}

.issues-parse-error {
    background: #fff3f3;
    border: 1px solid #d77;
    color: #222;
    margin: 0.8em 0;
    padding: 0.8em 1em;
}

.issues-parse-error h2 {
    margin-top: 0;
}

.issues-parse-error code {
    background: #f7eaea;
    border: 1px solid #e1c9c9;
    padding: 0.08em 0.3em;
}
