/*
Theme Name: GrandConference Child
Theme URI: http://themes.themegoods2.com/grandconference/demo
Description: Premium Event & Conference Theme
Version: 1.0
Author: ThemeGoods
Author URI: http://themeforest.net/user/ThemeGoods
License: GNU General Public License
License URI: http://themeforest.net/licenses/regular_extended
Text Domain: grandconference
Template: grandconference
*/

/* -------------------------------------------------------------
   Works for Food - Single Event Layout & Styling Parity with /home/
   ------------------------------------------------------------- */

/* Transparent header over hero banner */
body.single-tribe_events #wrapper.hasbg.transparent {
	padding-top: 0 !important;
}

/* Fullwidth container matching page.php on /home/ */
body.single-tribe_events #page_content_wrapper {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: left;
	box-sizing: border-box;
}

body.single-tribe_events #page_content_wrapper .inner {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: left;
}

body.single-tribe_events #page_content_wrapper .inner .inner_wrapper {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: left;
}

body.single-tribe_events #page_content_wrapper .inner .sidebar_content.full_width {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: left;
	border: 0 !important;
}

/* Ensure Elementor stretched sections span the full viewport smoothly */
body.single-tribe_events .elementor-section.elementor-section-stretched {
	width: 100vw;
}

/* Ensure no default TEC metadata or navigation leaks on single event landing pages */
body.single-tribe_events #tribe-events-pg-template {
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.single-tribe_events .grandconference-tribe-events-content {
	width: 100% !important;
	float: none !important;
}

/* Hide legacy hardcoded meta from single-event.php template fallback */
body.single-tribe_events #tribe-events-content > .grandconference-tribe-events-meta,
body.single-tribe_events .tribe-events-single > .grandconference-tribe-events-meta {
	display: none !important;
}

/* Ensure Elementor Current Event Meta widget is displayed fullwidth */
.elementor-widget-current-event-meta .grandconference-tribe-events-meta,
.grandconference-tribe-events-meta.current-event-meta {
	display: block !important;
	width: 100% !important;
	float: none !important;
	padding-left: 0 !important;
	clear: both !important;
}

/* -------------------------------------------------------------
   Current Event Speaker Carousel - Visual & Styling Parity
   ------------------------------------------------------------- */
.elementor-widget-grandconference-current-event-speaker-carousel .speaker-carousel-wrapper.style2 .item,
.speaker-carousel-wrapper.wff-current-event-carousel.style2 .item {
	height: 380px !important;
	border-radius: 25px !important;
	overflow: hidden !important;
}

.elementor-widget-grandconference-current-event-speaker-carousel .speaker-carousel-wrapper.style2 .item-bg,
.speaker-carousel-wrapper.wff-current-event-carousel.style2 .item-bg {
	border-radius: 25px !important;
	background-position: center top !important;
	background-size: cover !important;
}

.elementor-widget-grandconference-current-event-speaker-carousel .speaker-carousel-image .speaker-carousel-image-overflow img {
	border-radius: 25px !important;
}

.elementor-widget-grandconference-current-event-speaker-carousel .speaker-carousel-wrapper .speaker-carousel-title,
.speaker-carousel-wrapper.wff-current-event-carousel .speaker-carousel-title,
.speaker-carousel-wrapper.wff-current-event-carousel.style2 .item-content h3.speaker-carousel-title {
	font-family: 'Big Shoulders Text', sans-serif !important;
	font-size: 30px !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
	letter-spacing: 0px !important;
	line-height: 1.2 !important;
}

.elementor-widget-grandconference-current-event-speaker-carousel .speaker-carousel-wrapper .speaker-carousel-subtitle,
.speaker-carousel-wrapper.wff-current-event-carousel .speaker-carousel-subtitle,
.speaker-carousel-wrapper.wff-current-event-carousel.style2 .item-content .speaker-carousel-subtitle {
	font-family: 'Roboto Mono', monospace !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #ffffff !important;
	line-height: 1.4 !important;
}

@media (max-width: 767px) {
	.elementor-widget-grandconference-current-event-speaker-carousel .speaker-carousel-wrapper .speaker-carousel-title,
	.speaker-carousel-wrapper.wff-current-event-carousel .speaker-carousel-title,
	.speaker-carousel-wrapper.wff-current-event-carousel.style2 .item-content h3.speaker-carousel-title {
		font-size: 28px !important;
		line-height: 1.3em !important;
	}
}

/* -------------------------------------------------------------
   Current Event Meta Widget Styling
   ------------------------------------------------------------- */
.grandconference-tribe-events-meta.current-event-meta.wff-hide-meta-details .tribe-events-meta-group-details {
	display: none !important;
}
.grandconference-tribe-events-meta.current-event-meta.wff-hide-meta-venue .tribe-events-meta-group-venue {
	display: none !important;
}
.grandconference-tribe-events-meta.current-event-meta.wff-hide-meta-organizer .tribe-events-meta-group-organizer {
	display: none !important;
}
.grandconference-tribe-events-meta.current-event-meta.wff-hide-meta-map .tribe-events-venue-map {
	display: none !important;
}

