.single-kyoiq_video .kyoiq-video-player {
	max-width: 840px;
	margin: 0 auto 32px;
	aspect-ratio: 16 / 9;
	background: #0f172a;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 18px 42px rgba(16, 32, 59, 0.16);
}
.single-kyoiq_video .kyoiq-video-player iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}
.single-tribe_events .tribe-events-single-event-description .kyoiq-event-video-archive {
	box-sizing: border-box;
	width: 100%;
	margin: 56px 0 0;
	padding: 32px;
	background: #fff4f6;
	border-radius: 18px;
	scroll-margin-top: 120px;
}
.single-tribe_events .tribe-events-single-event-description .kyoiq-event-video-archive > .kyoiq-event-video-archive__heading:first-child,
.single-tribe_events .tribe-events-single-event-description .kyoiq-event-video-archive > .wp-block-heading.kyoiq-event-video-archive__heading:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	max-width: 100%;
	min-height: 34px;
	margin: 0 auto 26px !important;
	padding: 0.55em 1.15em;
	color: #fff;
	background: var(--kyoiq-color-video-brand);
	border-radius: 999px;
	gap: 0.55em;
	box-shadow: 0 8px 18px rgba(255, 0, 51, 0.18);
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}
.single-tribe_events .tribe-events-single-event-description .kyoiq-event-video-archive > .kyoiq-event-video-archive__heading:first-child,
.single-tribe_events .tribe-events-single-event-description .kyoiq-event-video-archive > .wp-block-heading.kyoiq-event-video-archive__heading:first-child,
.single-tribe_events .tribe-events-single-event-description .kyoiq-event-video-archive > .kyoiq-event-video-archive__heading:first-child i,
.single-tribe_events .tribe-events-single-event-description .kyoiq-event-video-archive > .wp-block-heading.kyoiq-event-video-archive__heading:first-child i {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}
.kyoiq-event-video-archive__grid {
	--kyoiq-video-card-height: 320px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(0, 250px));
	justify-content: center;
	align-items: stretch;
	gap: 24px;
	margin: 0;
}
.kyoiq-event-video-archive__grid .kyoiq-video-card {
	width: 100%;
	max-width: 250px;
}
.kyoiq-event-video-archive__card,
.kyoiq-event-video-archive__card:visited {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
	overflow: hidden;
	color: var(--kyoiq-color-heading);
	text-decoration: none !important;
	background: #fff;
	border: 1px solid #e7edf3;
	border-radius: 14px;
	box-shadow: 0 10px 24px rgba(16, 32, 59, 0.12);
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.kyoiq-event-video-archive__card:hover,
.kyoiq-event-video-archive__card:focus {
	color: var(--kyoiq-color-heading);
	text-decoration: none !important;
	border-color: #dbe4ef;
	box-shadow: var(--kyoiq-shadow-main-area-hover);
	transform: translateY(-4px);
}
.kyoiq-event-video-archive__card:focus-visible {
	outline: 2px solid rgba(255, 0, 51, 0.42);
	outline-offset: 4px;
}
.kyoiq-event-video-archive__media {
	position: relative;
	display: block;
	flex: 0 0 auto;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #0f172a;
}
.kyoiq-event-video-archive__labels {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	max-width: calc(100% - 20px);
	pointer-events: none;
}
.kyoiq-event-video-archive__label {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	min-width: 0;
	min-height: 23px;
	max-width: 100%;
	padding: 5px 8px;
	color: #fff;
	border-radius: 4px;
	box-shadow: var(--kyoiq-shadow-heading);
	font-size: 11.5px;
	font-weight: 800;
	line-height: 1.1;
}
.kyoiq-event-video-archive__label i {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	color: #fff;
	font-size: 11px;
	line-height: 1;
}
.kyoiq-event-video-archive__label span {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1;
	white-space: nowrap;
}
.kyoiq-event-video-archive__channel-label {
	background: var(--kyoiq-color-video-brand);
}
.kyoiq-event-video-archive__tag-label {
	background: var(--kyoiq-color-primary);
}
.kyoiq-event-video-archive__media img,
.kyoiq-event-video-archive__placeholder {
	display: block;
	width: 100%;
	height: 100%;
}
.kyoiq-event-video-archive__media img {
	object-fit: cover;
}
.kyoiq-event-video-archive__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.92);
	font-size: 48px;
	background: linear-gradient(135deg, var(--kyoiq-color-heading) 0%, #243b64 100%);
}
.kyoiq-event-video-archive__play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding-left: 3px;
	color: var(--kyoiq-color-video-brand);
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid var(--kyoiq-color-video-circle-border);
	border-radius: 999px;
	box-shadow: 0 12px 26px rgba(16, 32, 59, 0.22);
	transform: translate(-50%, -50%);
}
.kyoiq-event-video-archive__card:hover .kyoiq-event-video-archive__play,
.kyoiq-event-video-archive__card:focus .kyoiq-event-video-archive__play {
	box-shadow: 0 12px 26px rgba(16, 32, 59, 0.22);
	transform: translate(-50%, -50%);
}
.kyoiq-event-video-archive__play i {
	color: inherit;
	font-size: 18px;
	line-height: 1;
}
.kyoiq-event-video-archive__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 11px;
	min-width: 0;
	padding: 18px 20px 20px;
}
.kyoiq-event-video-archive__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	min-width: 0;
}
.kyoiq-event-video-archive__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	box-sizing: border-box;
	height: 22px;
	min-width: 0;
	padding: 0 7px;
	color: var(--kyoiq-color-meta);
	background: #f7fafc;
	border: 1px solid #e3eaf1;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}
