/* ==========================================================================
   Fluent Forms – buttons, checkbox, payment summary
   ========================================================================== */

.form-button-custom .ff-btn.fs-anim-btn,
.form-button-custom .ff-btn.fs-anim-btn:hover,
.form-button-custom .ff-btn.fs-anim-btn:focus,
.form-button-custom .ff-btn.fs-anim-btn:active,
.form-button-custom .ff-btn-submit.fs-anim-btn,
.form-button-custom .ff-btn-submit.fs-anim-btn:hover,
.form-button-custom .ff-btn-submit.fs-anim-btn:focus,
.form-button-custom .ff-btn-submit.fs-anim-btn:active {
	background-color: #E30B2E !important;
	color: #ffffff !important;
	border-color: #E30B2E !important;
	box-shadow: none !important;
	filter: none !important;
	opacity: 1 !important;
	transition: none !important;
	height: 50px !important;
}

.form-button-custom-2 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.form-button-custom-2 .secondary-form-btn {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-size: 17px;
	font-weight: 600;
	color: #ffffff !important;
	background-color: transparent !important;
	border: 1px solid #ffffff !important;
	border-radius: 30px;
	text-decoration: none;
	display: inline-block;
	box-sizing: border-box;
	transition: none !important;
}

.custom-checkbox .ff-el-form-check-label span {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
}

.custom-checkbox {
	margin-top: 25px !important;
	margin-bottom: 0 !important;
}

/* Payment summary table */
.custom-payment-summary .ffp_table_wrapper {
	background: transparent;
	border-radius: 12px;
	overflow: hidden;
	border: none;
}

.custom-payment-summary table.ffp_table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-family: inherit;
	border: none;
}

.custom-payment-summary table.ffp_table thead th {
	background: #F2F2F2;
	color: #111;
	font-weight: 600;
	font-size: 14px;
	padding: 14px 16px;
	border: none;
	box-shadow: none;
	text-align: left;
}

.custom-payment-summary table.ffp_table tbody td {
	padding: 14px 16px;
	font-size: 14px;
	color: #222;
	border: none;
	box-shadow: none;
}

.custom-payment-summary table.ffp_table tbody tr + tr td {
	border-top: none;
}

.custom-payment-summary table.ffp_table tfoot th {
	padding: 14px 16px;
	font-size: 14px;
	font-weight: 600;
	color: #111;
	border: none;
	box-shadow: none;
	background: transparent;
}

.custom-payment-summary table.ffp_table th:nth-child(2),
.custom-payment-summary table.ffp_table th:nth-child(3),
.custom-payment-summary table.ffp_table th:nth-child(4),
.custom-payment-summary table.ffp_table td:nth-child(2),
.custom-payment-summary table.ffp_table td:nth-child(3),
.custom-payment-summary table.ffp_table td:nth-child(4) {
	text-align: right;
}

.custom-payment-summary table.ffp_table tbody td:first-child {
	font-weight: 500;
	color: #111;
}

.custom-payment-summary table.ffp_table tfoot th:last-child {
	font-size: 15px;
}

.custom-payment-summary table.ffp_table,
.custom-payment-summary table.ffp_table th,
.custom-payment-summary table.ffp_table td,
.custom-payment-summary table.ffp_table tr,
.custom-payment-summary .ffp_table_wrapper {
	border-color: transparent !important;
}

.custom-payment-summary .ffp_table_close {
	background: transparent;
	border: none;
	box-shadow: none;
}

.custom-payment-summary .ffp_close_icon {
	color: #999;
	font-size: 18px;
	line-height: 1;
	padding: 6px 10px;
	cursor: pointer;
	transition: color .15s ease;
}

.custom-payment-summary .ffp_close_icon:hover {
	color: #000;
}

.custom-payment-price {
	display: none;
}

.terms-and-conditions-custom {
	margin: 25px 0;
}

.custom-payment-summary.custom-conference-1 .ffp_table tbody tr td:first-child {
	font-size: 0 !important;
	line-height: 0 !important;
}

.custom-payment-summary.custom-conference-1 .ffp_table tbody tr td:first-child::after {
	content: "Fuse Club Conference 2026";
	display: block;
	font-size: 14px;
	line-height: 1.4;
	color: #000 !important;
	white-space: normal;
	word-break: break-word;
	padding-left: 5px;
}
