:root { --tec-color-accent-primary: #008472; }
.tribe-events-view.alignwide {
    width: 100%;
}
.tribe-events-calendar-list__event-title-link {
    color: var(--primary) !important;
    font-family: Oswald;
    font-weight: 500;
}
.tribe-common .tribe-common-h5 {
    color: var(--primary);
    font-family: Oswald;
}
.tribe-events-event-meta a:hover {
    color: var(--secondary);
}
.tribe-events button.tribe-events-c-search__button:hover {
    background-color: var(--secondary);
}
.tribe-events-single-event-title {
    text-align: center;
    font-family: Oswald;
    font-weight: 500;
    color: var(--primary);
}
.tribe-events-schedule {
    justify-content: center;
}
.tribe-events-event-meta {
    display: none;
}
#tribe-events-pg-template {
    min-height: 60vh;
}
.tribe-events-c-subscribe-dropdown__container {
    height: 260px;
    justify-content: flex-start !important;
}