.kyoiq-event-video-archive__badge i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	color: inherit;
	font-size: 11px;
	line-height: 1;
}
.kyoiq-event-video-archive__badge span {
	display: inline-flex;
	align-items: center;
	line-height: 1;
}
.kyoiq-event-video-archive__title {
	display: -webkit-box;
	overflow: hidden;
	min-height: 3em;
	color: var(--kyoiq-color-heading);
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.kyoiq-event-video-archive__card:hover .kyoiq-event-video-archive__title,
.kyoiq-event-video-archive__card:focus .kyoiq-event-video-archive__title {
	color: #2a4073;
}
.kyoiq-event-video-archive__excerpt {
	display: -webkit-box;
	overflow: hidden;
	min-height: 5.1em;
	color: var(--kyoiq-color-meta);
	font-size: 13.5px;
	font-weight: 600;
	line-height: 1.7;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.kyoiq-event-video-archive__excerpt.is-empty {
	visibility: hidden;
}
.kyoiq-video-archive-page .page-header {
	background: #fbfcfd;
	border-bottom: 1px solid #e7edf3;
}
.kyoiq-video-archive-page .page-title {
	color: var(--kyoiq-color-heading);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 1px;
	line-height: 1.3;
	text-transform: none;
}

.single-kyoiq_video .page-header .entry-title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.3;
}
.kyoiq-video-archive-page .taxonomy-description {
	max-width: 640px;
	margin-top: 10px;
	color: var(--kyoiq-color-meta);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.7;
}
.kyoiq-video-archive-container {
	padding-top: 0;
	padding-bottom: 70px;
}
.kyoiq-video-archive-main {
	width: 100%;
}
.kyoiq-video-filters {
	box-sizing: border-box;
	width: 100%;
	max-width: 1120px;
	margin: 0 auto 30px;
	padding: 22px;
	background: #fff;
	border: 1px solid #e7edf3;
	border-radius: 14px;
	box-shadow: 0 10px 24px rgba(16, 32, 59, 0.1);
}
.kyoiq-video-filters *,
.kyoiq-video-filters *::before,
.kyoiq-video-filters *::after {
	box-sizing: border-box;
}
.kyoiq-video-filters__top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 335px;
	gap: 24px;
	margin-bottom: 18px;
}
.kyoiq-video-filters__bottom {
	display: block;
	margin-top: 18px;
}
.kyoiq-video-filters__field {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
.kyoiq-video-filters__field--keyword {
	align-self: end;
}
@media screen and (min-width: 1200px) {
	.kyoiq-video-filters__field--keyword {
		padding-right: 24px;
	}
}
.kyoiq-video-filters__label {
	display: block;
	margin: 0 0 8px;
	color: var(--kyoiq-color-heading);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.4;
}
.kyoiq-video-filters__search {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}
.kyoiq-video-filters input[type="search"],
.kyoiq-video-channel-select__toggle {
	width: 100%;
	min-height: 44px;
	margin: 0;
	padding: 0 14px;
	color: var(--kyoiq-color-heading);
	background: #fbfcfd;
	border: 1px solid #dbe4ef;
	border-radius: 8px;
	box-shadow: none;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}
.kyoiq-video-filters input[type="search"] {
	flex: 1 1 auto;
	min-width: 0;
	padding-left: 42px;
}
.kyoiq-video-filters__search-icon {
	position: absolute;
	top: 50%;
	left: 14px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	color: #6f7d90;
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
	pointer-events: none;
	transform: translateY(-50%);
}
.kyoiq-video-filters input[type="search"]:focus,
.kyoiq-video-filters input[type="search"]:not(:placeholder-shown) {
	padding-left: 14px;
}
.kyoiq-video-filters input[type="search"]:focus + .kyoiq-video-filters__search-icon,
.kyoiq-video-filters input[type="search"]:not(:placeholder-shown) + .kyoiq-video-filters__search-icon {
	display: none;
}
.kyoiq-video-filters input[type="search"]:focus {
	border-color: #dbe4ef;
	outline: none;
	outline-offset: 0;
}
.kyoiq-video-filters__search-submit {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	margin: 0;
	padding: 0 18px;
	color: #fff;
	background: var(--kyoiq-color-primary);
	border: 0;
	border-radius: 8px;
	box-shadow: none;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	cursor: pointer;
	transition: background 0.16s ease;
}
.kyoiq-video-filters__search-submit:hover,
.kyoiq-video-filters__search-submit:focus {
	color: #fff;
	background: var(--kyoiq-button-primary-hover);
	box-shadow: none;
	outline: none;
}
.kyoiq-video-filters__search-submit:focus-visible {
	outline: 2px solid #009b78;
	outline-offset: 3px;
}
.kyoiq-video-channel-select__toggle:focus,
.kyoiq-video-channel-select__toggle:focus-visible,
.kyoiq-video-channel-select__toggle:active {
	border-color: #dbe4ef;
	outline: none;
	box-shadow: none;
}
.kyoiq-video-channel-select__toggle::-moz-focus-inner {
	border: 0;
}
.kyoiq-video-channel-select {
	position: relative;
}
.kyoiq-video-channel-select__toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: var(--kyoiq-color-text);
	font-weight: 800;
	cursor: pointer;
}
.kyoiq-video-channel-select__toggle > #kyoiq-video-channel-selected {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.kyoiq-video-channel-select__icon {
	flex: 0 0 auto;
	width: 14px;
	height: 14px;
	color: currentColor;
	fill: currentColor;
	transition: transform 0.2s ease;
}
.kyoiq-video-channel-select__toggle[aria-expanded="true"] .kyoiq-video-channel-select__icon {
	transform: rotate(180deg);
}
.kyoiq-video-channel-select__options {
	position: absolute;
	top: calc(100% + 6px);
	right: 0;
	left: 0;
	z-index: 20;
	margin: 0;
	padding: 6px;
	list-style: none;
	background: #fff;
	border: 1px solid #dbe4ef;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(16, 32, 59, 0.12);
}
.kyoiq-video-channel-select__options li {
	margin: 0;
}
.kyoiq-video-channel-select__options button {
	display: block;
	width: 100%;
	margin: 0;
	padding: 9px 10px;
	color: var(--kyoiq-color-text);
	text-align: left;
	background: transparent;
	border: 0;
	border-radius: 6px;
	box-shadow: none;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}
.kyoiq-video-channel-select__options button:hover,
.kyoiq-video-channel-select__options button:focus,
.kyoiq-video-channel-select__options button:focus-visible,
.kyoiq-video-channel-select__options button:active,
.kyoiq-video-channel-select__options button[aria-current="true"] {
	background: #eef7fa;
	outline: none;
	box-shadow: none;
}
.kyoiq-video-filters__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	min-width: 0;
}
.kyoiq-video-filters__chip {
	position: relative;
	display: inline-flex;
	max-width: 100%;
	margin: 0;
	cursor: pointer;
}
.kyoiq-video-filters__chip input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}
.kyoiq-video-filters__chip span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 34px;
	max-width: 100%;
	padding: 8px 12px;
	overflow: hidden;
	color: var(--kyoiq-color-filter-text);
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #fbfcfd;
	border: 1px solid #dbe4ef;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}
