/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 14 2026 | 00:43:40 */
.event-section > .content-col > p> a {
    color: blue;
    text-decoration: underline;
}
.wp-block-cover {
padding:0;
}
.wp-block-cover__inner-container p:last-child {
    height: 0px;
    margin: 0;
}
.has-large-font-size {
    line-height:1;
    margin-bottom:26px;
}
.event-section {
    margin-bottom: 0;
    border-bottom: 2px dashed white;
    align-items: flex-end;
}
.event-section .content-col {
margin-bottom:3rem;
margin-top:4rem;
}
.event-date {
    border-bottom: 2px dashed white;
    display: inline-flex;
    padding-bottom: 5px;
}
.event-section.wp-block-columns.has-background {
    padding: 0;
}
.event-section img[class*="wp-image-"],
.event-section .wp-block-image {
margin:0;
}
.event-section .img-col {
position: relative;
    margin-top: -30px;
    z-index: 90;
    margin-bottom: 3rem;
}
.pl-3 {
padding-left:1rem;
}
.pr-3 {
padding-right:1rem;
}