body.rfj-single-event-page-body {
	background: #f5f7fb;
}

.rfj-single-event-page {
	padding: 26px 0 48px;
}

.rfj-single-event-page .rfj-single-post-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 310px;
	gap: 24px;
	align-items: start;
}

.rfj-single-event-page .rfj-single-post-layout--full {
	grid-template-columns: minmax(0, 1fr);
}

.rfj-single-event-main,
.rfj-single-event-main .site-main,
.rfj-single-event-main article {
	min-width: 0;
}

.rfj-single-event-main .site-main {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.rfj-event-sidebar-layout {
	display: block;
}

.rfj-single-event-header,
.rfj-single-event-content-section {
	overflow: hidden;
	border: 1px solid #e6eaf0;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 32px rgba(20, 32, 51, .06);
}

.rfj-single-event-header .rfzj-breadcrumb {
	margin: 0;
	padding: 14px 22px;
	border-bottom: 1px solid #edf0f4;
}

.rfj-single-event-hero {
	display: block;
}

.rfj-single-event-cover {
	width: 100%;
	background: #f2f4f7;
}

.rfj-single-event-cover img {
	display: block;
	width: 100%;
	height: auto;
}

.rfj-single-event-cover__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, #273142, #45556f);
	color: rgba(255, 255, 255, .72);
	font-size: 76px;
}

.rfj-single-event-summary {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 30px;
}

.rfj-single-event-summary h1 {
	margin: 12px 0 22px;
	color: #182230;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.38;
}

.rfj-single-event-status {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 11px;
	border-radius: 999px;
	background: #fff4e8;
	color: #d46b08;
	font-size: 13px;
	font-weight: 700;
}

.rfj-single-event-status--ongoing {
	background: #eaf8ef;
	color: #18864b;
}

.rfj-single-event-status--past {
	background: #eef1f4;
	color: #667085;
}

.rfj-single-event-status--unknown {
	background: #f2efff;
	color: #6941c6;
}

.rfj-single-event-meta {
	display: grid;
	gap: 12px;
	width: 100%;
	margin: 0;
}

.rfj-single-event-meta > div {
	display: grid;
	grid-template-columns: 94px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
}

.rfj-single-event-meta dt,
.rfj-single-event-meta dd {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
}

.rfj-single-event-meta dt {
	color: #667085;
	font-weight: 500;
}

.rfj-single-event-meta dt i {
	width: 20px;
	margin-right: 5px;
	color: #98a2b3;
	text-align: center;
}

.rfj-single-event-meta dd {
	min-width: 0;
	color: #344054;
	word-break: break-word;
}

.rfj-single-event-meta a,
.rfj-single-event-categories a {
	color: #475467;
	text-decoration: none;
}

.rfj-single-event-meta a:hover,
.rfj-single-event-categories a:hover {
	color: #d1191a;
}

.rfj-single-event-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin-top: 18px;
}

.rfj-single-event-categories a {
	font-size: 13px;
}

.rfj-single-event-primary-action {
	display: none;
}

.rfj-single-event-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 22px;
	border: 1px solid transparent;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}

.rfj-single-event-button--primary {
	border-color: #d1191a;
	background: #d1191a;
	color: #fff;
}

.rfj-single-event-button--primary:hover,
.rfj-single-event-button--primary:focus {
	border-color: #b81617;
	background: #b81617;
	color: #fff;
	text-decoration: none;
}

.rfj-single-event-button--secondary {
	border-color: #d0d5dd;
	background: #fff;
	color: #344054;
}

.rfj-single-event-button--secondary:hover,
.rfj-single-event-button--secondary:focus {
	border-color: #98a2b3;
	color: #182230;
	text-decoration: none;
}

.rfj-single-event-page .rfj-post-sidebar__section--company_contact .rfzj_company_card__contact_cta {
	border: 1px solid #d0d5dd;
	background: #fff;
	box-shadow: none;
	color: #344054;
	font-size: 15px;
	font-weight: 700;
	transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}

.rfj-single-event-page .rfj-post-sidebar__section--company_contact .rfzj_company_card__contact_cta:hover,
.rfj-single-event-page .rfj-post-sidebar__section--company_contact .rfzj_company_card__contact_cta:focus {
	border-color: #98a2b3;
	background: #f8fafc;
	box-shadow: none;
	color: #182230;
	filter: none;
	text-decoration: none;
	transform: none;
}

.rfj-single-event-button--disabled {
	border-color: #e4e7ec;
	background: #f2f4f7;
	color: #98a2b3;
	cursor: default;
}