.grandconference-tribe-events-meta.current-event-meta .tribe-events-single-section.tribe-events-event-meta {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
}
.grandconference-tribe-events-meta.current-event-meta.wff-meta-layout-stacked .tribe-events-single-section.tribe-events-event-meta {
	display: block !important;
}
.grandconference-tribe-events-meta.current-event-meta.wff-meta-layout-3col .tribe-events-single-section.tribe-events-event-meta {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
}
.grandconference-tribe-events-meta.current-event-meta .tribe-events-single-section.tribe-events-event-meta .tribe-events-meta-group {
	margin-bottom: 0 !important;
}

/* -------------------------------------------------------------
   Current Event Sub Nav Widget Styling
   ------------------------------------------------------------- */
.current-event-sub-nav .tribe-events-sub-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.current-event-sub-nav .tribe-events-sub-nav li {
	margin: 0 !important;
	padding: 0 !important;
}
.current-event-sub-nav .tribe-events-sub-nav li a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	text-decoration: none;
	transition: color 0.2s ease, opacity 0.2s ease;
}

/* -------------------------------------------------------------
   Current Event Back Link Widget Styling
   ------------------------------------------------------------- */
.current-event-back-wrapper .tribe-events-back {
	display: block !important;
	margin: 0 0 15px 0;
}
.current-event-back-wrapper .tribe-events-back a {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	text-decoration: none;
	transition: color 0.2s ease;
}

/* -------------------------------------------------------------
   Event Sub Navigation Bar (Header Subnav & Elementor Widget)
   ------------------------------------------------------------- */
.wff-event-subnav-bar {
	width: 100%;
	clear: both;
	background: transparent;
	position: relative;
	z-index: 8;
	transition: background-color 0.3s ease, border-color 0.3s ease;
}

.wff-event-subnav-bar .standard_wrapper,
.wff-event-subnav-bar .page_content_wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
}

.wff-event-subnav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
}

.wff-event-subnav-list {
	display: inline-flex;
	align-items: center;
	gap: 28px;
	list-style: none !important;
	margin: 0 !important;
	padding: 8px 0 16px !important;
}

.wff-event-subnav-item {
	display: inline-flex;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
}

.wff-event-subnav-item a {
	color: #ffffff;
	font-family: 'Roboto Mono', sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.3px;
	text-decoration: none;
	text-transform: capitalize;
	position: relative;
	transition: color 0.25s ease, opacity 0.25s ease;
	display: inline-block;
	padding: 4px 0;
}

.wff-event-subnav-item:not(.is-button) a:hover {
	color: #fdd835;
	text-decoration: none;
}

.wff-event-subnav-item.active:not(.is-button) a {
	color: #fdd835 !important;
	font-weight: 700 !important;
	border-bottom: 2px solid #fdd835;
	padding-bottom: 2px !important;
}

/* Register Yellow Pill Button */
.wff-event-subnav-item.is-button a {
	background-color: #fdd835;
	color: #111111 !important;
	font-family: 'Roboto Mono', sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	padding: 8px 24px !important;
	border-radius: 30px !important;
	line-height: 1.4 !important;
	transition: all 0.25s ease;
	box-shadow: 0 4px 14px rgba(253, 216, 53, 0.35);
}

.wff-event-subnav-item.is-button a:hover {
	background-color: #ffea00;
	color: #000000 !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(253, 216, 53, 0.55);
}

/* Header scrolled state background */
.header_style_wrapper.scroll .wff-event-subnav-bar,
.main-menu-wrapper.scroll .wff-event-subnav-bar,
#elementor-sticky-header.scroll .wff-event-subnav-bar {
	background: rgba(18, 18, 18, 0.96);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Ensure single event hero banner has clearance for transparent header + subnav */
body.single-tribe_events #page_content_wrapper .elementor-section:first-child,
body.single-tribe_events .elementor-section.elementor-section-stretched:first-of-type {
	padding-top: 120px !important;
}

@media (max-width: 960px) {
	.wff-event-subnav {
		justify-content: center;
	}
	.wff-event-subnav-bar .standard_wrapper,
	.wff-event-subnav-bar .page_content_wrapper {
		padding: 0 15px !important;
	}
	.wff-event-subnav-list {
		gap: 16px;
		flex-wrap: nowrap !important;
		justify-content: center;
		padding: 6px 0 12px !important;
	}
	.wff-event-subnav-item a {
		font-size: 13px;
		white-space: nowrap;
	}
	.wff-event-subnav-item.is-button a {
		padding: 6px 16px !important;
		font-size: 12px;
		white-space: nowrap;
	}
}

@media (max-width: 480px) {
	.wff-event-subnav-bar .standard_wrapper,
	.wff-event-subnav-bar .page_content_wrapper {
		padding: 0 10px !important;
	}
	.wff-event-subnav-list {
		gap: 12px !important;
		flex-wrap: nowrap !important;
		padding: 4px 0 10px !important;
	}
	.wff-event-subnav-item a {
		font-size: 12px !important;
		letter-spacing: 0 !important;
	}
	.wff-event-subnav-item.is-button a {
		padding: 5px 12px !important;
		font-size: 11px !important;
		border-radius: 20px !important;
	}
}

