/*
put any CSS shared by all instances
of this component here. Also be sure to add this file
to the styleRefs array in elastic
*/
section#legacy .btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(10, 10, 10, 0.1);
    border-radius: 3px 0 0 3px;
    font-family: 'hn-bold';
}
section#legacy .btn-label i {
    font-weight: 900;
    font-size: 14px;
}
section#legacy .text-strike {
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}
section#legacy .event-alert-label {
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'hn-bold';
}

section#legacy .btn {
    margin-bottom: 10px;
    margin-right: 10px;
    color: #4d4d4d;
    font-size: 12px;

}

section#legacy .news-list-item .event-price {
    font-size: 16px;
}