/**
 * Dental Resources — listing shell only.
 * Card look comes from elementor-chrome.css (same as Blog).
 *
 * Blog Elementor boxed container is 1140px; default-page __inner is 960px.
 * Widen only on this page so cards match Blog size.
 */

.rbd-default-page__inner {
	max-width: 1140px;
	width: 100%;
}

.rbd-dental-resources-grid {
	--grid-column-gap: 30px;
	--grid-row-gap: 35px;
	margin: 0 0 2rem;
}

/*
 * Default-page prose targets h3/a/img inside __content and can fight Blog card CSS.
 * Re-assert the same values from elementor-chrome.css at higher specificity.
 */
.rbd-default-page__content .elementor-posts .elementor-post__title {
	margin: 0 0 10px;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.01em;
	color: #0a6f82;
}

.rbd-default-page__content .elementor-posts .elementor-post__title a {
	color: #0a6f82;
	font-weight: 700;
}

.rbd-default-page__content .elementor-posts .elementor-post__title a:hover,
.rbd-default-page__content .elementor-posts .elementor-post__title a:focus {
	color: #00a8c5;
}

.rbd-default-page__content .elementor-posts .elementor-post__excerpt {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	color: #5a6a70;
}

.rbd-default-page__content .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
	max-width: none;
}

@media (max-width: 767px) {
	.rbd-default-page__content .elementor-posts .elementor-post__title {
		font-size: 18px;
	}
}

.rbd-dental-resources__empty {
	margin: 1rem 0;
	color: #666;
}

.rbd-dental-resources__pagination {
	margin: 1.5rem 0 0;
	text-align: center;
}

.rbd-dental-resources__pagination .page-numbers {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: center;
}

.rbd-dental-resources__pagination .page-numbers li {
	margin: 0;
}

.rbd-dental-resources__pagination .page-numbers a,
.rbd-dental-resources__pagination .page-numbers span {
	display: inline-block;
	min-width: 2rem;
	padding: 0.35rem 0.65rem;
	border-radius: 999px;
	text-decoration: none;
	color: #08434c;
	background: #eaf4f6;
	font-size: 0.9rem;
}

.rbd-dental-resources__pagination .page-numbers .current {
	background: #00859c;
	color: #fff;
}
