.gpsr-product-info {
	margin-top: 1.618em;
	border: 1px solid #e8e4e3;
	background-color: #fcfcfc;
	box-shadow: 0 1px 3px rgba(108, 99, 96, 0.08);
	overflow: hidden;
	font-family: "Open Sans", sans-serif;
}

.gpsr-header {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 16px;
	background-color: #f7f7f7;
	border-bottom: 1px solid transparent;
	cursor: pointer;
	user-select: none;
	transition: border-color 0.25s ease;
}

.gpsr-open .gpsr-header {
	border-bottom-color: #e8e4e3;
}

.gpsr-content {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.25s ease;
}

.gpsr-open .gpsr-content {
	grid-template-rows: 1fr;
}

.gpsr-content-inner {
	overflow: hidden;
}

.gpsr-arrow {
	display: flex;
	align-items: center;
	margin-left: auto;
	color: #9f9693;
	transition: transform 0.25s ease;
}

.gpsr-open .gpsr-arrow {
	transform: rotate(180deg);
}

.gpsr-icon {
	display: flex;
	align-items: center;
	color: #ff4800;
	flex-shrink: 0;
}

.gpsr-title {
	font-size: 0.7em;
	font-weight: 600;
	color: #363230;
	font-family: "Bree Serif", sans-serif;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.gpsr-body {
	padding: 16px;
}

.gpsr-body--second {
	border-top: 1px solid #e8e4e3;
}

.gpsr-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.gpsr-row:last-child {
	margin-bottom: 0;
}

.gpsr-row-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	background-color: #f7f7f7;
	border-radius: 6px;
	color: #9f9693;
	margin-top: 1px;
}

.gpsr-row-content {
	font-size: 0.8em;
	line-height: 1.618;
	color: #6c6360;
}

.gpsr-row-content a {
	color: #ff0c00;
	text-decoration: none;
	transition: color 0.2s ease;
}

.gpsr-row-content a:hover {
	color: #dd2600;
	text-decoration: underline;
}
