.booking-policy-coverage__inner {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.booking-policy-coverage__icon {
	flex: 0 0 auto;
	margin-top: 3px;
	color: rgba(17, 24, 39, 0.72);
}

.booking-policy-coverage__text {
	flex: 1 1 auto;
	line-height: 1.55;
	color: #111827;
}

.booking-policy-add-btn {
	flex: 0 0 auto;
	align-self: center;
	min-height: 32px;
	padding: 6px 16px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, rgb(66, 103, 178), rgb(93, 129, 201));
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(66, 103, 178, 0.24);
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.booking-policy-add-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(66, 103, 178, 0.32);
}

.booking-policy-add-btn:disabled {
	opacity: 0.65;
	cursor: wait;
	transform: none;
	box-shadow: none;
}

@media (max-width: 575px) {
	.booking-policy-coverage__inner {
		flex-wrap: wrap;
	}

	.booking-policy-add-btn {
		margin-left: 28px;
	}
}
