.half-col__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.half-col__actions--bottom {
	margin-top: 25px;
}

.half-col__actions .half-col__action {
	margin: 0;
}

.half-col__action .btn.btn--light {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}

.half-col__action .btn.btn--light:hover,
.half-col__action .btn.btn--light:focus {
	background-color: #f5f5f5;
	color: #000;
	border: 1px solid #000;
}

@media (max-width: 767px) {
	.half-col__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.half-col__actions .half-col__action {
		width: 100%;
	}

	.half-col__actions .half-col__action .btn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
}
