.insights-hubdb-listing_layout {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.insights-hubdb-listing_layout-left,
.insights-hubdb-listing_layout-right {
	width: 100%;
}
@media (min-width:768px) {
	.insights-hubdb-listing_layout-left {
		width: 300px;
	}
	.insights-hubdb-listing_layout-right {
		width: calc(100% - 320px);
	}
}
@media (max-width:767px) {
	.insights-hubdb-listing_layout-left {
		margin-bottom: 20px;
	}
}

/* ==============
 * LISTING PAGE - HERO BANNER
 * =================================== */
.insights-hubdb-listing_hero {
	min-height: 48rem;
	padding: 4.8rem 0;
	position: relative;
	background-size: cover;
	background-position: center center;
	text-align: LEFT;
}
.insights-hubdb-listing_hero:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #000000;
	opacity: 0.6;
}
@media (min-width: 1024px) {
	.insights-hubdb-listing_hero {
		min-height: 56rem;
		padding: 6.4rem 0;
	}
}
@media (min-width: 1280px) {
	.insights-hubdb-listing_hero {
		min-height: 68rem;
		padding: 8rem 0;
	}
}

/* Content */
.insights-hubdb-listing_hero-content {
	position: relative;
	z-index: 3;
}
.insights-hubdb-listing_hero-content > h5 {
  font-size: 12px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
}
.insights-hubdb-listing_hero-content h1 {
  margin-bottom: 18px;
}
.insights-hubdb-listing_hero-content > div {
  opacity: .75;
}
@media (min-width: 900px) {
  .insights-hubdb-listing_hero-content {
    max-width: 42%;
  }
}


/* ==============
 * LISTING PAGE - FILTER SIDEBAR
 * =================================== */
