.msd-boxnow-rate-details {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin-top: 10px;
	padding: 12px 14px;
	border: 1px solid rgba(104, 166, 65, .28);
	border-radius: 12px;
	background: #f8fbf5;
	color: #302f2c;
	box-sizing: border-box;
}

.msd-boxnow-rate-details img {
	width: 44px;
	height: auto;
	max-width: 44px;
	object-fit: contain;
}

.msd-boxnow-rate-details > div {
	display: grid;
	gap: 2px;
	min-width: 0;
	max-width: 100%;
}

.msd-boxnow-rate-details strong,
.msd-boxnow-rate-details span {
	display: block;
	min-width: 0;
	max-width: 100%;
	white-space: normal !important;
	overflow-wrap: break-word;
	word-break: normal;
}

.msd-boxnow-rate-details span {
	font-size: .86rem;
	line-height: 1.35;
	color: #625f58;
}

.msd-boxnow-promo img,
.msd-boxnow-rate-details img {
	width: 44px !important;
	max-width: 44px !important;
	height: auto !important;
	flex: 0 0 28px !important;
}