/*
Theme Name: Bientec
Template: twentytwentyfive
Description: Bientec Web & Hosting Solutions child theme.
Version: 1.0.0
Text Domain: bientec
*/

.bt-card {
	border: 1px solid var(--wp--preset--color--accent-5);
	border-radius: 14px;
	background: var(--wp--preset--color--base);
}

.bt-card:hover {
	border-color: var(--wp--preset--color--accent-1);
}

.bt-price {
	font-size: var(--wp--preset--font-size--x-large);
	font-weight: 700;
}

.bt-check li {
	list-style: none;
	padding-left: 1.6em;
	position: relative;
}

.bt-check li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--wp--preset--color--accent-2);
	font-weight: 700;
}

.bt-check {
	padding-left: 0;
}

.bt-step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.2em;
	height: 2.2em;
	border-radius: 50%;
	background: var(--wp--preset--color--accent-1);
	color: #fff;
	font-weight: 700;
}