.rfj-single-event-content-section {
	margin-top: 24px;
	padding: 28px 30px 34px;
}

.rfj-single-event-section-title {
	margin: 0 0 22px;
	padding-bottom: 14px;
	border-bottom: 1px solid #eaecf0;
	color: #182230;
	font-size: 22px;
	font-weight: 800;
}

.rfj-single-event-content-section .rfj-single-post-content {
	padding: 0;
}

.rfj-single-event-content-section .single-entry-content {
	font-size: 16px;
	line-height: 1.85;
}

.rfj-single-event-content-section .single-entry-content img,
.rfj-single-event-content-section .single-entry-content iframe,
.rfj-single-event-content-section .single-entry-content video {
	max-width: 100%;
}

.rfj-single-event-content-action {
	margin-top: 28px;
	text-align: center;
}

.rfj-single-event-page .rfj-single-post-desktop-actions {
	background: #fff;
}

.rfj-single-event-desktop-action-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 12px 15px;
	border-top: 1px solid #eef1f5;
	border-bottom: 1px solid #eef1f5;
}

.rfj-single-event-desktop-action-bar__primary {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	gap: 10px;
}

.rfj-single-event-desktop-action-bar__primary .rfj-single-event-button {
	min-width: 150px;
}

.rfj-single-event-desktop-action-bar .rfj-post-actions-container {
	width: auto;
	padding: 0;
	border: 0;
}

.rfj-event-sidebar-registration p {
	margin: 0 0 14px;
	color: #667085;
	font-size: 13px;
	line-height: 1.65;
}

.rfj-event-sidebar-registration .rfj-single-event-button {
	width: 100%;
	margin-top: 9px;
}

.rfj-single-event-desktop-nav button.right-nav-button {
	width: 100%;
	border: 0;
	background: transparent;
	font-family: inherit;
}

.rfj-single-event-desktop-nav button.right-nav-button:hover,
.rfj-single-event-desktop-nav button.right-nav-button:focus {
	background: #d1191a;
}

.rfj-single-event-desktop-nav .inquiry-button .icon {
	color: #d1191a;
}

.rfj-single-event-desktop-nav .inquiry-button:hover,
.rfj-single-event-desktop-nav .inquiry-button:focus {
	background: #d1191a;
}

.rfj-single-event-desktop-nav .inquiry-button:hover .icon,
.rfj-single-event-desktop-nav .inquiry-button:focus .icon {
	color: #fff;
}

.rfj-single-event-mobile-nav {
	display: none;
}

.rfj-event-signup-modal[hidden] {
	display: none;
}

.rfj-event-signup-modal {
	position: fixed;
	inset: 0;
	z-index: 10020;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.rfj-event-signup-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(16, 24, 40, .62);
}

.rfj-event-signup-modal__dialog {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: min(520px, 100%);
	max-height: calc(100vh - 40px);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

.rfj-event-signup-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 22px;
	border-bottom: 1px solid #eaecf0;
}

.rfj-event-signup-modal__header h2 {
	margin: 0;
	color: #182230;
	font-size: 20px;
	font-weight: 800;
}

.rfj-event-signup-modal__header button {
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #667085;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.rfj-event-signup-modal__body {
	overflow-y: auto;
	max-height: calc(100vh - 112px);
	padding: 20px 22px 24px;
}

.rfj-event-signup-field {
	margin-bottom: 15px;
}

.rfj-event-signup-field label {
	display: block;
	margin-bottom: 6px;
	color: #344054;
	font-size: 14px;
	font-weight: 600;
}

.rfj-event-signup-field label em {
	color: #d1191a;
	font-style: normal;
}

.rfj-event-signup-field input,
.rfj-event-signup-field textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #d0d5dd;
	border-radius: 7px;
	background: #fff;
	color: #182230;
	font: inherit;
}

.rfj-event-signup-field input {
	height: 42px;
}

.rfj-event-signup-field input:focus,
.rfj-event-signup-field textarea:focus {
	border-color: #d1191a;
	box-shadow: 0 0 0 3px rgba(209, 25, 26, .1);
	outline: 0;
}

.rfj-event-signup-field.is-error input,
.rfj-event-signup-field.is-error textarea {
	border-color: #d92d20;
}

.rfj-event-signup-error {
	margin-top: 5px;
	color: #d92d20;
	font-size: 12px;
}

.rfj-event-signup-field--sms > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
}

.rfj-event-signup-field--sms button {
	min-width: 112px;
	padding: 0 12px;
	border: 1px solid #d0d5dd;
	border-radius: 7px;
	background: #f8fafc;
	color: #344054;
	font-size: 13px;
	cursor: pointer;
}

