/* Custom styles for the search page */

body {
    font-family: "Outfit", sans-serif;
}

.list-group-item {
    padding: 0.5rem 1rem;
}

.badge {
    margin-left: 0.5rem;
}

.main li {
    margin-bottom: 0.5rem;
}

.main b {
    background-color: yellow;
}

.document-title-link {
    font-weight: 600;
    color: #212529;
    text-decoration: none;
    font-size: 1.1rem;
    display: inline;
    /* margin-bottom: 0.2rem; */
    transition: background 0.2s, color 0.2s;
    vertical-align: middle;
}

.document-title-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: #f0f8ff;
    border-radius: 3px;
}

.content {
    font-family: 'New Caledonia LT Std', sans-serif;
    font-weight: 550;
}

.active-facet {
    font-weight : bold;
}

.bg-cobaty-light {
    background-color: #fafafa;
}

.bg-cobaty-blue {
    background-color: #0065b1;
}

.text-cobaty-blue {
    color: #0065b1;
}

.text-cobaty-green {
    color: #39aa7e;
}

.bg-cobaty-green {
    background-color: #39aa7e;
}