@media (max-width: 360px) {
	.wff-event-subnav-bar .standard_wrapper,
	.wff-event-subnav-bar .page_content_wrapper {
		padding: 0 6px !important;
	}
	.wff-event-subnav-list {
		gap: 8px !important;
		flex-wrap: nowrap !important;
		padding: 4px 0 8px !important;
	}
	.wff-event-subnav-item a {
		font-size: 11px !important;
	}
	.wff-event-subnav-item.is-button a {
		padding: 4px 10px !important;
		font-size: 10.5px !important;
	}
}


/* -------------------------------------------------------------
   Current Event Sponsors Widget Styling
   ------------------------------------------------------------- */
.current-event-sponsors-wrapper {
	width: 100%;
	clear: both;
}

.wff-sponsors-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: center;
	justify-items: center;
	gap: 30px;
}

@media (max-width: 1024px) {
	.wff-sponsors-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
	}
}

@media (max-width: 767px) {
	.wff-sponsors-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

.wff-sponsor-card-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 16px 20px;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
}

.wff-sponsor-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-decoration: none;
}

.wff-sponsor-logo-img {
	max-width: 100%;
	max-height: 70px;
	height: auto;
	object-fit: contain;
	display: block;
	margin: 0 auto;
	transition: filter 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}

.wff-grayscale-effect .wff-sponsor-logo-img {
	filter: grayscale(100%);
	opacity: 0.75;
}

.wff-grayscale-effect .wff-sponsor-card-item:hover .wff-sponsor-logo-img {
	filter: grayscale(0%);
	opacity: 1;
	transform: scale(1.05);
}

.wff-sponsor-title-text {
	display: block;
	margin-top: 10px;
	font-family: 'Roboto Mono', monospace;
	font-size: 13px;
	color: #aaaaaa;
	font-weight: 500;
}

.wff-sponsor-tier-group {
	margin-bottom: 40px;
}

.wff-sponsor-tier-heading {
	font-family: 'Big Shoulders Text', sans-serif;
	font-size: 26px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 24px;
	text-align: center;
	color: #ffffff;
}

/* -------------------------------------------------------------
   Who's Attending Widget Styling
   ------------------------------------------------------------- */
.current-event-whos-attending-wrapper {
	width: 100%;
	clear: both;
	box-sizing: border-box;
}

.wff-whos-attending-header {
	text-align: center;
	margin-bottom: 38px;
}

.wff-whos-attending-title {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.2;
	color: #111827;
	margin: 0 0 14px;
	letter-spacing: -0.5px;
}

.wff-whos-attending-description {
	font-size: 15px;
	line-height: 1.6;
	color: #4b5563;
	margin: 0 auto;
	max-width: 820px;
}

.wff-whos-attending-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	align-items: center;
	justify-items: stretch;
	gap: 18px;
}

@media (max-width: 1200px) {
	.wff-whos-attending-grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 16px;
	}
}

@media (max-width: 900px) {
	.wff-whos-attending-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 14px;
	}
	.wff-whos-attending-title {
		font-size: 30px;
	}
	.wff-whos-attending-description {
		font-size: 14px;
	}
}

@media (max-width: 600px) {
	.wff-whos-attending-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
	.wff-whos-attending-title {
		font-size: 26px;
	}
}

.wff-attending-card-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 24px 20px;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	min-height: 120px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	transition: all 0.25s ease-in-out;
}

.wff-attending-card-item:hover {
	border-color: #d1d5db;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.wff-attending-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.wff-attending-logo-img {
	max-width: 85%;
	max-height: 85px;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
	margin: 0 auto;
	transition: filter 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}

.wff-grayscale-effect .wff-attending-logo-img {
	filter: grayscale(100%);
	opacity: 0.8;
}

.wff-grayscale-effect .wff-attending-card-item:hover .wff-attending-logo-img {
	filter: grayscale(0%);
	opacity: 1;
	transform: scale(1.05);
}

.wff-attending-title-text {
	display: block;
	margin-top: 10px;
	font-family: inherit;
	font-size: 13px;
	color: #6b7280;
	font-weight: 500;
}


/* -------------------------------------------------------------
   Session Tab Topic Filters & Expand All Horizontal Alignment
   ------------------------------------------------------------- */
.session-tab-wrapper .ppb_session_tab .standard_wrapper {
	position: relative;
}

