/*
 * Fallback listing: search results and any archive without a template of its
 * own. Deliberately plain — these screens get their own design later; for now
 * they only have to be readable instead of showing the old front page.
 */

.ud-archive {
    display: block;
    padding: 60px 0 0;
    font-family: "Google Sans", sans-serif;
}

.ud-archive__title {
    padding: 0 0 40px;
    margin: 0;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    color: #161c55;
}

.ud-archive__item {
    padding: 0 0 32px;
}

.ud-archive__item-title {
    padding: 0 0 8px;
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
}

.ud-archive__item-link {
    color: #161c55;
    text-decoration: none;
}

.ud-archive__item-link:hover {
    text-decoration: underline;
}

.ud-archive__excerpt {
    font-size: 17px;
    line-height: 1.5;
    color: #444;
}

.ud-archive__empty {
    padding: 0 0 20px;
    margin: 0;
    font-size: 17px;
    line-height: 1.5;
}

@media (max-width: 767.98px) {
    .ud-archive {
        padding: 40px 0 0;
    }

    .ud-archive__title {
        padding: 0 0 24px;
        font-size: 28px;
    }
}
