/*
Theme Name: WinningPC
Theme URI: https://winningpc.com/
Template: rehub-theme
Author: WinningPC
Author URI: https://winningpc.com/
Version: 26.1.0.21
*/
/* =Theme customization starts here
-------------------------------------------------------------- */
.wp-caption {
	padding: 0px;}
footer#theme_footer.dark_style div.f_text{
	text-align: center;
}
/* Migrated from Customizer Additional CSS. */
#rh_woo_layout_inimage {
	background: rgba(255,78,12,0.05);
}
.rh_post_layout_outside .title_single_area h1,
.title_single_area h1 {
	font-size: 30px;
	line-height: 34px;
}
a.rh-cat-label-title,
.rh-cat-label-title a,
.rh-label-string {
	background-color: #585757;
}
nav.top_menu>ul>li {
	border-right: none;
}
a.rh-cat-label-title.rh-dealstore-cat {
	background-color: #ff4e0c;
}
.wp-block-table td,
.wp-block-table th {
	border: 1px solid #e8e8e8;
}
.rh_category_tab ul.cat_widget_custom {
	max-height: 500px !important;
}
.wp-block-image .aligncenter>figcaption,
.wp-block-image figcaption {
	display: none !important;
}
.rh-336-sidebar {
	width: 200px;
}
#rank-math-faq .rank-math-list-item {
	margin-bottom: 1em;
	margin-top: 1em;
	border-bottom: 1px solid #ebebeb;
}
.rank-math-question {
	cursor: pointer;
	position: relative;
	display: block;
	padding-right: 1em;
	margin-right: 1em;
	font-size: 18px !important;
	font-weight: 300;
	margin-top: 30px;
}
.rank-math-question:after {
	position: absolute;
	right: 5px;
	top: 0;
	content: "\2715";
	transform: rotate(-45deg);
	transition: all 150ms ease-in-out;
}
.rank-math-question.collapse:after {
	transform: rotate(0deg);
}
.rank-math-question:hover {
	opacity: 0.8;
}
.disclosure {
	background-color: #f9f9f9;
	border-left: 5px solid #0078D7;
	padding: 15px 20px;
	margin: 20px 0;
	font-family: Arial, sans-serif;
	text-align: left;
	line-height: 1.6;
	color: #333;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.disclosure strong {
	color: #0056b3;
	font-weight: bold;
}
.footer_widget.col_item.last {
	text-align: center;
}
/* WinningPC Giveaway Form Styling */
.wpc-wpform {
	max-width: 600px !important;
	margin: 50px auto !important;
	padding: 35px !important;
	border: 2px solid #e3f2fd !important;
	border-radius: 16px !important;
	background-color: #f8fbff !important;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05) !important;
	font-family: "Segoe UI", sans-serif;
}
/* Styled submit button with download icon */
.wpc-wpform .wpforms-submit {
	background-color: #1565c0 !important;
	color: white !important;
	font-weight: 600 !important;
	border-radius: 8px !important;
	padding: 12px 20px !important;
	transition: background-color 0.3s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
/* Add download icon */
.wpc-wpform .wpforms-submit::before {
	content: "\2B07\FE0F";
	font-size: 1rem;
}
/* Reset WPForms confirmation styling, keep soft background */
div.wpforms-container-full .wpforms-confirmation-container-full {
	all: unset;
	background-color: #f8fbff !important;
	display: block;
}
.rh-colortitlebox.wpc-whychoose .rh-colortitle-inbox {
	padding: 0 !important;
}