:root {
    --tec-color-button-primary-active: var(--wp--preset--color--contrast);
    --tec-color-accent-primary: var(--wp--preset--color--accent-1);
    --tec-color-button-primary-hover: var(--wp--preset--color--contrast);
}

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn, .tribe-common button.tribe-common-c-btn,
.tribe-common .tribe-common-c-btn:active, .tribe-common a.tribe-common-c-btn:active, .tribe-common button.tribe-common-c-btn:active,
.tribe-events .tribe-events-c-search__button:focus, .tribe-events .tribe-events-c-search__button:hover, .tribe-events button.tribe-events-c-search__button:focus, .tribe-events button.tribe-events-c-search__button:hover {
    --tec-border-radius-default: 9999px;
}

.tribe-events .tribe-events-c-search__button:focus, .tribe-events button.tribe-events-c-search__button:focus {
    outline: none;
}

.tribe-events-notices {
    background: var(--wp--preset--color--contrast);
    border: 1px solid var(--wp--preset--color--contrast);
    color: var(--wp--preset--color--base);
    text-shadow: none;
}