.llr-wrapper{display:block}
.llr-wrapper a.llr-item{width:100%;margin-bottom:15px;background-color:#181818;padding:15px 25px;display:flex;align-items:center;min-height:70px;color:white;text-decoration:none}
.llr-wrapper a.llr-item.llr-bg-semi-black,.llr-wrapper a.llr-item.semi-black{background-color:#181818}
.llr-wrapper a.llr-item.llr-bg-black,.llr-wrapper a.llr-item.black{background-color:#000}
.llr-wrapper a.llr-item.llr-bg-dark-grey,.llr-wrapper a.llr-item.dark-grey{background-color:#222}
.llr-wrapper a.llr-item .llr-title-wrapper{max-width:calc(100% - 120px);flex:1}
.llr-wrapper a.llr-item .llr-title-wrapper.llr-title-fullwidth{max-width:100%}
.llr-wrapper a.llr-item .llr-title-wrapper .llr-title{font-size:18px;font-weight:700}
.llr-wrapper a.llr-item .llr-title-wrapper .llr-subtitle{margin-top:5px;font-size:12px;font-weight:300;color:#ccc}
.llr-wrapper a.llr-item .llr-link-text{color:#ec008c;max-width:100px;flex:1;margin-left:20px;font-weight:700}
@media only screen and (min-width:800px){.llr-wrapper.llr-auto-columns{display:flex;flex-wrap:wrap}
.llr-wrapper.llr-auto-columns .llr-item{width:calc(50% - 15px)}
.llr-wrapper.llr-auto-columns .llr-item:nth-child(odd){margin-right:15px}
.llr-wrapper.llr-auto-columns .llr-item:nth-child(even){margin-left:15px}
}