/**
 * Travel Tours — custom styles (Bootstrap 5 companion).
 */

/* Header/logo styles live in assets/css/navbar.css */

/* Sticky footer layout: see assets/css/layout.css */

.card .object-fit-cover {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.entry-content img {
	max-width: 100%;
	height: auto;
}

.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.25rem;
	height: 2.25rem;
	padding: 0 0.5rem;
	margin: 0 0.15rem;
	border-radius: 0.375rem;
	text-decoration: none;
}

.pagination .page-numbers.current {
	background-color: var(--bs-primary);
	color: #fff;
}