.insights-hubdb-listing_sidebar {
	padding: 30px;
	background-color: #FDFDFD;
	border: 1px solid #E3E3E3;
	border-radius: 12px;
}
@media (min-width:768px) {
	.insights-hubdb-listing_sidebar {
		display: block!important;
	}
}
@media (max-width:767px) {
	.insights-hubdb-listing_sidebar {
		border-top: 0px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
}

/* Mobile Toggle */
.insights-hubdb-listing_sidebar-toggle {
	position: relative;
	padding: 15px 30px;
	background-color: #f7f7f7;
	border: 1px solid #E3E3E3;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	cursor: pointer;
	font-weight: bold;
}
.insights-hubdb-listing_sidebar-toggle-active {
	border-radius: 12px;
}
.insights-hubdb-listing_sidebar-toggle:before {
	content: "";
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	background-image: url('https://23263479.fs1.hubspotusercontent-na1.net/hubfs/23263479/Angeion_Group_2025/icons/chevron-down.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
	transform: rotateZ(180deg);
	transition: 0.2s ease;
}
.insights-hubdb-listing_sidebar-toggle.insights-hubdb-listing_sidebar-toggle-active:before {
	transform: rotateZ(0deg);
}
@media (min-width:768px) {
	.insights-hubdb-listing_sidebar-toggle {
		display: none;
	}
}

/* Label */
.insights-hubdb-listing_sidebar-label {
	color: var(--secondary);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

/* Search */
body .insights-hubdb-listing .insights-hubdb-listing_sidebar-search-wrapper input {
	padding: 12px!important;
	font-size: 16px!important;
	border-radius: 8px!important;
	background-color: #fff!important;
	border: 1px solid #E0E0E0!important;
	color: #777879;
	background-image: url('https://23263479.fs1.hubspotusercontent-na1.net/hubfs/23263479/Angeion_Group_2025/icons/search-icon.svg');
	background-position: calc(100% - 10px)  center;
	background-repeat: no-repeat;
	background-size: 12px;
}

/* Checkboxes */
.insights-hubdb-listing_sidebar-checkbox-wrapper {
	padding: 0;
	margin: 0;
}
.insights-hubdb-listing_sidebar-checkbox-wrapper li {
	position: relative;
	list-style: none;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #777879;
	cursor: pointer;
}
.insights-hubdb-listing_sidebar-checkbox-wrapper li:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 2px;
	border: 1px solid #777879;
	margin-right: 8px;
}
	.insights-hubdb-listing_sidebar-checkbox-wrapper li.is-checked:before {
		background-color: var(--secondary);
		border: 1px solid var(--secondary);
		background-image: url('https://23263479.fs1.hubspotusercontent-na1.net/hubfs/23263479/Angeion_Group_2025/icons/check-icon.svg');
		background-repeat: no-repeat;
		background-size: 10px;
		background-position: center;
	}

.insights-hubdb-listing_sidebar-sort li {
	position: relative;
}
.insights-hubdb-listing_sidebar-sort li:before {
	border-radius: 100%;
	background-image: none!important;
}
.insights-hubdb-listing_sidebar-sort li.is-checked:before {
	width: 14px;
	height: 14px;
}
.insights-hubdb-listing_sidebar-sort li.is-checked:after {
	content: "";
	position: absolute;
	border: 1px solid var(--secondary);
	border-radius: 100%;
	width: 20px;
	height: 20px;
	left: -3px;
	right: 0;
	
}

/* Reset Button */
.insights-hubdb-listing_sidebar-reset {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: #fff;
	border: 1px solid var(--primary);
	border-radius: 8px;
	padding: 12px;
	text-align: center;
	font-size: 16px;
	color: var(--primary);
	cursor: pointer;
	transition: 0.2s ease;
}
	.insights-hubdb-listing_sidebar-reset:hover {
		background-color: var(--primary);
		color: #fff;
	}
.insights-hubdb-listing_sidebar-reset svg {
	fill: var(--primary);
	transition: 0.2s ease;
	margin-left: 5px;
}
	.insights-hubdb-listing_sidebar-reset:hover svg,
	.insights-hubdb-listing_sidebar-reset:hover svg path {
		fill: #fff!important;
	}

/* ==============
 * LISTING PAGE 
 * =================================== */
.insights-hubdb-listing {
	padding-bottom: 48px;
	padding-top: 40px;
}
.insights-hubdb-listing_item {
	background-color: var(--white-400);
	border-radius: 12px;
	text-decoration: none;
	overflow: hidden;
	height: auto;
	isolation: isolate;
	width: 31%;
	margin: 1%;
	margin-top: 0;
	transition: 0.3s ease;
} 
	.insights-hubdb-listing_item:hover {
		transform: translateY(-2px);
		opacity: 1;
	}
@media (min-width: 1280px) {
	.insights-hubdb-listing {
		padding-bottom: 80px;
	}
}

@media (min-width: 1024px) {
	.insights-hubdb-listing {
		padding-block: 64px;
	}
}
@media (max-width:1023px) {
	.insights-hubdb-listing_item {
		width: 48%;
	}
}
@media (max-width:480px) {
	.insights-hubdb-listing_item {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

/* Float Content Type */
.insights-hubdb-listing-float-content-type {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 3;
	background-color: var(--primary);
	color: #fff;
	border-radius: 4px;
	font-size: 11px;
	padding: 3px 6px;
}

/* Tags */
.insights-hubdb-listing_tags {
	
}
.insights-hubdb-listing_tags span {
	display: inline-flex;
	font-size: 12px;
	color: #777879;
	padding: 2px 4px;
	background-color: #fff;
	border: 1px solid #E0E0E0;
	margin-right: 4px;
	margin-bottom: 4px;
	border-radius: 4px;
}

/* -----
 * Page H1 
 * ---------- */
.insights-hubdb-listing_header {
	margin-bottom: 32px;
}
@media (min-width:1024px) {
	.insights-hubdb-listing_header {
		margin-bottom: 64px;
	}
}

/* -----
 * Image 
 * ---------- */
.insights-hubdb-listing_item-image {
	aspect-ratio: 3 / 2;
	height: auto;
	overflow: hidden;
}
.insights-hubdb-listing_item-image img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* -----
 * Content
 * ---------- */
.insights-hubdb-listing_date,
.insights-hubdb-listing_loc {
	color: var(--base);
	display: block;
	font-size: 14px;
	margin-bottom: 8px;
}
.insights-hubdb-listing_date {
	margin-bottom: 3px;
}
.insights-hubdb-listing_title {
	color: var(--secondary);
	font-family: Inter;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 0;
}
	.insights-hubdb-listing_item:hover .insights-hubdb-listing_title {
		color: var(--primary);
	}
.insights-hubdb-listing_item-content {
	padding: 16px 16px 20px;
	border-top: 1px solid var(--white-200);
}
@media (min-width: 1280px) {
	.insights-hubdb-listing_item-content {
		padding: 20px 20px 24px;
	}
}
@media (min-width: 1024px) {
	.insights-hubdb-listing_item-content {
		padding: 16px 16px 20px;
	}
}

/* ==============
 * POST PAGE 
 * =================================== */
.insights-hubdb-post_banner {
	border-bottom: 1px solid var(--base-100);
	padding-top: 4.8rem;
	padding-bottom: 3.8rem;
}
.insights-hubdb-post .container {
	max-width: 800px;
}
@media (min-width: 1024px) {
	.insights-hubdb-post_banner {
		padding-top: 6.4rem;
		padding-bottom: 3.2rem;
	}
}
@media (min-width: 1280px) {
	.insights-hubdb-post_banner {
		padding-top: 8rem;
		padding-bottom: 4rem;
	}
}

/* Type and Services */
.insights-hubdb-post_banner-content-type {
	font-size: 12px;
	border-radius: 4px;
	padding: 6px 10px;
}
.insights-hubdb-post_banner-tags span {
	padding: 6px 10px;
	border-radius: 4px;
	color: #777879;
	font-size: 12px;
	border: 1px solid #E0E0E0;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* -----
 * Content 
 * ---------- */
.insights-hubdb-post_content {
	padding-bottom: 4.8rem;
	padding-top: 3.4rem;
}
.insights-hubdb-post_content a {
	color: var(--base);
	text-decoration: underline;
}
	.insights-hubdb-post_content a:hover {
		color: var(--primary);
		opacity: 1;
	}
@media (min-width: 1024px) {
	.insights-hubdb-post_content {
		padding-bottom: 6.4rem;
		padding-top: 3.2rem;
	}
}
@media (min-width: 1280px) {
	.insights-hubdb-post_content {
		padding-bottom: 8rem;
		padding-top: 4rem;
	}
}

/* -----
 * Title 
 * ---------- */
.insights-hubdb-post_banner h1 {
	font-size: 2.8rem;
	margin-bottom: 1.8rem;
	line-height: 1.2;
	letter-spacing; -.02em;
}
@media (min-width:640px) {
	.insights-hubdb-post_banner h1 {
		font-size: 3.2rem;
		margin-bottom: 1.4rem;
	}
}
@media (min-width:1024px) {
	.insights-hubdb-post_banner h1 {
		font-size: 4rem;
		margin-bottom: 1.6rem;
	}
}
@media (min-width:1280px) {
	.insights-hubdb-post_banner h1 {
		font-size: 4.8rem;
		margin-bottom: 2rem;
	}
}

/* -----
 * Date and location 
 * ---------- */
.insights-hubdb-post_time {
	margin-bottom: 0;
}
.insights-hubdb-post_meta,
.insights-hubdb-post_time,
.insights-hubdb-post_loc {
	font-size: 1.1rem;
}
@media (min-width: 1024px) {
	.insights-hubdb-post_meta,
	.insights-hubdb-post_time,
	.insights-hubdb-post_loc {
		font-size: 1.2rem;
	}
}
@media (min-width: 1280px) {
	.insights-hubdb-post_meta,
	.insights-hubdb-post_time,
	.insights-hubdb-post_loc {
		font-size: 1.4rem;
	}
}

/* -----
 * Button 
 * ---------- */
.insights-hubdb .insights-hubdb_button {
  display: inline-flex;
  font-size: 1rem;
  border: 1px solid var(--white-300);
  color: var(--secondary);
  padding: 1.2rem 2rem;
  gap: .8rem;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  border-radius: 1.2rem;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: 1.4;
  box-shadow: 0 1px #0000000d;
}
.insights-hubdb .insights-hubdb_button svg {
  max-width: .9rem;
}
.insights-hubdb .insights-hubdb_button:hover {
  transform: unset;
  opacity: 1;
  border-color: var(--primary);
}
@media (min-width: 1280px) {
  .insights-hubdb .insights-hubdb_button {
    padding: 1.5rem 2.4rem;
    gap: 1.2rem;
    font-size: 1.2rem;
  }
}


/* Pagination */
.insights-hubdb-listing .js-isotope-pagination {
	margin-top: 2rem;
	display: flex;
	justify-content: center;
}
.insights-hubdb-listing .js-isotope-pagination button {
	background-color: transparent;
	border: 1px solid var(--secondary);
	margin: 5px;
	width: 45px;
	height: 45px;
	line-height: 1;
	padding: 0;
	text-align: center;
	color: var(--primary);
	border-color: var(--primary);
	cursor: pointer;
	transition: 0.2s ease;
}
.insights-hubdb-listing .js-isotope-pagination button:hover,
.insights-hubdb-listing .js-isotope-pagination button.is-active {
	background-color: var(--primary);
	color: #fff;
}
