.home-devotion-search-results {
    margin-top: 12px;
    overflow: auto;
}

.home-devotion-search-meta,
.home-devotion-search-empty {
    padding: 12px 0;
    color: #8a9096;
    font-size: 14px;
}

#search button.home-devotion-search-result {
    position: static;
    top: auto;
    right: auto;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid #eef0f2;
    border-radius: 0;
    background: transparent;
    color: #202124;
    line-height: normal;
    text-align: left;
    cursor: pointer;
}

#search button.home-devotion-search-result:hover,
#search button.home-devotion-search-result:focus {
    background: transparent;
    color: #2f5f8f;
    outline: none;
}

.home-devotion-search-book {
    margin-bottom: 4px;
    color: #2f5f8f;
    font-weight: 700;
}

.home-devotion-search-title {
    font-size: 15px;
    line-height: 1.7;
}

.home-search-results-ad {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
}

.home-search-results-ad .adsbygoogle {
    display: inline-block;
    width: 100%;
    height: 50px;
}

body.io-black-mode .home-devotion-search-book {
    color: #9fc5f2;
}

body.io-black-mode #search button.home-devotion-search-result {
    border-bottom-color: #3f454b;
    background: transparent;
    color: #f5f7fa;
}

body.io-black-mode .home-devotion-search-meta,
body.io-black-mode .home-devotion-search-empty {
    color: #b7c0ca;
}
