.botiss-finder-grid {
	display: grid;
	gap: 24px;
}

.botiss-finder-grid.columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.botiss-finder-grid.columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.botiss-finder-grid.columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.botiss-finder-item {
	background: #fff;
	border-bottom: 1px solid #b2b2b2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 20px;
	overflow: hidden;
}

.botiss-finder-header {
	position: relative;
}

.botiss-finder-footer {
	margin-top: 40px;
}

.finder-thumb {
	position: relative;
}

.finder-thumb img {
	display: block;
	height: 200px;
	object-fit: cover;
	width: 100%;
}

.finder-category-badge {
	background: rgba(255, 255, 255, 0.8);
	color: #000;
	font-size: 16px;
	font-weight: 900;
	height: 30px;
	left: 0;
	overflow: hidden;
	padding-left: 5px;
	position: absolute;
	text-overflow: ellipsis;
	text-transform: uppercase;
	top: 0;
	white-space: nowrap;
	width: 100%;
	z-index: 999;
}

.finder-title {
	margin: 0;
	padding: 7px;
}

.finder-title a {
	color: #000;
	display: block;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
}

.finder-tags {
	display: block;
	margin-top: 5px;
	padding: 5px;
}

.finder-tags::after {
	clear: both;
	content: "";
	display: table;
}

.finder-tag {
	background-color: rgb(243, 244, 236);
	border-radius: 5px;
	color: #000;
	float: left;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 5px;
	white-space: nowrap;
}

.finder-speaker {
	border-top: 1px solid #f0f0f0;
	font-size: 13px;
	font-weight: 600;
	padding: 8px 16px 14px;
}

.postcard-author-images {
	bottom: 7px;
	display: flex;
	left: 0;
	padding-left: 5px;
	position: absolute;
	width: 100%;
	z-index: 99;
}

.postcard-campus-img img,
.postcard-campus-img picture img {
	border-radius: 50% !important;
	height: 66px;
	width: 66px;
}

.postcard-campus-title-name-country {
	margin-bottom: 0;
	padding: 0 5px;
}

.postcard-campus-title-name-country a {
	font-size: 16px;
	font-weight: 900;
	line-height: 20px;
	text-align: start;
	text-decoration-color: #000;
	text-transform: uppercase;
}

.pc-username {
	margin-right: 5px;
}

.post-card-campus .post-card-country,
.post-card-country {
	font-weight: 300 !important;
	margin-left: 5px;
	text-transform: capitalize;
}

.botiss-finder-grid + .page-numbers-wrap {
	margin-top: 32px;
	text-align: center;
}

.page-numbers {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: center;
	list-style: none;
	margin: 24px 0;
	padding: 0;
}

.page-numbers li a,
.page-numbers li span {
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #333;
	display: inline-block;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	min-width: 36px;
	padding: 0 8px;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s;
}

.page-numbers li a:hover {
	background: #f0f0f0;
	border-color: #bbb;
}

.page-numbers li span.current,
.page-numbers li .current {
	background: #000;
	border-color: #000;
	color: #fff !important;
	font-weight: 700;
	pointer-events: none;
}

.page-numbers li a.prev,
.page-numbers li a.next {
	font-size: 18px;
	font-weight: 700;
}

.page-numbers li span.dots,
.page-numbers li .dots {
	background: transparent;
	border: 0;
	color: #999;
	pointer-events: none;
}

.botiss-finder-message {
	padding: 20px 0;
}

@media (max-width: 768px) {
	.botiss-finder-grid.columns-3,
	.botiss-finder-grid.columns-4 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.botiss-finder-grid {
		grid-template-columns: 1fr !important;
	}
}
