.dg-dpd-specs-accordion, .dg-dpd-specs-accordion *{box-sizing:border-box;}
.dg-dpd-specs-accordion{
	max-width:1280px;margin:0 auto;
	border:1px solid #E2E8F0;border-radius:12px;overflow:hidden;
	background:#fff;
}
.dg-dpd-acc-item{border-bottom:1px solid #E2E8F0;}
.dg-dpd-acc-item:last-child{border-bottom:0;}

.dg-dpd-acc-header{
	width:100%;height:106px;padding:0 28px;
	display:flex;align-items:center;gap:16px;
	background:#F8F9FC;border:0;cursor:pointer;text-align:left;
	outline:none;-webkit-tap-highlight-color:transparent;
}
.dg-dpd-acc-header:hover,.dg-dpd-acc-header:active,.dg-dpd-acc-header:focus,.dg-dpd-acc-header:focus-visible{
	background:#F8F9FC;outline:none;
}

.dg-dpd-acc-icon{display:flex;flex:0 0 auto;width:50px;height:50px;}
.dg-dpd-acc-icon svg{width:50px;height:50px;display:block;}

.dg-dpd-acc-title{
	flex:1;font-weight:700;font-size:18px;line-height:150%;letter-spacing:.01em;
	color:#0F172A;
}

.dg-dpd-acc-toggle{
	position:relative;flex:0 0 auto;width:16px;height:16px;
}
.dg-dpd-acc-toggle-h{
	position:absolute;top:50%;left:0;width:16px;height:2px;
	background:#E81F25;transform:translateY(-50%);
}
.dg-dpd-acc-toggle-v{
	position:absolute;top:0;left:50%;width:2px;height:16px;
	background:#E81F25;transform:translateX(-50%);
	transition:opacity .15s ease;
}
.dg-dpd-acc-item.is-open .dg-dpd-acc-toggle-v{opacity:0;}

.dg-dpd-acc-panel{padding:0 28px;background:#fff;}
.dg-dpd-acc-table{padding:8px 0;}

.dg-dpd-acc-row{
	display:flex;align-items:center;justify-content:space-between;gap:20px;
	padding:14px 0;border-bottom:1px solid #F1F5F9;
}
.dg-dpd-acc-row:last-child{border-bottom:0;}

.dg-dpd-acc-label{
	font-weight:600;font-size:16px;line-height:150%;letter-spacing:.01em;
	color:#64748B;
}
.dg-dpd-acc-value{
	font-weight:700;font-size:16px;line-height:150%;letter-spacing:.01em;
	color:#0F172A;text-align:right;
}

/* ---------------- Mobile ---------------- */
@media (max-width: 782px){
	.dg-dpd-acc-header{height:auto;min-height:80px;padding:16px 18px;}
	.dg-dpd-acc-title{font-size:16px;}
	.dg-dpd-acc-panel{padding:0 18px;}

	.dg-dpd-acc-row{
		flex-direction:column;align-items:flex-start;gap:4px;
	}
	.dg-dpd-acc-value{text-align:left;}
}
