.tgw-pd-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	border-left: 4px solid #d02126;
	background: #F1F1F1;
	padding: 14px 18px;
	margin: 0 0 20px;
}

.tgw-pd-card.tgw-pd-disabled {
	border-left-color: #ccc;
}

.tgw-pd-card.tgw-pd-disabled .tgw-pd-card__heading,
.tgw-pd-card.tgw-pd-disabled .tgw-pd-card__description {
	text-decoration: line-through;
	color: #999;
}

.tgw-pd-card.tgw-pd-disabled .tgw-pd-card__price {
	color: #999;
}

.tgw-pd-card__checkbox-label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
	margin: 0;
}

.tgw-pd-card.tgw-pd-disabled .tgw-pd-card__checkbox-label {
	cursor: not-allowed;
}

.tgw-pd-card__checkbox-label input[type="checkbox"] {
	margin: 3px 0 0;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.tgw-pd-card__text {
	display: flex;
	flex-direction: column;
	gap: 4px;
	max-width: 560px;
}

.tgw-pd-card__heading {
	font-weight: 700;
	font-size: 18px;
	color: #2C2C2E;
}

.tgw-pd-card__description {
	font-size: 15px;
	font-weight: 400;
	color: #666666;
}

.tgw-pd-card__price {
	text-align: right;
	font-weight: 700;
	color: #d02126;
	font-size: 1.2em;
	white-space: nowrap;
}

.tgw-pd-card__price-label {
	display: block;
	font-size: 0.6em;
	font-weight: 400;
	color: #777;
}

.tgw-pd-card--checkout {
	background: #FFF;
}

.tgw-pd-card--checkout .tgw-pd-card__heading {
	font-weight: 700;
	font-size: 15px;
}

.tgw-pd-cart-notice {
	background: #E2E2E2;
	color: #666;
	font-size: 15px;
	padding: 14px 18px;
	margin: 0 0 20px;
}
