.fsh-product-technical-specs{
	width:100%;
	direction:rtl;
	box-sizing:border-box
}

.fsh-technical-specs-title{
	margin:0 0 22px;
	color:#30343b;
	font-family:Alexandria,sans-serif;
	font-size:30px;
	font-weight:700;
	line-height:1.25
}

.fsh-technical-specs-table{
	width:100%;
	overflow:hidden;
	background:#fffaf2;
	border:1px solid #e89400;
	box-sizing:border-box
}

.fsh-technical-spec-row{
	display:flex;
	align-items:center;
	width:100%;
	padding:16px 22px;
	box-sizing:border-box
}

.fsh-technical-spec-row:not(:last-child){
	border-bottom:1px solid #e9e2d8
}

.fsh-technical-spec-label{
	flex:0 0 34%;
	color:#30343b;
	font-family:Alexandria,sans-serif;
	font-size:16px;
	font-weight:700;
	line-height:1.5
}

.fsh-technical-spec-value{
	flex:1 1 auto;
	min-width:0;
	color:#747985;
	font-family:Alexandria,sans-serif;
	font-size:15px;
	font-weight:400;
	line-height:1.65;
	text-align:center
}

.fsh-technical-specs-editor-notice{
	padding:18px;
	border:1px dashed #e89400;
	border-radius:8px;
	background:#fffaf2;
	color:#555;
	font-family:Alexandria,sans-serif;
	text-align:center
}

@media(max-width:767px){
	.fsh-technical-specs-title{
		margin-bottom:16px;
		font-size:24px
	}

	.fsh-technical-spec-row{
		align-items:flex-start;
		gap:10px;
		padding:14px 16px
	}

	.fsh-technical-spec-label{
		flex-basis:38%;
		font-size:14px
	}

	.fsh-technical-spec-value{
		font-size:14px;
		text-align:start
	}
}
