.bellota-pager {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px 24px;
	margin-top: 36px;
}

.bellota-pager__meta {
	margin: 0;
	color: #6B7280;
	font-size: 0.9rem;
	font-weight: 500;
}

.bellota-pager__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: auto;
}

.bellota-pager__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 12px;
	border: 1px solid #E5E7EB;
	border-radius: 12px;
	background: #fff;
	color: #111;
	font-weight: 600;
	font-size: 0.95rem;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04);
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

a.bellota-pager__btn:hover {
	background: #fff5f6;
	border-color: var(--bellota-red);
	color: var(--bellota-red);
}

a.bellota-pager__btn:focus-visible {
	outline: 2px solid var(--bellota-red);
	outline-offset: 2px;
}

.bellota-pager__btn.is-current {
	background: var(--bellota-red);
	border-color: var(--bellota-red);
	color: #fff;
	box-shadow: none;
}

.bellota-pager__btn.is-disabled {
	opacity: 0.38;
	cursor: default;
	box-shadow: none;
}

.bellota-pager__btn--arrow {
	padding: 0;
}

.bellota-pager__ellipsis {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	color: #9CA3AF;
	font-weight: 600;
	letter-spacing: 0.08em;
}

@media (max-width: 575.98px) {
	.bellota-pager {
		justify-content: center;
	}

	.bellota-pager__meta {
		width: 100%;
		text-align: center;
	}

	.bellota-pager__list {
		margin-left: 0;
		justify-content: center;
	}
}