.session-tab-wrapper .session_filters {
	float: left !important;
	width: auto !important;
	max-width: calc(100% - 180px) !important;
	display: inline-block !important;
	margin: 20px 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.session-tab-wrapper .session_expand_all {
	float: right !important;
	width: auto !important;
	display: inline-block !important;
	text-align: right !important;
	margin: 30px 0 20px 0 !important;
	padding: 10px 0 !important;
	line-height: normal !important;
	box-sizing: border-box !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
}

.session-tab-wrapper .scheduleday_wrapper.tab,
.session-tab-wrapper .standard_wrapper > div:not(.session_filters) {
	clear: both !important;
}

@media (max-width: 767px) {
	.session-tab-wrapper .session_filters {
		max-width: 100% !important;
		float: none !important;
		display: block !important;
		margin-bottom: 10px !important;
	}
	.session-tab-wrapper .session_expand_all {
		float: none !important;
		display: block !important;
		text-align: left !important;
		margin-top: 0 !important;
		margin-bottom: 20px !important;
		padding: 5px 0 !important;
	}
}

/* -------------------------------------------------------------
   Current Event Session Tab Styling Parity Defaults
   ------------------------------------------------------------- */
.session-tab-wrapper .scheduleday_wrapper.tab {
	background: #F0F0F0;
	border-radius: 15px 15px 0 0;
	overflow: hidden;
	display: flex;
}

.session-tab-wrapper .scheduleday_wrapper li.scheduleday_title {
	background: #F0F0F0;
	border-radius: 15px 15px 0 0;
	transition: background 0.2s ease, color 0.2s ease;
}

.session-tab-wrapper .scheduleday_wrapper li.scheduleday_title h4 {
	font-family: 'Prompt', sans-serif !important;
	font-weight: 700 !important;
	color: #000000;
}

.session-tab-wrapper .scheduleday_wrapper li.scheduleday_title.active {
	background: #6400E4 !important;
	border-radius: 15px 15px 0 0 !important;
}

.session-tab-wrapper .scheduleday_wrapper li.scheduleday_title.active h4 {
	color: #FFFFFF !important;
}

.session-tab-wrapper .session_filters li a {
	font-family: 'Prompt', sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 5px !important;
	transition: all 0.2s ease;
}

.session-tab-wrapper .session_filters li a.active,
.session-tab-wrapper .session_filters li a:hover {
	background-color: #57B957 !important;
	color: #FFFFFF !important;
}

.session-tab-wrapper .session_expand_all {
	font-family: 'Prompt', sans-serif !important;
	font-weight: 600 !important;
	letter-spacing: 1px !important;
}

.session-tab-wrapper .scheduleday_wrapper li .session_content h6 {
	font-family: 'Prompt', sans-serif !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	color: #030925 !important;
}

.session-tab-wrapper .scheduleday_wrapper li .session_speakers {
	font-family: 'Roboto Mono', monospace !important;
	font-size: 14px !important;
	color: #030925 !important;
}

.session-tab-wrapper .scheduleday_wrapper li .session_speakers strong a,
.session-tab-wrapper .scheduleday_wrapper li a {
	color: #57B957 !important;
}

.session-tab-wrapper .scheduleday_wrapper li .session_speakers strong a:hover,
.session-tab-wrapper .scheduleday_wrapper li a:hover {
	color: #030925 !important;
}

.session-tab-wrapper .scheduleday_wrapper.tab_content {
	border-radius: 0 0 15px 15px;
}

/* -------------------------------------------------------------
   Dedicated Event Sessions & Agenda Page (/event/slug/sessions)
   ------------------------------------------------------------- */
.wff-event-sessions-page #wrapper {
	background-color: #ffffff;
}

/* Hero Banner */
.wff-sessions-hero {
	position: relative;
	background-color: #0b0f19;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 175px 0 70px 0;
	color: #ffffff;
	overflow: hidden;
	text-align: center;
}

.wff-sessions-hero.has-bg-img .wff-sessions-hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(11, 15, 25, 0.72) 0%, rgba(11, 15, 25, 0.94) 100%);
	z-index: 1;
}

.wff-sessions-hero.no-bg-img .wff-sessions-hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at center top, #1e293b 0%, #0b0f19 75%);
	z-index: 1;
}

.wff-sessions-hero-content {
	position: relative;
	z-index: 2;
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 0 20px;
}

.wff-sessions-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	background: #ff2d55;
	color: #ffffff;
	font-family: 'Prompt', sans-serif;
	font-size: 11.5px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	padding: 6px 18px;
	border-radius: 20px;
	margin-bottom: 18px;
	box-shadow: 0 4px 14px rgba(255, 45, 85, 0.4);
}

.wff-sessions-hero-badge .ti-calendar {
	font-size: 13px;
}

.wff-sessions-hero-title {
	font-family: 'Prompt', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
	font-size: 48px !important;
	line-height: 1.18 !important;
	font-weight: 800 !important;
	color: #ffffff !important;
	margin: 0 0 18px 0 !important;
	letter-spacing: -0.5px;
}

.wff-sessions-hero-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 16px 28px;
	font-size: 14.5px;
	color: rgba(255, 255, 255, 0.88);
}

