.destination-muncie-widget{
    border-radius: 14px;
    background: #293744;
    padding: 1.25rem;
    margin:auto;
}
.destination-muncie-widget header {
    color:white;
    text-align: center;
    margin-bottom: .75rem;
    line-height: 1.15;
}
.destination-muncie-widget header p {
    text-wrap:balance;
}
.destination-muncie-widget .destination-muncie-logo{
    display: block;
    height: 8rem;
    margin: auto;
    padding: 1rem;
}
.destination-muncie-widget ol {
    gap:.75rem;
    display: flex;
    flex-direction: column;
}
.destination-muncie-widget .event-container{
    text-decoration: none;
    display:flex;
    flex-direction:row;
    border-radius: 14px;
    background: #BCC8E0;
}
.destination-muncie-widget .date{
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-content:center;
    background-color:#4D5F71;
    border-radius: 10px 0 0 10px;
    font-family: 'Basic Sans', sans-serif;
    color: #FFF;
    padding: .75rem ;
    min-height: inherit;
    text-align: center;
}
.destination-muncie-widget .month{
    margin:auto;
    font-size: 1rem;

}
.destination-muncie-widget .day{
    margin: auto;
    font-weight: bold;
    font-size: 1.55rem;
}
.destination-muncie-widget .event{
    padding: 1rem
}
.destination-muncie-widget .time-and-venue{
    font-family: 'Basic Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: bolder;
    color:#293744;;
}
.destination-muncie-widget .event-title{
    font-family: 'Basic Sans', sans-serif;
    font-weight: bold;
    font-size: 1.1rem;
    color:#293744;
    margin: 0.5rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-bottom: .1em; /*ensure that decenders aren't cut off of the font due to line clamp*/
}
.destination-muncie-widget .categories{
    font-family: 'Basic Sans', sans-serif;
    font-size: 0.7rem;
    color:#293744;
    font-weight: normal;
}
.destination-muncie-widget footer {
    text-align: center;
    font-size: .8rem;
    margin-top: .75rem;
}
.destination-muncie-widget footer a {
    color:white;
    text-decoration: none;
}
.destination-muncie-widget footer a:hover {
    text-decoration: underline;
}