/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 18 2026 | 07:20:21 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.ymc-container .filter-content .posts-grid .post-card__categories .post-taxonomy, .ymc-extra-container .filter-content .posts-grid .post-card__categories .post-taxonomy{
	background-color: #203176; 
	border-radius: 8px;
	border: none;
}
.ymc-container .filter-content .posts-grid .post-card__title a{
	text-transform: capitalize;
	text-align:center;
}
.ymc-container .filter-content .posts-grid .post-card__read-more{
	    background-color: #203176;
    fill: #FFFFFF;
    color: #FFFFFF;
	padding: 12px 24px;
	border-radius: 8px;
	text-decoration: none;
}
.post-card__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction:column;
	text-align: center;
	height:100%;
	
}
.post-card.post-layout_standard{
	border-radius: 8px;	
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.post-count{
	display: none;
}
.pagination {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* reset list */
.pagination__item {
  list-style: none;
}

/* IMPORTANT: style both <a> and <span> */
.pagination a.page-numbers,
.pagination span.page-numbers {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
	border-radius:5px !important;
  padding: 0 12px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #6b5cff;
  background: #f2f1ff;
  transition: all 0.2s ease;
}

/* hover */
.pagination a.page-numbers:hover {
  background: #203176;
  color: #4f46e5;
}

/* active page */
.pagination .current {
  background: #203176 !important;
  color: #fff !important;
}

/* Prev / Next */
.pagination .prev,
.pagination .next {
  padding: 0 14px;
  font-weight: 600;
}
.ymc-container .filter-dependent .ymc-dependent__checkbox .term-name,.ymc-container .filter-dependent .ymc-dependent.is-open .ymc-dependent__list{
	background-color: #203176 !important;
}
.um-role-um_consultant .um-member-cover{
	background: url('https://investechhub.com/wp-content/uploads/2026/02/Asset-4@2x-scaled.png');
	background-size: cover;
background-position: center center;
}
.um-role-investor .um-member-cover{
	background: url('https://investechhub.com/wp-content/uploads/2026/02/Asset-5@2x-scaled.png');
	background-size: cover;
background-position: center center;
}
.um-role-startup .um-member-cover{
	background: url('https://investechhub.com/wp-content/uploads/2026/02/Asset-6@2x-scaled.png');
	background-size: cover;
background-position: center center;
}
.ymc-container .filter-content .posts-grid .post-card__categories .post-taxonomy{
	display:none;
}
.um-role-um_consultant, .um-role-investor, .um-role-startup{
	border-radius: 8px;
	overflow: hidden;
}