.dw-content {
    font-family: inherit;
}

.dw-content img {
    max-width: 100%;
    height: auto;
}
.dw-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}
.site-main .dw-wrapper {
    margin-top: 60px;
}
.dw-content h1 a {
    color: inherit;
    text-decoration: none;
}

.dw-content h1 a:hover {
    opacity: .8;
}
.dw-content a {
    color: var(--theme-palette-color-7);
    text-decoration: none;
}

.dw-content a:hover {
    color: var(--theme-palette-color-2);
}

.dw-content a[target="_blank"]::after {
    content: '↗';
    display: inline-block;
    margin-left: 0.25em;
    font-size: 0.85em;
    color: var(--theme-palette-color-2);
}
.dw-content h1:first-of-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 1rem;
}
.dw-search-results {
    margin-top: 40px;
}
.dw-search-results ul {
    list-style: none;
    padding-left: 0;
}

.dw-search-results li {
    margin-bottom: 20px;
}

.dw-search-results a {
    text-decoration: none;
}
.dw-search-placeholder {
    display: none !important;
}
.dw-search-results {
    margin-top: 1rem;
}

.dw-search-results-content {
    margin-top: 0.5rem;
}

.dw-search-results-content .dw-content {
    padding-top: 0;
    margin-top: 0;
}

.is-wiki .ct-hero { display: none; }
