/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 10 2025 | 13:00:50 */
.wa-unsubscribe-section .bwfan-unsubscribe-single-list.bwfan-unsubscribe-from-all-lists {
	display: none;
	margin: 0 !important;
}

.page-id-27232 .content-area {
	width: 100% !important;
	margin: 0 !important;
}

.page-id-27232 .widget-area {
	display: none !important;
}

.wa-unsubscribe-section .bwfan-unsubscribe-lists {
	margin: 0 !important;
}

.wa-unsubscribe-section p {
	margin: 0 !important;
	max-width: 770px !important;
    justify-self: center;
}

.wa-unsubscribe-section .elementor-heading-title {
	color: #EB1C23 !important;	
}

.wa-unsubscribe-section .wa-unsubscribe-content .elementor-widget-wrap.elementor-element-populated {
	gap: 20px !important;
}

.wa-unsubscribe-section #bwfan_unsubscribe_recipient {
	font-weight: 700;
	font-size: 18px !important;
}

.wa-unsubscribe-section .elementor-widget-wrap.elementor-element-populated * {
	justify-content: center !important;
	align-items: center !important;
	text-align: center !important;
	margin: 0 !important;
}

.wa-unsubscribe-section .wa-unsubscribe-inner .elementor-widget-wrap.elementor-element-populated {
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	width: unset !important;
	gap: 15px !important;
}

.wa-unsubscribe-section .button-primary.button, .wa-unsubscribe-section .elementor-button  {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #EFEFEF;
	border-radius: 6px;
	color: #131315;
	text-transform: none;        
	font-weight: 700;
	width: 150px;
	transition: .2s all ease-in-out;
	line-height: 1;
	text-shadow: none;
    display: inline-block;
    padding: 16px 24px;
    cursor: pointer;
	font-size: 16px !important;
}

.wa-unsubscribe-section .elementor-button {
	background-color: #3BB54A !important;
	color: white !important;
}

.wa-unsubscribe-section .button-primary.button:hover {
	background-color: #131315;
	color: white;
}

@media (max-width: 767px) {
	
	.wa-unsubscribe-section .button-primary.button, .wa-unsubscribe-section .elementor-button {
		width: 100%;
		height: 50px;
	}
	
	.wa-unsubscribe-section .elementor-heading-title {
		font-size: 26px !important;
	}
	
	.wa-unsubscribe-section .wa-unsubscribe-inner .elementor-widget-wrap.elementor-element-populated {
		flex-direction: column !important;
		width: 100% !important;
	}
}