:root {
    --highlight-bg: #fff0c0;
}
#afs_unit1 {
    border-top: var(--border-clr) 1px solid;
}
dl.search-results {
    margin: 0;
}
dl.search-results dd {
    margin: 0;
    padding-bottom: 8px;
}
dl.search-results dd.fixed_indent {
    margin-left: 26px !important;
}
dl.search-results dd span.obsolete {
    text-decoration: line-through;
}
dl.search-results div.foxshot-container {
    float: right;
    margin-left: 8px;
}
dl.search-results div.search-info {
    font-size: 0.85em;
    line-height: 22px;
}
dl.search-results dt {
    font-size: 1.1em;
}
dl.search-results dt.title {
    border-top: var(--border-clr) 1px solid;
    padding: 8px 0;
    clear: right;
    font-size: 135%;
}
dl.search-results dt.title span.extra {
    color: var(--meta-fg);
    float: right;
    font-size: 85%;
    margin-left: 10px;
}
dl.search-results dt.title span.marker {
    text-transform: uppercase;
}
dl.search-results dt.title span.meta {
    font-size: 70%;
    margin-left: 20px;
}
dl.search-results li.type {
    background-color: var(--light2-bg);
    border-radius: 5px;
    padding: 0 5px;
}
dl.search-results p {
    line-height: 1.428571429;
    margin: 0;
}
dl.search-results strong {
    background-color: var(--highlight-bg);
}
form.search-form {
    margin-bottom: 1em;
}
form.search-form input {
    margin-top: 0;
    margin-bottom: 0;
}
form.search-form input.form-submit {
    display: none;
}
form.search-form p {
    margin-top: 0;
    margin-bottom: 0.2em;
    padding-top: 0;
    padding-bottom: 0;
}
form.search-form #edit-keys {
    border: var(--border-clr) solid 1px;
    box-sizing: border-box;
    display: block;
    font-size: 140%;
    padding: 5px;
    width: 100%;
}

section.subscription {
    margin: 10px 0 20px 0;
    position: relative;
}
section.subscription article.storeprofile div.foxshot-container a {
    height: 150px;
    width: 150px;
}
section.subscription div.subbtn {
    border: 1px solid var(--border-clr);
    padding: 8px;
    text-align: center;
}
section.subscription div.sublist {
    display: flex;
    flex-wrap: nowrap;
}

/* Mobile */
body.m form.search-form #edit-keys {
    font-size: 110%;
    padding: 2px;
}

/* Dark Mode */
[data-color-scheme="dark"] {
    --highlight-bg: #406080;
}
