#tribe-events,
#tribe-events-content,
#tribe-events-pg-template,
.tribe-events .tribe-common-l-container {
	max-width: none;
	margin: 0;
	padding: 0;
}

/* Archive Views */
:root .post-type-archive-tribe_events .hentry-wrapper,
.tribe-common .tribe-common-l-container {
    max-width: 62.5em;
}

.tribe-common .archive-title {
    margin-bottom: 1.5em;
}

.content-area .tribe-common .hentry {
    padding-top: 0;
}

/* Nicer subscribe button */
.tribe-common .tribe-events-c-subscribe-dropdown__button {
    display: flex;
    align-items: center;
    gap: .25em;

    button {
        white-space: nowrap;
    }
}