.delat-buy-now-group {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 10px;
	margin: 15px 0;
}

.delat-buy-now-group > * {
	margin: 0 !important;
}

.delat-buy-now,
.delat-buy-now:visited {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 24px !important;
	border: 0 !important;
	border-radius: 24px !important;
	background: #0b397d !important;
	color: #fff !important;
	font-weight: 600;
	line-height: 1.2 !important;
	text-align: center;
	text-decoration: none !important;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.delat-buy-now:hover,
.delat-buy-now:focus {
	background: #082b60 !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.delat-buy-now:focus-visible {
	outline: 3px solid rgba(11, 57, 125, 0.3);
	outline-offset: 2px;
}

.delat-buy-now-fallback {
	margin: 15px 0;
}

@media (max-width: 540px) {
	.delat-buy-now-group {
		flex-direction: column;
	}

	.delat-buy-now-group > *,
	.delat-buy-now {
		width: 100% !important;
	}
}
