/* searchkit result css */
.pub-item {
    position: relative;
    margin-bottom: 10px;
}

.pub-item .content-wrapper {
    position: relative;
}

.pub-item .content-wrapper > a {
    display: block;
    text-decoration: none;
}

.pub-item .content-wrapper > a:hover .title, .pub-item .content-wrapper > a:focus .title {
    color: #333;
}

.pub-item .title {
    font-size: 14px;
    color: #636363;
    margin-bottom: 10px;
    font-weight: bold;
    font-weight: 700;
}

.pub-item .title a {
    color: #636363;
}

.pub-item .title a:hover, .pub-item .title a:focus {
    color: #333;
}

.pub-item .description {
    font-size: 12px;
}

.pub-item .description p {
    line-height: 18px;
}

.pub-item .description .citation, .pub-item .description .citation a {
    color: #9d9d9d;
    max-width: 70%;
}

.pub-item .description .citation {
    margin-bottom: 10px;
}

.activity-type-caption {
    background-color: #f1f1f1a3;
}

.m-bottom-0 {
    margin-bottom: 0;
}