.card-item-grid.r4 {
	margin: -4px;
	display: flex;
	flex-wrap: wrap;
}

.card-item-container {
	padding: 4px;
}

.card-item-grid.r4 .card-item-container {
	flex: 0 0 25%;
}

.label_card {
	cursor: pointer;
	display: block;
	position: relative;
	margin: 0px !important;
	height: 100%;
	padding: 20px !important;
}

.label_card:has(input:checked) {
	border: 1px solid #099;
}

.card-img-top {
	position: relative;
	height: 80px;
	width: 80px;
	left: -2px;
	object-fit: contain;
}

.card-text {
	font-family: Inter;
	font-weight: 400;
	font-size: 12px;
	line-height: 160%;
	letter-spacing: 0%;
	text-align: left;
	margin-bottom: 0px;
}

.card__radio {
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 1rem;
	height: 1rem;
	border: 1px solid #545656;
	  border-top-color: rgb(84, 86, 86);
	  border-right-color: rgb(84, 86, 86);
	  border-bottom-color: rgb(84, 86, 86);
	  border-left-color: rgb(84, 86, 86);
	border-radius: 50%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.card__radio:checked {
	border-color:#009999;
	background-size: auto;
	border-width: 5px;
}

.accordion-body {
	display: flex;
	flex-direction: column;
	gap:
  12px;
  }

@media (max-width: 1328px) {
	.card-item-grid.r4 .card-item-container {
		flex: 0 0 33.3%;
	}
}

@media (max-width: 768px) {
	.card-item-grid.r4 .card-item-container,
	.card-item-grid.r3 .card-item-container {
		flex: 0 0 50%;
	}
}