.cv2-pda-fab {
	position: fixed;
	right: 0;
	top: 42%;
	transform: translateY(-50%);
	z-index: 80;
	width: 32px;
	height: 72px;
	padding: 0 5px;
	box-sizing: border-box;
	border: 0;
	border-radius: 8px 0 0 8px;
	background: #000;
	color: #fff;
	box-shadow: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.cv2-pda-fab:hover { background: #111; }
.cv2-pda-fab svg { display: block; }
.cv2-pda-veil {
	position: fixed;
	inset: 0;
	background: rgba(27,20,22,.35);
	z-index: 90;
}
.cv2-pda-side {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(494px, 100vw);
	background: #000;
	z-index: 91;
	box-shadow: -8px 0 28px rgba(27,20,22,.18);
	display: flex;
	flex-direction: column;
	font-family: Karla, Manrope, sans-serif;
	color: #fff;
}
.cv2-pda-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 18px;
	border-bottom: 1px solid #2a2a2a;
	font-family: Archivo, sans-serif;
	font-size: 14px;
	letter-spacing: .04em;
	text-transform: uppercase;
}
.cv2-pda-x {
	border: 0;
	background: transparent;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	color: #fff;
}
.cv2-pda-body {
	overflow: auto;
	padding: 12px 18px 28px;
	font-size: 14px;
	line-height: 1.45;
}
.cv2-pda-h {
	margin: 16px 0 8px;
	font-size: 12px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #9d0048;
	font-family: Archivo, sans-serif;
}
.cv2-pda-hr { border: 0; border-top: 1px solid #2a2a2a; margin: 14px 0; }
.cv2-pda-row {
	display: grid;
	grid-template-columns: 118px 1fr;
	gap: 8px;
	padding: 4px 0;
}
.cv2-pda-k { color: #fff; }
.cv2-pda-v { color: #fff; word-break: break-word; }
a.cv2-pda-v { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
a.cv2-pda-v:hover { text-decoration: underline; }
.cv2-pda-muted { color: #fff; margin: 0 0 8px; }
.cv2-pda-stock { padding: 6px 0; border-bottom: 1px solid #2a2a2a; }
.cv2-pda-stock__r { font-weight: 600; }
.cv2-pda-stock__s { color: #fff; font-size: 12px; }
.cv2-pda-acts {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 18px;
}
.cv2-pda-btn {
	display: block;
	text-align: center;
	padding: 11px 14px;
	border-radius: 15px;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}
.cv2-pda-btn--pri {
	background: #9d0048;
	border-color: #9d0048;
	color: #fff;
}
body.cv2-pda-open { overflow: hidden; }
