.searchResults {
    margin: 2em 0;
    padding: 0;
}

.searchResults__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2em;
    font-size: 1em;
    line-height: 1.5;
}

.searchResults__item::after {
    content: '';
    display: block;
    clear: both;
}

/** General styling for all type of output **/

.searchResults__visuallyHidden {
    position: absolute;
    z-index: -1000;
    clip: rect(1px,1px,1px,1px);
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
}

.searchResults__item a {
    text-decoration: none;
}

.searchResults__item a:hover {
    text-decoration: underline;
}

.searchResults__item cite {
    font-size: 1em;
    font-style: normal;
}

.searchResults__content {
    position: relative;
}

.searchResults__content--hasImage {
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 2em 0.5em 0;
}

.searchResults__title {
    margin-top: 0;
    margin-bottom: 3px;
    padding-top: 4px;
    font-size: 1.4em;
    line-height: 1.3;
    color: inherit;
}

.searchResults__metaData {
    color: #70757a;
}

.searchResults__metaDataItem::before {
    content: ' - ';
}

.searchResults__metaDataItem:first-child::before {
    content: none;
}

.searchResults__main {
    word-wrap: break-word;
}

.searchResults__footer {
    margin: 5px 0;
    color: #70757a;
}

.searchResults__figure {
    display: block;
    width: 180px;
    height: 130px;
    margin: 0;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
}
