.faq_header,.faq-container{
	padding-inline:max(2em,calc(calc(100vw - 1200px)/2));
}

.faq_header {
	background: rgb(191, 233, 235);
	padding-block: 2rem;
	margin-bottom: 2rem;
	text-align:left;
}

.faq_header h1:not([class*="fontsize-"]) {
	color: rgb(46, 40, 131);
	margin-block:0px 1rem;
	font-size:40px;
}
.faq_header h2:not([class*="fontsize-"]){
	font-size:18px;
	font-weight:normal;
}
.contact-sid{
	border-radius:8px 8px;
	background: rgb(191, 233, 235);
	padding:2rem;
	margin-block:3rem;
}
.contact-sid h2:not([class*="fontsize-"]){
	display: flex;
	justify-content: space-between;
	align-items: center;
	color:#2b1b7f;
	font-size:24px;
	margin:0px;
}
.contact-sid a{
	display:inline-flex;
	text-decoration:none;
	border:1px solid transparent;
	background-color: #2b1b7f;
	color:white;
	margin-left:auto;
	padding:14px 34px;
	font-size:15px;
	border-radius:145px 145px;
	text-align: center;
}
.contact-sid a:hover{
	background:transparent;
	border-color:#2b1b7f;
	color:#2b1b7f;
}
.faq_header p {
	color: #666;
	font-size: 1.1rem;
	margin-bottom: 2rem;
}

.faq_header form {
	max-width: 600px;
	margin: 0 auto;
	background: white;
	padding: 1.5rem;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.faq_header form h3 {
	margin-bottom: 1rem;
	color: #2c3e50;
}

.faq_header input[type="search"] {
	width: 100%;
	padding: 0.75rem;
	margin-bottom: 1rem;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 1rem;
}

.faq_header fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

.faq_header .button {
	background: #3498db;
	color: white;
	padding: 0.75rem 1.5rem;
	border: none;
	border-radius: 4px;
	text-decoration: none;
	margin-right: 0.5rem;
	cursor: pointer;
	font-size: 1rem;
}

.faq_header .button:hover {
	background: #2980b9;
}

.faq-container {
	margin: 0 auto;
}

.faq-item {
	padding:2rem;
	border-radius: 8px;
	margin-bottom: 1rem;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.075) 0px 15px 30px 0px;
}

.faq-question {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: background-color 0.3s ease;
	list-style: none;
}

.faq-question::-webkit-details-marker {
	display: none;
}

.faq-question:hover h3,.faq-item[open] .faq-question h3{
	color:#FF5A34;
}

.faq-question h3:not([class*="fontsize-"]) {
	margin: 0;
	color: #2c3e50;
	font-size: 20px;
	font-weight: 600;
}

.faq-toggle {
	font-size: 1.5rem;
	font-weight: normal;
	min-width: 20px;
	text-align: center;
}

.faq-toggle::before {
	content: '+';
	display: block;
}

.faq-item[open] .faq-toggle::before {
	rotate:45deg;
	color:#FF5A34;
}

.faq-answer {
	margin-top:2em;
	padding-top:2em;
	background: white;
	border-top: 1px solid #e1e1e1;
}

.faq-answer p {
	margin-block:0px 1.5rem;
	line-height: 1.6;
	color: #555;
}

.faq-answer p:last-child {
	margin-bottom: 0;
}

.no-results {
	text-align: center;
	padding: 3rem;
	color: #666;
}

.no-results h2 {
	color: #2c3e50;
	margin-bottom: 1rem;
}

.faq-item fieldset{
	display:flex; align-items: center;
	border:0px; gap:20px; padding:0px;
}
.faq-item fieldset p{
	font-weight:bold;
	margin:0px;
}
.faq-item fieldset p.success{ color:#2b1b7f; }
.faq-item fieldset p.error{ color:red; }
.faq-item fieldset button{
	border-radius:1rem;
	display:inline-flex; align-items: center;
	gap:10px; padding:10px;
}
.faq-item fieldset button:before{
	content:"";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: transform 0.2s ease;
	flex-shrink: 0;
}
.faq-item .vote-up:before{
	background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%2322c55e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3"></path></svg>');
}
.faq-item .vote-down:before{
	background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23ef4444" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17"></path></svg>')
}

@media (max-width: 768px) {
	.faq_header {
		padding: 1rem;
	}

	.faq_header form {
		padding: 1rem;
	}

	.faq-question {
		padding: 0.75rem 1rem;
	}

	.faq-question h3 {
		font-size: 1rem;
		margin-right: 1rem;
	}

	.faq-answer {
		padding: 1rem;
	}
}
