.eb-event-item-grid-default-layout {
    box-shadow: 0 20px 60px 0 rgba(6, 10, 20, .08);
    padding: 0;
    position: relative;
    border-radius: 12px;
    margin-bottom: 30px;
    transition: all .4s ease;
    background-color: rgba(255, 255, 255, .7);
    border: 3px solid #0d2d08;
}
eb-event-page {
    --uk-inverse: dark;
    background-color: rgba(255, 255, 255, .7);
    color: #0a2b00;
    border: 3px solid #0d2d08;
}
.eb-box-heading {
    border-radius: 7px 7px 0 0;
    color: #0a2b00;
    font-weight: 700;
    padding: 8px 10px;
    margin: 0;
    background: rgba(255, 255, 255, .7);
    border: none;
}
#eb-categories .eb-description, #eb-event-page .eb-description, #eb-events .eb-description {
    background: rgba(255, 255, 255, .7);
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-radius: 0 0 7px 7px;
    margin: 0;
    padding: 10px;
}