.wff-hero-meta-item {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.wff-hero-meta-item .ti-time,
.wff-hero-meta-item .ti-location-pin {
	font-size: 15px;
	color: #ff2d55;
}

.wff-meta-stats {
	display: inline-flex;
	gap: 8px;
}

.wff-stat-pill {
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	padding: 4px 14px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(4px);
}

/* Schedule Fullwidth Content Section */
.session-fullwidth-wrapper.wff-sessions-page-wrapper {
	padding: 45px 0 90px 0;
	width: 100%;
}

.session-fullwidth-wrapper .ppb_session_filterable .standard_wrapper {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

/* Toolbar (Filters & Expand All Matching Reference) */
.wff-session-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	margin: 10px 0 35px 0;
	width: 100%;
}

.wff-session-toolbar .session_filters {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	float: none !important;
	width: auto !important;
}

.wff-session-toolbar .session_filters li {
	margin: 0 !important;
	padding: 0 !important;
	display: inline-block;
}

.wff-session-toolbar .session_filters li a.themelink {
	display: inline-block !important;
	padding: 7px 18px !important;
	background: transparent !important;
	border: none !important;
	color: #111111 !important;
	font-family: 'Prompt', sans-serif !important;
	font-size: 13.5px !important;
	font-weight: 600 !important;
	text-transform: capitalize !important;
	letter-spacing: 0 !important;
	border-radius: 22px !important;
	text-decoration: none !important;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
	box-shadow: none !important;
}

.wff-session-toolbar .session_filters li a.themelink:hover {
	color: #ff2d55 !important;
	background: rgba(255, 45, 85, 0.08) !important;
}

.wff-session-toolbar .session_filters li a.themelink.active {
	background-color: #ff2d55 !important;
	border-color: #ff2d55 !important;
	color: #ffffff !important;
	box-shadow: 0 4px 14px rgba(255, 45, 85, 0.4) !important;
}

.wff-session-toolbar .session_expand_all {
	display: inline-flex !important;
	align-items: center !important;
	gap: 6px !important;
	padding: 7px 0 !important;
	background: transparent !important;
	border: none !important;
	color: #111111 !important;
	font-family: 'Prompt', sans-serif !important;
	font-size: 13.5px !important;
	font-weight: 600 !important;
	text-transform: capitalize !important;
	letter-spacing: 0 !important;
	text-decoration: none !important;
	transition: color 0.2s ease !important;
	float: none !important;
	margin: 0 !important;
	line-height: normal !important;
	box-sizing: border-box !important;
	box-shadow: none !important;
}

.wff-session-toolbar .session_expand_all:hover {
	color: #ff2d55 !important;
	background: transparent !important;
	box-shadow: none !important;
}

/* Schedule Days Content Grid (Modern CSS Grid layout) */
.session-fullwidth-wrapper .scheduleday_content {
	display: grid;
	grid-template-columns: repeat(var(--wff-columns, 3), 1fr);
	gap: 28px;
	align-items: start;
	width: 100%;
	clear: both !important;
}

.session-fullwidth-wrapper .scheduleday_wrapper {
	background: #ffffff !important;
	border: 1px solid #e5e7eb !important;
	border-radius: 10px !important;
	overflow: hidden !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03) !important;
	transition: box-shadow 0.25s ease, border-color 0.25s ease !important;
	box-sizing: border-box !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	float: none !important;
	width: 100% !important;
}

.session-fullwidth-wrapper .scheduleday_wrapper:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06) !important;
	border-color: #cbd5e1 !important;
}

/* Day Column Header */
.session-fullwidth-wrapper .scheduleday_wrapper li.scheduleday_title {
	background: #007aff !important;
	padding: 18px 24px !important;
	border-radius: 10px 10px 0 0 !important;
	color: #ffffff !important;
	border-bottom: none !important;
	display: flex !important;
	align-items: center !important;
}

.session-fullwidth-wrapper .scheduleday_wrapper li.scheduleday_title .scheduleday_title_icon {
	font-size: 20px;
	color: #ffffff;
	flex-shrink: 0;
	margin-right: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: none !important;
}

.session-fullwidth-wrapper .scheduleday_wrapper li.scheduleday_title .scheduleday_title_content {
	flex: 1;
	float: none !important;
	width: auto !important;
}

.session-fullwidth-wrapper .scheduleday_wrapper li.scheduleday_title h4 {
	font-family: 'Prompt', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	text-transform: none !important;
	letter-spacing: 0.3px !important;
	color: #ffffff !important;
	margin: 0 !important;
	line-height: 1.2 !important;
}

/* Session Items */
.session-fullwidth-wrapper .scheduleday_wrapper li {
	border-bottom: 1px solid #f0f0f0;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #ffffff;
}

.session-fullwidth-wrapper .scheduleday_wrapper li:last-child {
	border-bottom: none;
}

.session-fullwidth-wrapper .scheduleday_wrapper li .session_content_wrapper {
	padding: 18px 22px;
	position: relative;
}

.session-fullwidth-wrapper .scheduleday_wrapper li .session_content_wrapper.expandable {
	cursor: pointer;
	padding-right: 42px;
	transition: background 0.15s ease;
}

.session-fullwidth-wrapper .scheduleday_wrapper li .session_content_wrapper.expandable:hover,
.session-fullwidth-wrapper .scheduleday_wrapper li .session_content_wrapper.expandable.active {
	background: #fbfbfb;
}

.session-fullwidth-wrapper .scheduleday_wrapper li .session_content_wrapper.expandable::after {
	content: '+';
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: #f1f5f9;
	color: #64748b;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	transition: all 0.2s ease;
}

.session-fullwidth-wrapper .scheduleday_wrapper li .session_content_wrapper.expandable:hover::after {
	background: #ff2d55;
	color: #ffffff;
}

.session-fullwidth-wrapper .scheduleday_wrapper li .session_content_wrapper.expandable.active::after {
	content: '−';
	background: #111111;
	color: #ffffff;
}

.session-fullwidth-wrapper .scheduleday_wrapper li .session_speaker_thumb {
	float: left;
	width: 48px;
}