.kyoiq-video-filters__chip span i {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 13px;
	min-width: 13px;
	height: 13px;
	margin: 0;
	color: currentColor;
	font-size: 12px;
	line-height: 1;
}
.kyoiq-video-filters__chip input:checked + span {
	color: #fff;
	background: var(--kyoiq-color-primary);
	border-color: var(--kyoiq-color-primary);
	box-shadow: none;
}
.kyoiq-video-filters__chip input:focus-visible + span {
	outline: 2px solid #009b78;
	outline-offset: 3px;
}
.kyoiq-video-filters__chip:hover input:not(:checked) + span,
.kyoiq-video-filters__chip:focus-within input:not(:checked) + span {
	color: var(--kyoiq-color-primary);
	border-color: #91bfd3;
}
.kyoiq-video-filters__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	margin-top: 20px;
}
.kyoiq-video-filters__reset,
.kyoiq-video-filters__reset:visited {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	color: var(--kyoiq-color-filter-text);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}
.kyoiq-video-filters__reset:hover,
.kyoiq-video-filters__reset:focus {
	color: var(--kyoiq-color-heading);
	text-decoration: underline;
}
.kyoiq-video-filters__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	margin: 0;
	padding: 0 18px;
	color: #fff;
	background: var(--kyoiq-color-primary);
	border: 0;
	border-radius: 8px;
	box-shadow: none;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	cursor: pointer;
	transition: background 0.16s ease;
}
.kyoiq-video-filters__submit:hover,
.kyoiq-video-filters__submit:focus {
	background: var(--kyoiq-button-primary-hover);
	box-shadow: none;
}
.kyoiq-video-filters__submit:focus-visible {
	outline: 2px solid #009b78;
	outline-offset: 3px;
}
.single-post .entry-content > .kyoiq-video-grid,
.page:not(.home) .entry-content > .kyoiq-video-grid,
.single-post .entry-content > .wp-block-shortcode:has(.kyoiq-video-grid),
.page:not(.home) .entry-content > .wp-block-shortcode:has(.kyoiq-video-grid),
.single-post .entry-content > p:has(> .kyoiq-video-grid),
.page:not(.home) .entry-content > p:has(> .kyoiq-video-grid) {
	width: min(100%, 1120px);
	max-width: 1120px;
	margin-right: auto;
	margin-left: auto;
}
.kyoiq-video-grid {
	--kyoiq-video-card-height: 370px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	max-width: 1120px;
	margin: 0 auto 42px;
}
.entry-content .kyoiq-video-grid.kyoiq-video-shortcode {
	margin-top: 28px;
	margin-bottom: 42px;
}
.entry-content .wp-block-shortcode .kyoiq-video-grid.kyoiq-video-shortcode {
	margin-top: 0;
}
.kyoiq-video-grid.kyoiq-video-shortcode--sparse {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.kyoiq-video-grid.kyoiq-video-shortcode--align-left {
	justify-content: flex-start;
}
.kyoiq-video-grid.kyoiq-video-shortcode--sparse > .kyoiq-video-card {
	flex: 0 1 250px;
	width: 100%;
	max-width: 250px;
}
.kyoiq-video-card {
	display: flex;
	flex-direction: column;
	height: auto;
	min-height: var(--kyoiq-video-card-height);
	min-width: 0;
	margin: 0;
}
.kyoiq-video-card__link,
.kyoiq-video-card__link:visited {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	height: auto;
	min-height: var(--kyoiq-video-card-height);
	overflow: hidden;
	color: var(--kyoiq-color-heading);
	text-decoration: none !important;
	background: #fff;
	border: 1px solid #e7edf3;
	border-radius: 14px;
	box-shadow: 0 10px 24px rgba(16, 32, 59, 0.12);
	transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.kyoiq-video-card__link:hover,
.kyoiq-video-card__link:focus {
	color: var(--kyoiq-color-heading);
	text-decoration: none !important;
	border-color: #dbe4ef;
	box-shadow: var(--kyoiq-shadow-main-area-hover);
	transform: translateY(-4px);
}
.kyoiq-video-card__link:focus-visible {
	outline: 2px solid #2a4073;
	outline-offset: 4px;
}
.kyoiq-video-card__media {
	position: relative;
	display: block;
	flex: 0 0 auto;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #0f172a;
}
.kyoiq-video-card__media-labels {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	max-width: calc(100% - 20px);
	pointer-events: none;
}
.kyoiq-video-card__media-label {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	min-width: 0;
	min-height: 23px;
	max-width: 100%;
	padding: 5px 8px;
	color: #fff;
	border-radius: 4px;
	box-shadow: var(--kyoiq-shadow-heading);
	font-size: 11.5px;
	font-weight: 800;
	line-height: 1.1;
}
.kyoiq-video-card__media-label i {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	color: #fff;
	font-size: 11px;
	line-height: 1;
}
.kyoiq-video-card__media-label span {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1;
	white-space: nowrap;
}
.kyoiq-video-card__channel-label {
	background: var(--kyoiq-color-video-brand);
}
.kyoiq-video-card__tag-label {
	background: var(--kyoiq-color-primary);
}
.kyoiq-video-card__event-label {
	background: var(--kyoiq-color-event-status-upcoming);
}
.kyoiq-video-card__media-labels .kyoiq-video-card__tag-label {
	display: none;
}
.kyoiq-video-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kyoiq-video-card__image--letterbox-crop,
.kyoiq-youtube-thumb--letterbox-crop {
	transform: scale(1.18);
	transform-origin: center center;
}
.kyoiq-video-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: rgba(255, 255, 255, 0.9);
	font-size: 54px;
	background: linear-gradient(135deg, var(--kyoiq-color-heading) 0%, #243b64 100%);
}
.kyoiq-video-card__play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding-left: 3px;
	color: var(--kyoiq-color-video-brand);
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid var(--kyoiq-color-video-circle-border);
	border-radius: 999px;
	box-shadow: 0 12px 26px rgba(16, 32, 59, 0.22);
	transform: translate(-50%, -50%);
}
.kyoiq-video-card__link:hover .kyoiq-video-card__play,
.kyoiq-video-card__link:focus .kyoiq-video-card__play {
	box-shadow: 0 12px 26px rgba(16, 32, 59, 0.22);
	transform: translate(-50%, -50%);
}
.kyoiq-video-card__play i {
	color: inherit;
	font-size: 18px;
	line-height: 1;
}
.kyoiq-video-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 0;
	min-width: 0;
	padding: 18px 20px;
}
.kyoiq-video-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	min-width: 0;
	min-height: 26px;
	margin-bottom: 14px;
}
.kyoiq-video-card__meta-badge {
	display: inline-flex !important;
	flex: 0 0 auto !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 4px !important;
	box-sizing: border-box !important;
	width: auto !important;
	max-width: 100% !important;
	height: 26px !important;
	min-height: 26px !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 5px 6px !important;
	color: #ffffff !important;
	background: var(--kyoiq-color-neutral-label) !important;
	border: 0 !important;
	border-color: transparent !important;
	border-radius: 4px !important;
	outline: 0 !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	vertical-align: middle !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	box-shadow: var(--kyoiq-shadow-badge, 0 6px 14px rgba(0, 0, 0, 0.18)) !important;
}
.kyoiq-video-card__channel i {
	color: var(--kyoiq-color-video-brand);
	font-size: 13px;
	line-height: 1;
}
.kyoiq-video-card__meta-badge i {
	display: inline-flex !important;
	flex: 0 0 auto !important;
	align-items: center !important;
	justify-content: center !important;
	width: 1em !important;
	height: 1em !important;
	margin: 0 !important;
	padding: 0 !important;
	color: inherit !important;
	font-size: 12px !important;
	line-height: 1 !important;
}
.kyoiq-video-card__channel span,
.kyoiq-video-card__meta-badge time,
.kyoiq-video-card__meta-badge span {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.2;
	white-space: nowrap;
}
.kyoiq-video-card__title {
	display: -webkit-box;
	overflow: hidden;
	min-height: 3em;
	color: var(--kyoiq-color-heading);
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: color 0.18s ease;
}
.kyoiq-video-card__link:hover .kyoiq-video-card__title,
.kyoiq-video-card__link:focus .kyoiq-video-card__title {
	color: #2a4073;
}
.kyoiq-video-card__body-labels {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	min-width: 0;
	margin-top: 14px;
	padding-top: 0;
}
.kyoiq-video-card__body-label {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	min-width: 0;
	min-height: 23px;
	max-width: 100%;
	padding: 5px 8px;
	color: #fff;
	border-radius: 4px;
	box-shadow: var(--kyoiq-shadow-heading);
	font-size: 11.5px;
	font-weight: 800;
	line-height: 1.1;
}
.kyoiq-video-card__body-label i {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	color: #fff;
	font-size: 11px;
	line-height: 1;
}
.kyoiq-video-card__body-label span {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1;
	white-space: nowrap;
}
.kyoiq-video-card__excerpt {
	display: -webkit-box;
	overflow: hidden;
	min-height: 5.1em;
	color: var(--kyoiq-color-meta);
	font-size: 13.5px;
	font-weight: 600;
	line-height: 1.7;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.kyoiq-video-card__excerpt.is-empty {
	visibility: hidden;
}
.kyoiq-video-empty {
	max-width: 640px;
	margin: 0 auto;
	padding: 44px 24px;
	text-align: center;
	background: #fff;
	border: 1px solid #e7edf3;
	border-radius: 14px;
	box-shadow: 0 10px 24px rgba(16, 32, 59, 0.1);
}
.kyoiq-video-empty h2 {
	color: var(--kyoiq-color-heading);
	font-size: 22px;
	font-weight: 800;
}
.kyoiq-video-empty h2:only-child {
	margin: 0;
}
.kyoiq-video-empty p {
	margin: 0;
	color: var(--kyoiq-color-meta);
	font-size: 14px;
	font-weight: 600;
}
@media screen and (min-width: 1200px) {
	body.post-type-archive-kyoiq_video .kyoiq-video-archive-container.right-sidebar .kyoiq-video-filters {
		max-width: none;
		margin-right: 0;
		margin-left: 0;
		padding: 20px;
	}
	body.post-type-archive-kyoiq_video .kyoiq-video-archive-container.right-sidebar .kyoiq-video-grid {
		--kyoiq-video-card-height: 320px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 24px;
		max-width: none;
		margin-left: 0;
		margin-right: 0;
	}
	body.post-type-archive-kyoiq_video .kyoiq-video-archive-container.right-sidebar .kyoiq-video-card__title {
		font-size: 15px;
	}
	body.post-type-archive-kyoiq_video .kyoiq-video-archive-container.right-sidebar .kyoiq-video-card__body {
		padding: 16px 16px 18px;
	}
	body.post-type-archive-kyoiq_video .kyoiq-video-archive-container.right-sidebar .kyoiq-video-card__body-labels {
		margin-top: 14px;
		padding-top: 0;
		gap: 5px;
	}
	body.post-type-archive-kyoiq_video .kyoiq-video-archive-container.right-sidebar .kyoiq-video-card__body-label {
		min-height: 22px;
		padding: 5px 7px;
		font-size: 11px;
	}
	body.post-type-archive-kyoiq_video .kyoiq-video-archive-container.right-sidebar .kyoiq-video-card__play {
		width: 48px;
		height: 48px;
	}
	body.post-type-archive-kyoiq_video .kyoiq-video-archive-container.right-sidebar .kyoiq-video-card__media-labels {
		top: 8px;
		left: 8px;
		gap: 5px;
		max-width: calc(100% - 16px);
	}
	body.post-type-archive-kyoiq_video .kyoiq-video-archive-container.right-sidebar .kyoiq-video-card__media-label {
		min-height: 22px;
		padding: 5px 7px;
		font-size: 11px;
	}
	html body.single-tribe_events .tribe-events-single-event-description .kyoiq-event-video-archive__grid {
		--kyoiq-video-card-height: 320px;
		grid-template-columns: repeat(auto-fit, minmax(0, 250px));
		gap: 24px;
		max-width: none;
		margin: 0;
	}
	html body.single-tribe_events .tribe-events-single-event-description .kyoiq-event-video-archive__grid .kyoiq-video-card {
		width: 100%;
		max-width: 250px;
	}
	html body.single-tribe_events .tribe-events-single-event-description .kyoiq-event-video-archive__grid .kyoiq-video-card__title {
		font-size: 15px;
	}
	html body.single-tribe_events .tribe-events-single-event-description .kyoiq-event-video-archive__grid .kyoiq-video-card__body {
		padding: 16px 16px 18px;
	}
	html body.single-tribe_events .tribe-events-single-event-description .kyoiq-event-video-archive__grid .kyoiq-video-card__body-labels {
		margin-top: 14px;
		padding-top: 0;
		gap: 5px;
	}
	html body.single-tribe_events .tribe-events-single-event-description .kyoiq-event-video-archive__grid .kyoiq-video-card__body-label {
		min-height: 22px;
		padding: 5px 7px;
		font-size: 11px;
	}
	html body.single-tribe_events .tribe-events-single-event-description .kyoiq-event-video-archive__grid .kyoiq-video-card__play {
		width: 48px;
		height: 48px;
	}
	html body.single-tribe_events .tribe-events-single-event-description .kyoiq-event-video-archive__grid .kyoiq-video-card__media-labels {
		top: 8px;
		left: 8px;
		gap: 5px;
		max-width: calc(100% - 16px);
	}
	html body.single-tribe_events .tribe-events-single-event-description .kyoiq-event-video-archive__grid .kyoiq-video-card__media-label {
		min-height: 22px;
		padding: 5px 7px;
		font-size: 11px;
	}
	body.single-kyoiq_video .kyoiq-video-single-container.right-sidebar .kyoiq-video-single {
		max-width: none;
	}
	body.single-kyoiq_video .kyoiq-video-single-container.right-sidebar .kyoiq-video-single__header,
	body.single-kyoiq_video .kyoiq-video-single-container.right-sidebar .kyoiq-video-single__player-wrap {
		max-width: 100%;
	}
	body.single-kyoiq_video .kyoiq-video-single-container.right-sidebar .kyoiq-video-single__body {
		grid-template-columns: minmax(0, 1fr);
		gap: 64px;
		max-width: 720px;
	}
	body.single-kyoiq_video .kyoiq-video-single-container.right-sidebar .kyoiq-video-single__overview-section {
		width: 100%;
		max-width: 720px;
		margin-right: auto;
		margin-left: auto;
	}
	body.single-kyoiq_video .kyoiq-video-single-container.right-sidebar .kyoiq-video-single__related-section {
		width: 100%;
		max-width: 420px;
		margin-right: auto;
		margin-left: auto;
	}
}
.kyoiq-video-single-page {
	background: #fff;
}
.kyoiq-video-single-container {
	padding-top: 0;
	padding-bottom: 72px;
}
.kyoiq-video-single-main {
	width: 100%;
	padding-top: 32px;
}
.kyoiq-video-single {
	max-width: 980px;
	margin: 0 auto;
}
.kyoiq-video-single__header {
	max-width: 820px;
	margin: 0 auto 34px;
}
.kyoiq-video-single__channel-label {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 0;
	padding: 6px 11px;
	color: #fff;
	background: var(--kyoiq-color-video-brand);
	border: 0;
	border-radius: 4px;
	box-shadow: 0 6px 14px rgba(255, 0, 51, 0.18);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.15;
}
.kyoiq-video-single__channel-label i {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	color: #fff;
	font-size: 12px;
	line-height: 1;
}
.kyoiq-video-single__title-card {
	padding: 28px 34px;
	background: #fff;
	border: 1px solid #e7edf3;
	border-radius: 24px;
	box-shadow: 0 14px 32px rgba(16, 32, 59, 0.11);
}
.kyoiq-video-single__title {
	margin: 0;
	color: var(--kyoiq-color-heading);
	font-size: 32px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.45;
	text-align: center;
}
.kyoiq-video-single__player-wrap {
	max-width: 840px;
	margin: 0 auto 24px;
}
.kyoiq-video-single__player {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #0f172a;
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(16, 32, 59, 0.16);
}
.kyoiq-video-single__player iframe,
.kyoiq-video-single__poster-link,
.kyoiq-video-single__poster-link img,
.kyoiq-video-single__player-placeholder {
	display: block;
	width: 100%;
	height: 100%;
}
.kyoiq-video-single__player iframe {
	border: 0;
}
.kyoiq-video-single__poster-link {
	position: relative;
	color: inherit;
	text-decoration: none !important;
}
.kyoiq-video-single__poster-link img {
	object-fit: cover;
}
.kyoiq-video-single__poster-play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	padding-left: 4px;
	color: var(--kyoiq-color-video-brand);
	background: rgba(255, 255, 255, 0.96);
	border-radius: 999px;
	box-shadow: 0 14px 30px rgba(16, 32, 59, 0.24);
	transform: translate(-50%, -50%);
}
.kyoiq-video-single__player-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.92);
	font-size: 64px;
	background: linear-gradient(135deg, var(--kyoiq-color-heading) 0%, #243b64 100%);
}
.kyoiq-video-single__badges {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	margin: 8px 2px 0 0;
}
.kyoiq-video-single__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	box-sizing: border-box;
	height: 26px;
	min-height: 26px;
	min-width: 0;
	padding: 5px 6px;
	color: #ffffff;
	background: var(--kyoiq-color-neutral-label);
	border: 0;
	border-color: transparent;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	vertical-align: middle;
	white-space: nowrap;
}
.kyoiq-video-single__badge i {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	color: inherit;
	font-size: 12px;
	line-height: 1;
}
.kyoiq-video-single__badge time,
.kyoiq-video-single__badge span {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.2;
	white-space: nowrap;
}
.kyoiq-video-single__body {
	display: grid;
	align-items: start;
	grid-template-columns: minmax(0, 540px) minmax(320px, 320px);
	justify-content: center;
	gap: 36px;
	max-width: 920px;
	margin: 0 auto 44px;
}
.kyoiq-video-single__panel {
	min-width: 0;
	padding: 28px;
	background: #fff;
	border: 1px solid #e7edf3;
	border-radius: 8px;
	box-shadow: 0 12px 26px rgba(16, 32, 59, 0.1);
}
.kyoiq-video-single__panel-kicker {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.55em;
	box-sizing: border-box;
	width: fit-content;
	max-width: 100%;
	min-height: 42px;
	margin: 0 auto 20px;
	padding: 0.55em 1.15em;
	color: #fff;
	background: #ff8500;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(255, 133, 0, 0.24);
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1;
}
.kyoiq-video-single__panel-kicker i,
.kyoiq-video-single__panel-kicker span {
	color: #fff;
	line-height: 1;
}
.kyoiq-video-single__panel-kicker i {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	font-size: 1em;
}
.kyoiq-video-single__description {
	color: #777;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.95;
}
.kyoiq-video-single__description p:last-child {
	margin-bottom: 0;
}
.kyoiq-video-single__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 22px;
}
.kyoiq-video-single__tag,
.kyoiq-video-single__tag:visited {
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	color: var(--kyoiq-color-meta);
	text-decoration: none !important;
	background: #f7fafc;
	border: 1px solid #e3eaf1;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
}
.kyoiq-video-single__tag:hover,
.kyoiq-video-single__tag:focus {
	color: #2a4073;
	text-decoration: none !important;
	border-color: #cdd9e6;
}
.kyoiq-video-single__youtube-action {
	display: flex;
	justify-content: center;
	margin: 0 auto 42px;
}
.kyoiq-video-single__youtube-button,
.kyoiq-video-single__youtube-button:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 40px;
	padding: 9px 15px;
	color: var(--kyoiq-color-video-brand);
	text-decoration: none !important;
	background: #fff;
	border: 1px solid rgba(255, 0, 51, 0.34);
	border-radius: 6px;
	box-shadow: 0 8px 18px rgba(16, 32, 59, 0.11);
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
.kyoiq-video-single__youtube-button i {
	color: inherit;
	font-size: 13px;
	line-height: 1;
}
.kyoiq-video-single__youtube-button:hover,
.kyoiq-video-single__youtube-button:focus {
	color: var(--kyoiq-color-video-brand);
	text-decoration: none !important;
	background: #fff;
	border-color: rgba(255, 0, 51, 0.52);
	box-shadow: var(--kyoiq-shadow-main-area-hover);
	transform: none;
}
.kyoiq-video-single__related .kyoiq-video-single__panel-kicker {
	margin-bottom: 18px;
}
.kyoiq-video-single__event-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	max-width: none;
	margin: 0;
}
.kyoiq-video-single__related .custom-event-card {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	border-radius: 14px !important;
	box-shadow: 0 10px 24px rgba(16, 32, 59, 0.11) !important;
}
.kyoiq-video-single__related .custom-event-image-wrap {
	aspect-ratio: 16 / 9;
	width: 100% !important;
}
.kyoiq-video-single__related .custom-event-image {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}
.kyoiq-video-single__related .custom-event-content {
	padding-top: 18px !important;
	padding-bottom: 20px !important;
}
.kyoiq-video-single__related .custom-event-title {
	font-size: 16px !important;
	line-height: 1.55 !important;
}
.kyoiq-video-organizer-labels {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
}
.kyoiq-video-single__header-labels {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0 0 12px;
}
.kyoiq-video-single__channel-label span {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1;
	white-space: nowrap;
}
.kyoiq-video-single__header-tag,
.kyoiq-video-single__header-tag:visited {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 26px;
	padding: 6px 10px;
	color: #fff;
	text-decoration: none !important;
	background: var(--kyoiq-color-primary);
	border: 0;
	border-radius: 4px;
	box-shadow: var(--kyoiq-shadow-heading);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.15;
}
.kyoiq-video-single__header-tag i {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	color: #fff;
	font-size: 12px;
	line-height: 1;
}
.kyoiq-video-single__header-tag span {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1;
	white-space: nowrap;
}
.kyoiq-video-single__header-tag:hover,
.kyoiq-video-single__header-tag:focus {
	color: #fff;
	text-decoration: none !important;
	background: var(--kyoiq-color-primary);
	box-shadow: 0 8px 18px rgba(16, 32, 59, 0.2);
}
html body.single-kyoiq_video .kyoiq-video-single__event-label,
html body.single-kyoiq_video .kyoiq-video-single__event-label:visited {
	box-sizing: border-box;
	color: #fff !important;
	text-decoration: none !important;
	background: var(--kyoiq-color-event-status-upcoming) !important;
	border: 1px solid var(--kyoiq-color-event-status-upcoming) !important;
	box-shadow: none !important;
}
html body.single-kyoiq_video .kyoiq-video-single__event-label:hover,
html body.single-kyoiq_video .kyoiq-video-single__event-label:focus,
html body.single-kyoiq_video .kyoiq-video-single__event-label:focus-visible {
	color: #fff !important;
	text-decoration: none !important;
	background: #d96200 !important;
	border-color: #d96200 !important;
	outline: 2px solid rgba(255, 130, 0, 0.28);
	outline-offset: 2px;
	box-shadow: none !important;
}
.kyoiq-video-single__body.is-single-section {
	display: flex;
	justify-content: center;
}
.kyoiq-video-single__body.is-single-section .kyoiq-video-single__overview {
	width: 100%;
	max-width: 720px;
}
.kyoiq-video-single__overview-section {
	width: 100%;
	min-width: 0;
}
.kyoiq-video-single__body.is-single-section .kyoiq-video-single__overview-section {
	width: 100%;
	max-width: 720px;
}
.kyoiq-video-single__overview-section .kyoiq-video-single__panel-kicker {
	margin: 0 auto 18px;
}
.kyoiq-video-single__related-section {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 250px;
	max-width: 100%;
	min-width: 0;
	margin-right: auto;
	margin-left: auto;
}
.kyoiq-video-single__related-section .kyoiq-video-single__panel-kicker {
	margin: 0 auto 18px;
	scroll-margin-top: 103px;
}
html body.single-kyoiq_video .kyoiq-video-single__related-section {
	align-items: center !important;
	width: 250px !important;
	max-width: 100% !important;
}
html body.single-kyoiq_video .kyoiq-video-single__related-section .kyoiq-video-single__panel-kicker {
	margin: 0 auto 18px !important;
}
html body.single-kyoiq_video .kyoiq-video-single__event-list {
	display: grid !important;
	grid-template-columns: minmax(0, 250px) !important;
	justify-content: center !important;
	gap: 24px !important;
	width: 100% !important;
	max-width: 250px !important;
	margin: 0 auto !important;
	padding: 0 !important;
}
html body.single-kyoiq_video .kyoiq-video-single__event-list .custom-event-card.kyoiq-video-related-event-card {
	position: relative !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	width: 100% !important;
	max-width: 250px !important;
	min-width: 0 !important;
	height: 100% !important;
	overflow: hidden !important;
	padding: 0 !important;
	background: #fff !important;
	border: 1px solid #e7edf3 !important;
	border-radius: 14px !important;
	box-shadow: 0 10px 24px rgba(16, 32, 59, 0.12) !important;
	cursor: pointer !important;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease !important;
	will-change: transform !important;
}
html body.single-kyoiq_video .kyoiq-video-single__event-list .custom-event-card.kyoiq-video-related-event-card:hover,
html body.single-kyoiq_video .kyoiq-video-single__event-list .custom-event-card.kyoiq-video-related-event-card:focus,
html body.single-kyoiq_video .kyoiq-video-single__event-list .custom-event-card.kyoiq-video-related-event-card:focus-within {
	border-color: #d7e6ef !important;
	box-shadow: var(--kyoiq-shadow-main-area-hover) !important;
	transform: translateY(-4px) !important;
}
html body.single-kyoiq_video .kyoiq-video-single__event-list .custom-event-card.kyoiq-video-related-event-card:focus {
	outline: none !important;
}
html body.single-kyoiq_video .kyoiq-video-single__event-list .custom-event-card.kyoiq-video-related-event-card:focus-visible {
	outline: 3px solid rgba(0, 101, 143, 0.22) !important;
	outline-offset: 4px !important;
}
html body.single-kyoiq_video .kyoiq-video-single__event-list .custom-event-image-wrap {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	overflow: hidden !important;
	margin: 0 !important;
	border-radius: 14px 14px 0 0 !important;
	background: #f3f6f8 !important;
}
html body.single-kyoiq_video .kyoiq-video-single__event-list .custom-event-image-link {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	text-decoration: none !important;
}
html body.single-kyoiq_video .kyoiq-video-single__event-list .custom-event-image {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
	aspect-ratio: 16 / 10 !important;
	margin: 0 !important;
	object-fit: cover !important;
}
html body.single-kyoiq_video .kyoiq-video-single__event-list .custom-event-image-wrap > .custom-event-labels {
	position: absolute !important;
	top: 12px !important;
	left: 12px !important;
	z-index: 2 !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 6px !important;
	max-width: calc(100% - 24px) !important;
	margin: 0 !important;
	padding: 0 !important;
}
html body.single-kyoiq_video .kyoiq-video-single__event-list .custom-event-image-wrap > .custom-event-labels > .event-label:not(.label-organizer) {
	display: none !important;
}
html body.single-kyoiq_video .kyoiq-video-single__event-list .custom-event-content {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	padding: 0 24px 24px !important;
	box-sizing: border-box !important;
}
html body.single-kyoiq_video .kyoiq-video-single__event-list .custom-event-content .custom-event-date {
	display: flex !important;
	align-items: stretch !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 0 16px !important;
	border: 0 !important;
	border-radius: 7px !important;
	background: #fff !important;
	box-shadow: 0 8px 18px rgba(16, 32, 59, 0.18) !important;
	filter: none !important;
	overflow: hidden !important;
	box-sizing: border-box !important;
}
html body.single-kyoiq_video .kyoiq-video-single__event-list .custom-event-content .custom-event-date-icon {
	display: inline-flex !important;
	flex: 0 0 42px !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 40px !important;
	margin: 0 !important;
	color: #fff !important;
	background: var(--kyoiq-color-primary) !important;
	border: 0 !important;
	border-radius: 0 !important;
	line-height: 1 !important;
}
html body.single-kyoiq_video .kyoiq-video-single__event-list .custom-event-content .custom-event-date-icon i {
	margin: 0 !important;
	color: #fff !important;
	line-height: 1 !important;
}
html body.single-kyoiq_video .kyoiq-video-single__event-list .custom-event-content .custom-event-date-text {
	display: inline-flex !important;
	flex: 1 1 auto !important;
	align-items: center !important;
	min-height: 40px !important;
	padding: 0 14px !important;
	color: var(--kyoiq-color-primary) !important;
	background: #fff !important;
	border: 0 !important;
	border-radius: 0 !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
}
html body.single-kyoiq_video .kyoiq-video-single__event-list .custom-event-title {
	margin: 0 0 12px !important;
	padding: 0 !important;
	color: var(--kyoiq-color-heading) !important;
	border-bottom: 0 !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	line-height: 1.55 !important;
}
html body.single-kyoiq_video .kyoiq-video-single__event-list .custom-event-title a,
html body.single-kyoiq_video .kyoiq-video-single__event-list .custom-event-title a:hover,
html body.single-kyoiq_video .kyoiq-video-single__event-list .custom-event-title a:focus {
	color: var(--kyoiq-color-heading) !important;
	text-decoration: none !important;
}
html body.single-kyoiq_video .kyoiq-video-single__event-list .custom-event-venue {
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	margin: 0 0 14px !important;
	color: #748094 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.6 !important;
}
html body.single-kyoiq_video .kyoiq-video-single__event-list .custom-event-venue-icon {
	color: var(--kyoiq-color-primary) !important;
	font-size: 15px !important;
	line-height: 1 !important;
}
html body.single-kyoiq_video .kyoiq-video-single__event-list .custom-event-detail-labels {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: 8px !important;
	margin: 20px 0 0 !important;
	padding-top: 0 !important;
}
html body.single-kyoiq_video .kyoiq-video-single__event-list .event-label {
	display: inline-flex !important;
	align-items: center !important;
	gap: 4px !important;
	min-height: 0 !important;
	padding: 5px 6px !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 4px !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	box-shadow: none !important;
}
html body.single-kyoiq_video .kyoiq-video-single__event-list .event-label i {
	flex: 0 0 auto !important;
	margin: 0 !important;
	color: #fff !important;
	line-height: 1 !important;
}
html body.single-kyoiq_video .kyoiq-video-single__event-list .label-featured {
	background: #f2388e !important;
}
html body.single-kyoiq_video .kyoiq-video-single__event-list .label-status {
	background: #ff8200 !important;
}
html body.single-kyoiq_video .kyoiq-video-single__event-list .label-tag {
	background: var(--kyoiq-color-primary) !important;
}
html body.single-kyoiq_video .kyoiq-video-single__event-list .label-organizer {
	background: var(--kyoiq-color-organizer-label) !important;
}
@media screen and (max-width: 1199px) {
	.kyoiq-video-single-container {
		padding-top: 0;
	}
	.kyoiq-video-single-main {
		padding-top: 42px;
	}
	.kyoiq-video-single__body {
		grid-template-columns: 1fr;
		max-width: 840px;
	}
	.kyoiq-video-single__related {
		max-width: 420px;
		margin-right: auto;
		margin-left: auto;
	}
	.kyoiq-video-grid {
		--kyoiq-video-card-height: 420px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px;
	}
	.kyoiq-video-filters__top,
	.kyoiq-video-filters__bottom {
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 767px) {
	.single-tribe_events .tribe-events-single-event-description .kyoiq-event-video-archive {
		margin-top: 40px;
		padding: 24px;
		border-radius: 14px;
		scroll-margin-top: 96px;
	}
	.kyoiq-event-video-archive__grid {
		grid-template-columns: minmax(0, 250px);
		justify-content: center;
		gap: 16px;
	}
	.kyoiq-event-video-archive__body {
		padding: 15px 16px 17px;
	}
	.kyoiq-video-single-container {
		padding-top: 0;
		padding-bottom: 54px;
	}
	.kyoiq-video-single-main {
		padding-top: 34px;
	}
	.kyoiq-video-single__header {
		margin-bottom: 26px;
	}
	.kyoiq-video-single__title-card {
		padding: 22px 20px;
	}
	.kyoiq-video-single__title {
		font-size: 24px;
	}
	.kyoiq-video-single__player-wrap {
		margin-bottom: 30px;
	}
	.kyoiq-video-single__body {
		gap: 24px;
		margin-bottom: 34px;
	}
	.kyoiq-video-single__panel {
		padding: 22px 20px;
	}
	.kyoiq-video-single__description {
		font-size: 16px;
		line-height: 1.9;
	}
	.kyoiq-video-single__badges {
		margin-top: 7px;
	}
	.kyoiq-video-single__badge {
		font-size: 12px;
	}
	.kyoiq-video-archive-container {
		padding-top: 34px;
		padding-bottom: 54px;
	}
	.kyoiq-video-filters {
		margin-bottom: 24px;
		padding: 18px;
	}
	.kyoiq-video-filters__search-submit {
		width: auto;
		min-width: 92px;
		padding: 0 14px;
	}
	.kyoiq-video-filters__search-submit span {
		display: inline;
	}
	.kyoiq-video-filters__actions {
		align-items: stretch;
		flex-direction: column-reverse;
	}
	.kyoiq-video-filters__reset,
	.kyoiq-video-filters__submit {
		width: 100%;
		justify-content: center;
	}
	.kyoiq-video-grid {
		--kyoiq-video-card-height: 400px;
		grid-template-columns: 1fr;
		gap: 22px;
		max-width: 390px;
	}
	.kyoiq-video-grid.kyoiq-video-shortcode--align-left {
		justify-content: center;
	}
	.kyoiq-video-card__body {
		padding: 16px 18px 18px;
	}
	.kyoiq-video-card__title {
		font-size: 17px;
	}
	.kyoiq-video-card__play {
		width: 48px;
		height: 48px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	body.post-type-archive-kyoiq_video #content-inside.kyoiq-video-archive-container.right-sidebar {
		width: calc(100% - 64px) !important;
		max-width: 1120px !important;
		margin-right: auto !important;
		margin-left: auto !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	body.post-type-archive-kyoiq_video #content-inside.kyoiq-video-archive-container.right-sidebar .content-area {
		float: none !important;
		width: 100% !important;
		max-width: 100% !important;
		margin-right: auto !important;
		margin-left: auto !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
		border-right: 0 !important;
		border-left: 0 !important;
	}
	body.post-type-archive-kyoiq_video #content-inside.kyoiq-video-archive-container.right-sidebar .sidebar {
		display: none !important;
	}
	body.post-type-archive-kyoiq_video .kyoiq-video-filters,
	body.post-type-archive-kyoiq_video .kyoiq-video-grid {
		width: 100% !important;
		max-width: none !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}
body.post-type-archive-kyoiq_video .kyoiq-video-archive-container .kyoiq-video-grid {
	--kyoiq-video-card-height: 360px;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 250px)) !important;
	justify-content: center !important;
	align-items: stretch !important;
	gap: 24px 20px !important;
	width: 100% !important;
	max-width: 790px !important;
	margin: 0 auto 42px !important;
}
body.post-type-archive-kyoiq_video .kyoiq-video-archive-container.right-sidebar .kyoiq-video-grid {
	--kyoiq-video-card-height: 360px;
}
@media screen and (min-width: 768px) {
	body.post-type-archive-kyoiq_video .kyoiq-video-archive-container .kyoiq-video-grid.kyoiq-video-grid--sparse-filter-results {
		justify-content: start !important;
	}
}
body.post-type-archive-kyoiq_video .kyoiq-video-card {
	display: flex !important;
	width: 100% !important;
	max-width: 250px !important;
	height: auto !important;
	min-height: var(--kyoiq-video-card-height) !important;
}
body.post-type-archive-kyoiq_video .kyoiq-video-card__link,
body.post-type-archive-kyoiq_video .kyoiq-video-card__link:visited {
	flex: 1 1 auto !important;
	height: auto !important;
	min-height: var(--kyoiq-video-card-height) !important;
}
body.post-type-archive-kyoiq_video .kyoiq-video-card__body {
	padding: 16px 16px 18px !important;
}
body.post-type-archive-kyoiq_video .kyoiq-video-card__media-labels .kyoiq-video-card__tag-label {
	display: none !important;
}
body.post-type-archive-kyoiq_video .kyoiq-video-card__meta {
	margin-bottom: 20px !important;
}
body.post-type-archive-kyoiq_video .kyoiq-video-card__title {
	color: var(--kyoiq-color-primary) !important;
	font-size: 17px !important;
	line-height: 1.5 !important;
}
body.post-type-archive-kyoiq_video .kyoiq-video-card__link:hover .kyoiq-video-card__title,
body.post-type-archive-kyoiq_video .kyoiq-video-card__link:focus .kyoiq-video-card__title {
	color: var(--kyoiq-color-primary) !important;
}
body.post-type-archive-kyoiq_video .kyoiq-video-card__body-labels {
	margin-top: 20px !important;
	padding-top: 0 !important;
}
@media screen and (max-width: 1199px) {
	body.post-type-archive-kyoiq_video .kyoiq-video-archive-container .kyoiq-video-grid,
	body.post-type-archive-kyoiq_video .kyoiq-video-archive-container.right-sidebar .kyoiq-video-grid {
		--kyoiq-video-card-height: 360px;
	}
}
@media screen and (max-width: 767px) {
	body.post-type-archive-kyoiq_video .kyoiq-video-archive-container .kyoiq-video-grid,
	body.post-type-archive-kyoiq_video .kyoiq-video-archive-container.right-sidebar .kyoiq-video-grid {
		grid-template-columns: minmax(0, 250px) !important;
	}
}
html body.single-kyoiq_video .kyoiq-video-single__header > .kyoiq-video-single__header-labels {
	display: none !important;
}
html body.single-kyoiq_video .kyoiq-video-single__title-card {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 20px !important;
	text-align: left !important;
}
html body.single-kyoiq_video .kyoiq-video-single__title-card .kyoiq-video-single__header-labels {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 6px !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
html body.single-kyoiq_video .kyoiq-video-single__title-card .kyoiq-video-single__channel-label,
html body.single-kyoiq_video .kyoiq-video-single__title-card .kyoiq-video-single__header-tag,
html body.single-kyoiq_video .kyoiq-video-single__title-card .kyoiq-video-single__header-tag:visited {
	display: inline-flex !important;
	align-items: center !important;
	gap: 6px !important;
	box-sizing: border-box !important;
	height: 26px !important;
	min-height: 26px !important;
	margin: 0 !important;
	padding: 5px 10px !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	font-size: 12px !important;
	line-height: 1.2 !important;
}
html body.single-kyoiq_video .kyoiq-video-single__title-card .kyoiq-video-single__channel-label i,
html body.single-kyoiq_video .kyoiq-video-single__title-card .kyoiq-video-single__header-tag i {
	font-size: 12px !important;
	line-height: 1 !important;
}
html body.single-kyoiq_video .kyoiq-video-single__title {
	margin: 0 !important;
	color: var(--kyoiq-color-primary) !important;
	font-size: 26px !important;
	line-height: 1.45 !important;
	text-align: left !important;
}
html body .entry-content .kyoiq-video-channel-card,
html body .entry-content .kyoiq-link-card-grid .kyoiq-video-channel-card {
	width: min(100%, 250px) !important;
	max-width: 250px !important;
}
html body .entry-content .kyoiq-video-channel-card .kyoiq-official-site-card__media,
html body .entry-content .kyoiq-video-channel-card .kyoiq-link-card__media,
html body .entry-content .kyoiq-link-card-grid .kyoiq-video-channel-card .kyoiq-official-site-card__media,
html body .entry-content .kyoiq-link-card-grid .kyoiq-video-channel-card .kyoiq-link-card__media {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	aspect-ratio: 16 / 9 !important;
	overflow: hidden !important;
}
html body .entry-content .kyoiq-video-channel-card .kyoiq-official-site-card__image,
html body .entry-content .kyoiq-video-channel-card .kyoiq-link-card__image,
html body .entry-content .kyoiq-link-card-grid .kyoiq-video-channel-card .kyoiq-official-site-card__image,
html body .entry-content .kyoiq-link-card-grid .kyoiq-video-channel-card .kyoiq-link-card__image {
	position: relative !important;
	z-index: 1 !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	min-width: 100% !important;
	min-height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	object-fit: cover !important;
	object-position: center center !important;
}
