.dcfcf_020f_sectionn-row {
	max-width: 1000px;
	margin: 0 auto;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	line-height: 1.6;
	color: #333;
	background-color: #ffffff;
	padding: 5px;
	border-radius: 10px;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.dcfcf_020f_sectionn-row h1 {
	font-size: 2.8em;
	color: #2c3e50;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 3px solid #3498db;
}

.dcfcf_020f_sectionn-row h2 {
	font-size: 1.8em;
	color: #34495e;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-left: 15px;
	border-left: 4px solid #3498db;
}

.dcfcf_020f_sectionn-row h3 {
	font-size: 1.4em;
	color: #2c3e50;
	margin-top: 30px;
	margin-bottom: 15px;
}

.dcfcf_020f_sectionn-row p {
	margin-bottom: 15px;
	font-size: 1.2em;
	text-align: left;
	line-height: 1.8;
	word-wrap: break-word;
	hyphens: auto;
}

.dcfcf_020f_sectionn-row section {
	margin-bottom: 40px;
	background-color: #fafafa;
	padding: 25px;
	border-radius: 8px;
	border: 1px solid #eee;
}

.dcfcf_020f_sectionn-row ul,
.dcfcf_020f_sectionn-row ol {
	margin-left: 30px;
	margin-bottom: 20px;
	text-align: left;
}

.dcfcf_020f_sectionn-row li {
	margin-bottom: 12px;
	padding-left: 25px;
	line-height: 1.7;
	position: relative;
	text-align: left;
}

.dcfcf_020f_sectionn-row ul li::before {
	content: "•";
	color: #3498db;
	font-weight: bold;
	display: inline-block;
	width: 20px;
	position: absolute;
	left: 0;
	top: 0;
}

.dcfcf_020f_sectionn-row ol li::before {
	color: #e74c3c;
	font-weight: bold;
	content: counter(section) ".";
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
}

.dcfcf_020f_sectionn-row ul ul,
.dcfcf_020f_sectionn-row ol ol,
.dcfcf_020f_sectionn-row ul ol,
.dcfcf_020f_sectionn-row ol ul {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 20px;
}

.dcfcf_020f_sectionn-row ul ul li::before,
.dcfcf_020f_sectionn-row ol ol li::before,
.dcfcf_020f_sectionn-row ul ol li::before,
.dcfcf_020f_sectionn-row ol ul li::before {
	font-size: 0.9em;
}

.dcfcf_020f_sectionn-row li em {
	background-color: #f0f8ff;
	padding: 2px 6px;
	border-radius: 3px;
	color: #2980b9;
}

.dcfcf_020f_sectionn-row li strong {
	background-color: #fff5f5;
	padding: 2px 6px;
	border-radius: 3px;
	color: #c0392b;
}

.dcfcf_020f_sectionn-row em {
	color: #2980b9;
	font-weight: bold;
	font-style: normal;
}

.dcfcf_020f_sectionn-row strong {
	color: #e74c3c;
}

.dcfcf_020f_sectionn-row table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
	background-color: white;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.dcfcf_020f_sectionn-row th,
.dcfcf_020f_sectionn-row td {
	border: 1px solid #ddd;
	padding: 12px;
	text-align: left;
}

.dcfcf_020f_sectionn-row th {
	background-color: #3498db;
	color: white;
	font-weight: bold;
}

.dcfcf_020f_sectionn-row tr:nth-child(even) {
	background-color: #f9f9f9;
}

.dcfcf_020f_sectionn-row .cebcb_7725_faq-section {
	background-color: #ecf0f1;
	padding: 30px;
	border-radius: 8px;
}

/* FAQ Item Styling */
.dcfcf_020f_sectionn-row .dadaa_c70a_faq-item {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.dcfcf_020f_sectionn-row .dadaa_c70a_faq-item:last-child {
	border-bottom: none;
}

.dcfcf_020f_sectionn-row .cabbb_24da_faq-question {
	font-weight: 600;
	font-size: 1.1em;
	color: #2c3e50;
	margin-bottom: 12px;
}

.dcfcf_020f_sectionn-row .faaaf_ab17_faq-answer {
	color: #666;
	line-height: 1.7;
	font-size: 1em;
}

.dcfcf_020f_sectionn-row [itemtype="https://schema.cffdd_b8f2_org/Question"] {
	margin-bottom: 25px;
	background-color: white;
	padding: 20px;
	border-radius: 5px;
   
}

.dcfcf_020f_sectionn-row [itemprop="name"] {
	color: #2980b9;
	margin-bottom: 10px;
}

.dcfcf_020f_sectionn-row [itemprop="text"] {
	background-color: #f8f9fa;
	padding: 15px;
	border-radius: 5px;
}

.dcfcf_020f_sectionn-row ol {
	counter-reset: section;
	list-style-type: none;
}

.dcfcf_020f_sectionn-row ol li::before {
	counter-increment: section;
	content: counter(section) ". ";
	color: #3498db;
	font-weight: bold;
}

@media (max-width: 768px) {
	.dcfcf_020f_sectionn-row {
		padding: 20px;
	}
	
	.dcfcf_020f_sectionn-row h1 {
		font-size: 2em;
	}
	
	.dcfcf_020f_sectionn-row h2 {
		font-size: 1.6em;
	}
	
	.dcfcf_020f_sectionn-row table {
		overflow-x: auto;
		display: block;
	}
	
	
	.dcfcf_020f_sectionn-row .cebcb_7725_faq-section {
		padding: 20px;
	}
	
	.dcfcf_020f_sectionn-row .cabbb_24da_faq-question {
		padding: 15px;
		font-size: 1em;
	}
	
	.dcfcf_020f_sectionn-row .faaaf_ab17_faq-answer {
		padding: 20px;
	}
}
		
		
.fafaf_2923_input-error {
    border-color: #ff3838 !important;
    background-color: #fff9f9 !important;
}
.bdbab_7299_post-header {
    margin-bottom: 20px;
}
.bdbab_7299_post-header .ffdff_9dd6_post-title {
    font-size: 36px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.bbbdc_cfa8_post-image {
    margin: 20px 0;
    text-align: center;
}
.bbbdc_cfa8_post-image img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.eaedb_769e_post-content {
    margin-top: 20px;
}
.cbfcf_d8f1_post-navigation {
    margin-bottom: 20px;
}
.effcf_e9e1_breadcrumb {
    background-color: #f9f9f9;
    border-radius: 4px;
    padding: 10px 15px;
    margin-bottom: 0;
}
.effcf_e9e1_breadcrumb > li + li:before {
    content: ">\00a0";
    color: #cccccc;
}
.effcf_e9e1_breadcrumb > .active {
    color: #777777;
}