.session-fullwidth-wrapper .scheduleday_wrapper li .session_speaker_thumb img {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
	border: 1px solid #eeeeee;
}

.session-fullwidth-wrapper .scheduleday_wrapper li .session_speaker_thumb.multiple_speaker_thumbs img {
	width: 34px;
	height: 34px;
	margin-left: -12px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
}

.session-fullwidth-wrapper .scheduleday_wrapper li .session_speaker_thumb.multiple_speaker_thumbs img:first-child {
	margin-left: 0;
}

.session-fullwidth-wrapper .scheduleday_wrapper li .session_speaker_icon {
	float: left;
	width: 42px;
	height: 42px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	color: #64748b;
}

.session-fullwidth-wrapper .scheduleday_wrapper li .session_content {
	float: right;
	width: 100%;
}

.session-fullwidth-wrapper .scheduleday_wrapper li .session_content.has_speaker_thumb {
	width: calc(100% - 60px);
}

.session-fullwidth-wrapper .scheduleday_wrapper li .session_start_time {
	font-family: 'Roboto Mono', monospace !important;
	font-size: 11.5px !important;
	font-weight: 600 !important;
	color: #9ca3af !important;
	margin-bottom: 2px !important;
	letter-spacing: 0.2px;
}

.session-fullwidth-wrapper .scheduleday_wrapper li .session_title h6 {
	font-family: 'Prompt', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
	font-size: 14.5px !important;
	font-weight: 700 !important;
	text-transform: none !important;
	color: #111827 !important;
	margin: 0 0 4px 0 !important;
	line-height: 1.35 !important;
}

.session-fullwidth-wrapper .scheduleday_wrapper li .session_speakers {
	font-family: 'Roboto Mono', monospace !important;
	font-size: 12px !important;
	color: #6b7280 !important;
	line-height: 1.4 !important;
}

.session-fullwidth-wrapper .scheduleday_wrapper li .session_speakers strong a {
	color: #ff2d55 !important;
	text-decoration: none !important;
	font-weight: 600 !important;
}

.session-fullwidth-wrapper .scheduleday_wrapper li .session_speakers strong a:hover {
	color: #d62044 !important;
	text-decoration: underline !important;
}

.session-fullwidth-wrapper .scheduleday_wrapper li .session_speakers .speaker_role {
	color: #9ca3af;
	font-size: 11.5px;
}

/* Expanded Drawer */
.session-fullwidth-wrapper .scheduleday_wrapper li .session_content_extend {
	background: #fcfcfc;
	border-top: 1px dashed #e5e7eb;
	padding: 14px 22px;
}

.session-fullwidth-wrapper .scheduleday_wrapper li .session_excerpt p {
	font-size: 13.5px !important;
	line-height: 1.6 !important;
	color: #475569 !important;
	margin: 0 0 10px 0 !important;
}

.session-fullwidth-wrapper .scheduleday_wrapper li .session_title_list {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 8px;
}

.session-fullwidth-wrapper .scheduleday_wrapper li .session_title_list .ti-bookmark {
	font-size: 12px;
	color: #94a3b8;
}

.session-fullwidth-wrapper .scheduleday_wrapper li .session_title_item {
	background: #f1f5f9;
	color: #334155;
	font-size: 11px;
	font-weight: 600;
	padding: 3px 8px;
	border-radius: 4px;
	display: inline-block;
}

.session-fullwidth-wrapper .scheduleday_wrapper li .session_location {
	margin-top: 12px;
	padding-top: 10px;
	border-top: 1px solid #e5e7eb;
}

.session-fullwidth-wrapper .scheduleday_wrapper li .session_location_label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #16a34a;
}

.session-fullwidth-wrapper .scheduleday_wrapper li .session_location_content {
	font-size: 13px;
	color: #334155;
}

