.header-book-button {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	text-decoration: none;
	background-color: var(--blue);
	color: var(--white);
	font-family: var(--sofia);
	font-size: 14px;
	font-weight: normal;
	border-radius: var(--rounded-full);
	padding: 8px 22px;
}

.header-book-button:hover {
	color: var(--white);
}

.header-book-button i {
	font-size: 15px;
	font-weight: normal;
	padding-left: 4px;
}