.cas-tt-event-box {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid currentColor;
}
.cas-tt-event-box p {
    margin: 0 0 .8rem;
}
.cas-tt-booking-button {
    display: inline-block;
    padding: .7rem 1rem;
    border: 1px solid currentColor;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 700;
}
.cas-tt-booking-button:hover,
.cas-tt-booking-button:focus {
    text-decoration: underline;
}
