.yp-events-page .site.grid-container,
.yp-events-page .site-content,
.yp-events-page .content-area {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.yp-events-page .site-main {
	margin: 0;
}

.yp-events-page.single-tribe_events .site-content { background: #f4f5f3; }
.yp-events-page #tribe-events-pg-template { width: min(100% - 48px, 1280px); max-width: none; margin: 0 auto; padding: 72px 0 110px; }
.yp-events-page .tribe-events-single-event-title { display: none; }
.yp-events-page .tribe-events-back a,
.yp-events-page .tribe-events-nav-pagination a { color: #a51a22; font-size: 13px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.yp-events-page .tribe-events-back a:hover,
.yp-events-page .tribe-events-nav-pagination a:hover { text-decoration: underline; }
.yp-events-page .tribe-events-schedule { margin: 24px 0 32px; color: #151b1f; font-family: Manrope, Arial, sans-serif; font-size: 20px; font-weight: 700; }
.yp-events-page .tribe-events-event-image { max-width: 1280px; margin: 0 0 40px; }
.yp-events-page .tribe-events-event-image img { display: block; width: 100%; max-height: 620px; object-fit: cover; }
.yp-events-page .tribe-events-single-event-description { max-width: 800px; color: #334043; font-size: 16px; line-height: 1.8; }
.yp-events-page .tribe-events-single-event-description h2,
.yp-events-page .tribe-events-single-section-title { color: #151b1f; font-family: Manrope, Arial, sans-serif; font-weight: 800; text-transform: uppercase; }
.yp-events-page .tribe-events-event-meta { margin-top: 48px; padding-top: 28px; border-top: 1px solid #cbd0ce; background: transparent; color: #445053; }
.yp-events-page .tribe-events-event-meta a { color: #a51a22; }
.yp-events-page .tribe-events-cal-links a { border: 0; border-radius: 0; background: #febc38; color: #151b1f; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.yp-events-page .tribe-events-cal-links a:hover { background: #151b1f; color: #fff; }

.yp-events { background: #f4f5f3; color: #151b1f; }
.yp-events__inner { width: min(100% - 48px, 1280px); margin-inline: auto; }
.yp-events__hero { padding: 110px 0 100px; background: #151b1f; color: #fff; }
.yp-events__eyebrow { color: #febc38; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.yp-events h1 { margin: 16px 0 20px; color: #fff; font-family: Manrope, sans-serif; font-size: clamp(54px, 7vw, 100px); line-height: 1; text-transform: uppercase; }
.yp-events__hero p:last-child { max-width: 600px; color: #d4d7d8; line-height: 1.7; }
.yp-events__section { padding: 76px 0 100px; }
.yp-events__section--past { background: #fff; }
.yp-events__section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 32px; border-bottom: 1px solid #cbd0ce; }
.yp-events__section-head h2 { margin: 0 0 20px; color: #151b1f; font-size: clamp(30px, 4vw, 48px); text-transform: uppercase; }
.yp-events__section-head span { color: #596467; font-size: 13px; }
.yp-events__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.yp-event-card { background: #fff; border: 1px solid #e0e4e1; }
.yp-event-card__image { display: grid; place-items: center; height: 220px; overflow: hidden; background: #252e31; color: #febc38; font-weight: 800; letter-spacing: 0; }
.yp-event-card__image img { width: 100%; height: 100%; object-fit: cover; }
.yp-event-card__body { padding: 24px; }
.yp-event-card__meta { display: flex; flex-wrap: wrap; gap: 12px; color: #b51b25; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.yp-event-card h3 { margin: 14px 0; font-size: 23px; line-height: 1.2; }
.yp-event-card h3 a { color: #151b1f; text-decoration: none; }
.yp-event-card__body > p:not(.yp-event-card__meta) { color: #566063; font-size: 14px; line-height: 1.6; }
.yp-event-card__link, .yp-events__empty a { color: #b51b25; font-size: 13px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.yp-events__empty { max-width: 760px; padding: 48px; border-left: 4px solid #febc38; background: #fff; }
.yp-events__empty-title { margin: 0 0 8px; color: #151b1f; font-size: 28px; font-weight: 700; }
.yp-events__empty > p:not(.yp-events__empty-title) { color: #566063; line-height: 1.7; }
@media (max-width: 900px) { .yp-events__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .yp-events__hero { padding: 68px 0; } .yp-events__section { padding: 52px 0 72px; } .yp-events__grid { grid-template-columns: 1fr; } .yp-events__empty { padding: 28px; } }
