.at-event {
    position: relative;
    margin-bottom: 0 !important;
    padding: 1em 2.8em 1em .8em;
    box-shadow: 0 0 0 1px #ededed;
    background-color: #fff;
}

.at-event:hover {
    background-color: #f1f1f1;
}

.at-event__title {
    font-size: 1.2em;
}

.at-event__title--FI::after {
    content: '';
    position: absolute;
    top: .8em;
    right: .8em;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: .3em;
    background: transparent url(fi.svg) no-repeat 0 0;
}

.at-event__date {
    margin: 0;
    font-size: .9em;
}