.tribe-common-l-container {
    margin-top: 70px !important;
}

.tribe-common-l-container:before {
    content: "Join our Nurturing the Fields of Change community of practice and programme for holistic transformation and access all events for just £8/ month. \a This is an organically evolving programme, and we look forward to co-creating it with you. Sessions for 2026 will be added shortly.";
    display: block;
    position: absolute;
    margin-top: -100px;
    text-align: center;
    white-space: pre-wrap;
    padding: 0 5px;
}

@media (max-width: 1200px) {
    .tribe-common-l-container:before {
        margin-top: -120px;
        font-size: 0.9em;
    }

    .tribe-common-l-container {
        margin-top: 100px !important;
    }
}

@media (max-width: 800px) {
    .tribe-common-l-container:before {
        margin-top: -200px;
    }

    .tribe-common-l-container {
        margin-top: 160px !important;
    }
}

#tribe-events-events-bar-search>form>button {
    border-radius: 50px;
    background-color: #3B867200;
    text-transform: uppercase;
    fill: var(--e-global-color-text);
    color: var(--e-global-color-text);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--e-global-color-text);
    font-size: 0.9em;
    font-weight: 800;
    text-decoration: none;
    line-height: 1.25em;
    letter-spacing: 0.25em;
    padding: 15px 30px 15px 30px;
}

#tribe-events-events-bar-search>form>button:hover {
    background-color: var(--e-global-color-text);
    color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-text);
}

div.tribe-events-c-top-bar.tribe-events-header__top-bar>nav>ul>li:nth-child(2)>button>svg>path,
div.tribe-events-c-top-bar.tribe-events-header__top-bar>nav>ul>li:nth-child(1)>button>svg>path {
    fill: #bfbfbf;
}

.tribe-events-header__top-bar>nav>ul>li:nth-child(1)>a {
    opacity: 0.8;
}

.tribe-events-c-events-bar.tribe-events-c-events-bar--border,
#tribe-events-search-container,
#tribe-events-view-selector-content,
.tribe-common-form-control-text__input.tribe-events-c-search__input {
    border-radius: 50px;
}

.tribe-events-calendar-list__event-featured-image {
    border-radius: 15px;
}

div.tribe-events-c-top-bar.tribe-events-header__top-bar>div.tribe-events-c-top-bar__datepicker>button {
    padding: 5px 20px;
    border-radius: 50px;
    letter-spacing: 0;
    font-size: 1.4em;
}

div.tribe-events-c-top-bar.tribe-events-header__top-bar>div.tribe-events-c-top-bar__datepicker>button:hover {
    background-color: #ffffff;
}

#tribe-events-view-selector-content>ul>li.tribe-events-c-view-selector__list-item:hover {
    background-color: transparent !important;
}

address.tribe-events-calendar-list__event-venue {
    margin-top: 15px;
}

div.tribe-events-calendar-list h2.tribe-events-calendar-list__month-separator time.tribe-events-calendar-list__month-separator-text {
    margin-top: 15px;
    font-size: 1.4em;
    font-weight: 600;
    opacity: 0.7;
}

.tribe-events-calendar-list .tribe-event-categories li {
    display: inline;
    border: 1px solid #162E3D;
    background-color: #D3DEDE;
    padding: 3px 9px;
    border-radius: 30px;
    margin-right: 3px;
    font-size: 0.8em;
    transition: all 0.2s;
    cursor: pointer;
}

.tribe-events-calendar-list .tribe-event-categories li:hover {
    background-color: #162E3D;
}

.tribe-events-calendar-list .tribe-event-categories li a {
    transition: all 0.2s;
    color: #162E3D;
}

.tribe-events-calendar-list .tribe-event-categories li:hover a {
    color: #D3DEDE;
}

.tribe-events .tribe-events-calendar-list__event-title-link,
.tribe-events .tribe-events-calendar-list__event-title-link:hover {
    border-bottom: none !important;
    transition: all 0.2s;
}

.tribe-events .tribe-events-calendar-list__event-title-link:hover {
    color: #0b6167 !important;
}