/* Empty State */
.wff-sessions-empty-state {
	text-align: center;
	padding: 60px 20px;
	max-width: 600px;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 12px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.wff-sessions-empty-state .wff-empty-icon {
	width: 64px;
	height: 64px;
	background: #f1f5f9;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	color: #ff2d55;
	margin-bottom: 20px;
}

.wff-sessions-empty-state h3 {
	font-family: 'Prompt', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 10px;
}

.wff-sessions-empty-state p {
	font-size: 14px;
	color: #64748b;
	line-height: 1.6;
	margin-bottom: 25px;
}

.wff-sessions-empty-state .button-primary {
	background: #fdd835;
	color: #111111 !important;
	font-family: 'Roboto Mono', sans-serif;
	font-weight: 700;
	font-size: 13px;
	padding: 10px 24px;
	border-radius: 30px;
	text-decoration: none;
	display: inline-block;
	transition: all 0.2s ease;
	border: none;
}

.wff-sessions-empty-state .button-primary:hover {
	background: #ffea00;
	transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1024px) {
	.session-fullwidth-wrapper .scheduleday_content {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 20px;
	}
}

@media (max-width: 767px) {
	.wff-sessions-hero {
		padding: 140px 0 45px 0;
	}
	.wff-sessions-hero-title {
		font-size: 28px !important;
	}
	.wff-session-toolbar {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
	.wff-session-toolbar .session_filters {
		width: 100% !important;
	}
	.wff-session-toolbar .session_expand_all {
		align-self: flex-start;
	}
	.session-fullwidth-wrapper .scheduleday_content {
		grid-template-columns: 1fr !important;
		gap: 20px;
	}
}

/* -------------------------------------------------------------
   Current Event Agenda Teaser Widget
   ------------------------------------------------------------- */
.wff-agenda-teaser-wrapper {
	display: flex;
	align-items: center;
	gap: 40px;
	width: 100%;
	box-sizing: border-box;
}

.wff-agenda-teaser-img-wrap {
	flex-shrink: 0;
	overflow: hidden;
	width: 220px;
	height: 220px;
	min-width: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #111111;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

.wff-agenda-teaser-img-wrap.is-shape-circle {
	border-radius: 50%;
}

.wff-agenda-teaser-img-wrap.is-shape-rounded {
	border-radius: 14px;
}

.wff-agenda-teaser-img-wrap.is-shape-square {
	border-radius: 0;
}

.wff-agenda-teaser-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.wff-agenda-teaser-content {
	flex: 1;
}

.wff-agenda-teaser-title {
	font-family: 'Prompt', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
	font-size: 32px;
	line-height: 1.25;
	font-weight: 700;
	color: #FFDC09;
	margin: 0 0 12px 0;
	letter-spacing: -0.3px;
}

.wff-agenda-teaser-desc {
	font-size: 18px;
	line-height: 1.55;
	color: #ffffff;
	margin-bottom: 22px;
	max-width: 600px;
}

.wff-agenda-teaser-desc p {
	font-size: inherit !important;
	line-height: inherit !important;
	color: inherit !important;
	margin: 0 0 10px 0 !important;
}

.wff-agenda-teaser-desc p:last-child {
	margin-bottom: 0 !important;
}

.wff-agenda-teaser-btn-wrap {
	display: block;
}

.wff-agenda-teaser-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	background-color: #FFDC09 !important;
	color: #000000 !important;
	font-family: 'Prompt', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
	font-weight: 700 !important;
	font-size: 15px !important;
	letter-spacing: 0.5px !important;
	padding: 12px 28px !important;
	border-radius: 4px !important;
	text-decoration: none !important;
	line-height: 1.4 !important;
	border: none !important;
	transition: all 0.25s ease !important;
	box-shadow: 0 4px 15px rgba(255, 220, 9, 0.3) !important;
}

.wff-agenda-teaser-btn:hover {
	background-color: #FFE63B !important;
	color: #000000 !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(255, 220, 9, 0.45) !important;
}

@media (max-width: 767px) {
	.wff-agenda-teaser-wrapper {
		flex-direction: column;
		text-align: center;
		gap: 24px;
	}
	.wff-agenda-teaser-img-wrap {
		margin: 0 auto;
		width: 160px !important;
		height: 160px !important;
		min-width: 160px !important;
	}
	.wff-agenda-teaser-img {
		width: 160px !important;
		height: 160px !important;
	}
	.wff-agenda-teaser-title {
		font-size: 24px !important;
	}
	.wff-agenda-teaser-desc {
		font-size: 16px !important;
	}
}

/* =============================================================
   Single Sponsor Detail Page Styling
   ============================================================= */
.wff-sponsor-single-page {
	width: 100%;
	background: #f8fafc;
	min-height: 80vh;
	font-family: inherit;
	color: #1e293b;
	padding-bottom: 60px;
}

/* Hero Banner */
.wff-sponsor-hero {
	background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
	color: #ffffff;
	padding: 60px 20px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wff-sponsor-hero-inner {
	max-width: 1140px;
	margin: 0 auto;
}

.wff-sponsor-hero-flex {
	display: flex;
	align-items: center;
	gap: 36px;
	flex-wrap: wrap;
}

.wff-sponsor-logo-box {
	background: #ffffff;
	padding: 18px 24px;
	border-radius: 12px;
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.25), 0 8px 10px -6px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	max-width: 260px;
	height: 140px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.wff-sponsor-hero-logo {
	max-width: 100%;
	max-height: 100px;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
}

.wff-sponsor-hero-info {
	flex: 1;
	min-width: 280px;
}

.wff-sponsor-tier-badges {
	display: flex;
	gap: 8px;
	margin-bottom: 10px;
	flex-wrap: wrap;
}

.wff-tier-badge {
	display: inline-block;
	background: rgba(255, 220, 9, 0.2);
	color: #FFDC09;
	border: 1px solid rgba(255, 220, 9, 0.5);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.75px;
	padding: 4px 12px;
	border-radius: 20px;
}

.wff-sponsor-hero-title {
	font-size: 38px;
	font-weight: 800;
	color: #ffffff;
	margin: 0 0 16px;
	line-height: 1.2;
	letter-spacing: -0.5px;
}

.wff-sponsor-hero-actions {
	display: flex;
	gap: 12px;
	align-items: center;
}

.wff-sponsor-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 24px;
	font-size: 15px;
	font-weight: 700;
	border-radius: 6px;
	text-decoration: none !important;
	transition: all 0.25s ease;
	line-height: 1.3;
}

.wff-sponsor-btn.primary {
	background: #FFDC09;
	color: #000000 !important;
	box-shadow: 0 4px 14px rgba(255, 220, 9, 0.35);
}

.wff-sponsor-btn.primary:hover {
	background: #ffe63b;
	color: #000000 !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(255, 220, 9, 0.5);
}

.wff-sponsor-btn .dashicons {
	font-size: 16px;
	width: 16px;
	height: 16px;
}

/* Body Wrap */
.wff-sponsor-body-wrap {
	max-width: 1140px;
	margin: -30px auto 0;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}

.wff-sponsor-body-inner {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

/* Section Cards */
.wff-sponsor-section {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 32px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
}

.wff-section-heading {
	font-size: 22px;
	font-weight: 700;
	color: #0f172a;
	margin: 0 0 24px;
	display: flex;
	align-items: center;
	gap: 10px;
	border-bottom: 2px solid #f1f5f9;
	padding-bottom: 14px;
}

.wff-section-heading .dashicons {
	font-size: 24px;
	width: 24px;
	height: 24px;
	color: #2563eb;
}

/* Description Typography */
.wff-sponsor-description-content {
	font-size: 16px;
	line-height: 1.8;
	color: #334155;
}

.wff-sponsor-description-content p {
	margin-bottom: 16px;
}

.wff-sponsor-description-content a {
	color: #2563eb;
	text-decoration: underline;
	font-weight: 600;
	transition: color 0.2s ease;
}

.wff-sponsor-description-content a:hover {
	color: #1d4ed8;
}

/* Gallery Grid */
.wff-sponsor-gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 20px;
}

.wff-gallery-card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
	transition: all 0.25s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 180px;
	padding: 12px;
}

.wff-gallery-card:hover {
	border-color: #cbd5e1;
	transform: translateY(-3px);
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1);
}