.rfj-event-signup-field--sms button:disabled {
	color: #98a2b3;
	cursor: default;
}

.rfj-event-signup-feedback {
	display: none;
	margin: 4px 0 14px;
	padding: 10px 12px;
	border-radius: 7px;
	font-size: 13px;
	line-height: 1.5;
}

.rfj-event-signup-feedback.is-visible {
	display: block;
}

.rfj-event-signup-feedback.is-error {
	background: #fff1f0;
	color: #b42318;
}

.rfj-event-signup-feedback.is-success {
	background: #ecfdf3;
	color: #027a48;
}

.rfj-event-signup-submit {
	width: 100%;
}

body.rfj-event-signup-open {
	overflow: hidden;
}

@media (max-width: 1080px) {
	.rfj-single-event-page .rfj-single-post-layout {
		grid-template-columns: minmax(0, 1fr) 280px;
		gap: 18px;
	}

	.rfj-single-event-summary {
		padding: 24px;
	}
}

@media (max-width: 900px) {
	.rfj-single-event-page .rfj-single-post-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.rfj-event-sidebar-layout {
		position: static;
	}

	.rfj-event-sidebar-registration {
		display: none;
	}
}

@media (max-width: 767px) {
	body.rfj-single-event-page-body {
		padding-bottom: calc(66px + env(safe-area-inset-bottom));
	}

	.rfj-single-event-page {
		padding: 0 0 24px;
	}

	.rfj-single-event-page .rfj-single-post-layout {
		gap: 14px;
	}

	.rfj-single-event-cover__placeholder {
		min-height: 0;
		aspect-ratio: 16 / 9;
	}

	.rfj-single-event-summary {
		padding: 20px 18px 22px;
	}

	.rfj-single-event-summary h1 {
		margin-bottom: 18px;
		font-size: 23px;
	}

	.rfj-single-event-meta > div {
		grid-template-columns: 86px minmax(0, 1fr);
		gap: 6px;
	}

	.rfj-single-event-primary-action {
		display: none;
	}

	.rfj-single-event-content-section {
		margin-top: 12px;
		padding: 22px 18px 28px;
	}

	.rfj-single-event-section-title {
		font-size: 20px;
	}

	.rfj-single-event-content-action {
		display: none;
	}

	.rfj-event-sidebar-layout {
		padding: 0 14px;
	}

	.rfj-single-event-desktop-nav {
		display: none !important;
	}

	.rfj-single-event-mobile-nav {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1000;
		display: flex;
		align-items: stretch;
		gap: 6px;
		min-height: 60px;
		padding: 6px 8px calc(6px + env(safe-area-inset-bottom));
		border-top: 1px solid #e4e7ec;
		background: #fff;
		box-shadow: 0 -6px 20px rgba(16, 24, 40, .08);
	}

	.rfj-single-event-mobile-nav__small {
		display: flex;
		flex: 0 0 48px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		min-width: 0;
		color: #475467;
		font-size: 11px;
		text-decoration: none;
	}

	.rfj-single-event-mobile-nav__small i {
		margin-bottom: 3px;
		font-size: 18px;
	}

	.rfj-single-event-mobile-nav__small .software-footer-btn-container,
	.rfj-single-event-mobile-nav__small .software-footer-btn {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		padding: 0;
		color: #475467;
		font-size: 11px;
		text-decoration: none;
	}

	.rfj-single-event-mobile-nav__action {
		display: flex;
		flex: 1 1 0;
		align-items: center;
		justify-content: center;
		min-width: 0;
		padding: 0 12px;
		border: 0;
		border-radius: 7px;
		background: #d1191a;
		color: #fff;
		font-family: inherit;
		font-size: 15px;
		font-weight: 700;
		text-decoration: none;
		cursor: pointer;
	}

	.rfj-single-event-mobile-nav__action--secondary {
		border: 1px solid #d0d5dd;
		background: #fff;
		color: #344054;
	}

	.rfj-single-event-mobile-nav__action.is-disabled {
		background: #e4e7ec;
		color: #667085;
	}

	.rfj-event-signup-modal {
		align-items: flex-end;
		padding: 0;
	}

	.rfj-event-signup-modal__dialog {
		width: 100%;
		max-height: calc(100vh - 28px);
		border-radius: 16px 16px 0 0;
	}

	.rfj-event-signup-modal__body {
		max-height: calc(100vh - 96px);
		padding-bottom: calc(24px + env(safe-area-inset-bottom));
	}
}
