#accordion {
	.accordion-body {
		ul#data-updates {
			list-style-type: none;
			padding: 0;
			.list-item {
				display: flex;
				align-items: center;
				gap: 10px;
				margin-bottom: 10px;
			}

			.list-item svg {
				fill: none;
				vertical-align: middle; /* Aligns the SVG vertically with the text */
			}
			.list-item p {
				margin: 0;
				padding: 0;
			}

			.list-item span {
				padding-right: 5px;
				display: block;
			}
		}
	}
	button {
		background-color: transparent;
		border: none;
		outline: none;
		cursor: pointer;
	}
	button:focus {
		outline: none;
	}
}
.cards-row-three {
	.card-body {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