.wff-gallery-link {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.wff-gallery-img {
	max-width: 100%;
	max-height: 200px;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
	margin: 0 auto;
	border-radius: 6px;
}

/* Video Grid */
.wff-sponsor-video-grid {
	display: grid;
	gap: 24px;
}

.wff-sponsor-video-grid.single-video {
	grid-template-columns: 1fr;
	max-width: 860px;
	margin: 0 auto;
}

.wff-sponsor-video-grid.multi-video {
	grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
}

.wff-video-card {
	background: #0f172a;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	border: 1px solid #1e293b;
}

.wff-video-embed-wrapper {
	position: relative;
	width: 100%;
	padding-top: 56.25%; /* 16:9 aspect ratio */
	background: #000;
}

.wff-video-embed-wrapper iframe,
.wff-video-embed-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Files / Resource Cards */
.wff-sponsor-files-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 20px;
}

.wff-file-card {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	padding: 20px;
	transition: all 0.25s ease;
}

.wff-file-card:hover {
	background: #ffffff;
	border-color: #cbd5e1;
	transform: translateY(-2px);
	box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.08);
}

.wff-file-card-icon {
	background: #fee2e2;
	color: #dc2626;
	width: 44px;
	height: 44px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.wff-file-card-icon .dashicons {
	font-size: 24px;
	width: 24px;
	height: 24px;
}

.wff-file-card-content {
	flex: 1;
	min-width: 0;
}

.wff-file-card-title {
	font-size: 15px;
	font-weight: 700;
	color: #0f172a;
	margin: 0 0 10px;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.wff-file-download-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	font-weight: 700;
	color: #2563eb !important;
	text-decoration: none !important;
	transition: all 0.2s ease;
}

.wff-file-download-btn:hover {
	color: #1d4ed8 !important;
	transform: translateX(2px);
}

.wff-file-download-btn .dashicons {
	font-size: 14px;
	width: 14px;
	height: 14px;
}

/* Assigned Events Grid */
.wff-sponsor-events-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
}

.wff-event-card {
	display: block;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	overflow: hidden;
	text-decoration: none !important;
	transition: all 0.25s ease;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.wff-event-card:hover {
	border-color: #cbd5e1;
	transform: translateY(-3px);
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1);
}

.wff-event-card-img {
	height: 140px;
	background-size: cover;
	background-position: center;
	background-color: #0f172a;
}

.wff-event-card-info {
	padding: 16px 20px;
}

.wff-event-card-date {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 6px;
}

.wff-event-card-title {
	font-size: 16px;
	font-weight: 700;
	color: #0f172a;
	margin: 0 0 10px;
	line-height: 1.4;
}

.wff-event-card-link {
	font-size: 13px;
	font-weight: 700;
	color: #2563eb;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.wff-sponsor-hero {
		padding: 40px 15px;
	}
	.wff-sponsor-hero-flex {
		flex-direction: column;
		text-align: center;
		gap: 20px;
	}
	.wff-sponsor-logo-box {
		margin: 0 auto;
	}
	.wff-sponsor-tier-badges {
		justify-content: center;
	}
	.wff-sponsor-hero-title {
		font-size: 28px;
	}
	.wff-sponsor-hero-actions {
		justify-content: center;
	}
	.wff-sponsor-body-wrap {
		margin-top: 15px;
		padding: 0 15px;
	}
	.wff-sponsor-section {
		padding: 20px;
	}
	.wff-sponsor-video-grid.multi-video {
		grid-template-columns: 1fr;
	}
}