.fig-blog-card {
	border-radius: 12px;
	width: 500px;
	min-height: 540px;
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 0 0 32px 0;
	transition: box-shadow 0.2s;
	overflow: visible;
}

.fig-blog-card__link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.fig-blog-card__body {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 18px;
	padding: 0 0px;
	margin-top: 24px;
	overflow: visible;
}

.fig-blog-card__body-left {
	flex: 0 0 68px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.fig-blog-card__body-right {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

@media (max-width: 600px) {
	.fig-blog-card__body {
		flex-direction: row;
		gap: 12px;
		padding: 0 0px;
		margin-top: 12px;
		align-items: flex-start;
	}

	.fig-blog-card__body-left {
		flex: 0 0 68px;
		margin-bottom: 0;
	}

	.fig-blog-card__body-right {
		flex: 1 1 0;
		min-width: 0;
	}
}

/* Figma Blog News Sidebar Layout */
.fig-blog-news__content-row {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 56px;
}

.fig-blog-sidebar {
	width: 320px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 44px;
	margin-top: -90px;
}

.fig-blog-sidebar__heading {
	font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #222;
	margin-bottom: 18px;
	letter-spacing: 0.1px;
}

/* Recent Posts */
.fig-blog-recent__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

/* Vertical accent line for Recent Posts section (match doctors section styling) */
.fig-blog-recent {
	position: relative;
}

.fig-blog-recent::before {
	content: "";
	position: absolute;
	left: -15px;
	top: 0;
	width: 3px;
	height: 100%;
	background: linear-gradient(to bottom, #00b894 0%, #00b894 15%, #e2e8f0 10%, #e2e8f0 100%);
	border-radius: 2px;
}

/* Keep the accent line within view on smaller screens */
@media (max-width: 1024px) {
	.fig-blog-recent::before {
		left: -24px;
	}
}

@media (max-width: 640px) {
	.fig-blog-recent::before {
		left: -8px;
	}
}

/* Vertical accent line for Tags section */
.fig-blog-tags {
	position: relative;
}

.fig-blog-tags::before {
	content: "";
	position: absolute;
	left: -15px;
	top: 0;
	width: 3px;
	height: 120%;
	background: linear-gradient(to bottom, #00b894 0%, #00b894 30%, #e2e8f0 10%, #e2e8f0 100%);
	border-radius: 2px;
}

/* Vertical accent line for Categories section */
.fig-blog-categories {
	position: relative;
}

.fig-blog-categories::before {
	content: "";
	position: absolute;
	left: -15px;
	top: 0;
	width: 3px;
	height: 100%;
	background: linear-gradient(to bottom, #00b894 0%, #00b894 15%, #e2e8f0 10%, #e2e8f0 100%);
	border-radius: 2px;
}

/* Doctors: override inline accent to match gradient and spacing */
.fig-blog-doctors {
	position: relative;
}

.fig-blog-doctors__accent-vert {
	position: absolute !important;
	left: -15px !important;
	top: 0 !important;
	width: 3px !important;
	height: 100% !important;
	background: linear-gradient(to bottom, #00b894 0%, #00b894 10%, #e2e8f0 10%, #e2e8f0 100%) !important;
	border-radius: 2px !important;
}

/* Responsive offsets for all accent lines */
@media (max-width: 1024px) {

	.fig-blog-tags::before,
	.fig-blog-categories::before,
	.fig-blog-doctors__accent-vert {
		left: -24px !important;
	}
}

@media (max-width: 640px) {

	.fig-blog-tags::before,
	.fig-blog-categories::before,
	.fig-blog-doctors__accent-vert {
		left: -8px !important;
	}
}

.fig-blog-tag {
	font-size: 12px;
	padding: 5px 10px;
}

.fig-blog-categories__link {
	font-size: 13px;
	padding: 6px 0;
}

.fig-blog-categories__count {
	font-size: 11px;
	padding: 2px 7px;
}

/* Figma News & Blog Section */
.fig-blog-news {
	padding: 96px 0 64px 0;
	position: relative;
	overflow: visible;
}

.fig-blog-news__container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 32px;
	padding-right: 50px;
}

.fig-blog-news__content {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 32px;
}

.fig-blog-news__blogs {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.fig-blog-news__row {
	display: flex;
	flex-direction: row;
	gap: 40px;
	border-bottom: 1px solid #cfcfcf;
}

.fig-blog-news__heading {
	font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 34px;
	font-weight: 700;
	color: #333;
	margin-bottom: 8px;
	letter-spacing: 0.2px;
}

.fig-blog-news__divider {
	width: 44px;
	height: 2px;
	background: #333;
	margin-bottom: 48px;
}

.fig-blog-news__list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 50px;
	justify-content: flex-start;
}

/* .fig-blog-card:hover {
	box-shadow: 0 8px 40px rgba(39, 98, 131, 0.16);
} */

.fig-blog-card__img-wrap {
	width: 100%;
	height: 240px;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}

.fig-blog-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.fig-blog-card__date {
	position: static;
	left: 24px;
	top: 200px;
	width: 68px;
	height: 71px;
	background: #fff;
	border: 2px solid #00b894;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 2;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.fig-blog-card__date-day {
	font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #00b894;
	margin-top: 8px;
	line-height: 1;
}

.fig-blog-card__date-month {
	font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #00b894;
	margin-top: 2px;
	letter-spacing: 1px;
}

.fig-blog-card__title {
	font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #333;
	margin: 12px 0px 0 0px;
	line-height: 1.2;
	max-width: 320px;
}

.fig-blog-card__title-divider {
	width: 38px;
	height: 2px;
	background: #333;
	margin: 12px 0 0 0px;
}

.fig-blog-card__desc {
	font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 16px;
	color: #666;
	margin: 5px 24px 0 0px;
	line-height: 1.7;
	max-width: 320px;
}

.fig-blog-card__meta {
	margin: 36px 24px 0 0px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 16px;
}

.fig-blog-card__tags {
	color: #666;
	font-weight: 500;
}

.fig-blog-card__tags span {
	color: #428bdc;
	font-weight: 500;
}

.fig-blog-card__cat {
	color: #666;
	font-weight: 500;
}

.fig-blog-card__cat span {
	color: #428bdc;
	font-weight: 500;
}

@media (max-width: 1200px) {
	.fig-blog-news__container {
		max-width: 1000px;
	}

	.fig-blog-news__list {
		gap: 32px 24px;
	}

	.fig-blog-card {
		width: 320px;
		min-height: 500px;
	}

	.fig-blog-news__content {
		flex-direction: column;
		gap: 40px;
	}
}

@media (max-width: 900px) {
	.fig-blog-news__container {
		max-width: 100vw;
		padding: 0 12px;
	}

	.fig-blog-news__list {
		flex-direction: column;
		gap: 32px 0;
		align-items: center;
	}

	.fig-blog-card {
		width: 100%;
		min-width: 0;
		max-width: 420px;
	}

	.fig-blog-news__content {
		flex-direction: column;
		gap: 32px;
	}

	.fig-blog-news__row {
		flex-direction: column;
		gap: 32px;
		align-items: center;
	}
}

@media (max-width: 600px) {
	.fig-blog-news {
		padding: 48px 0 24px 0;
	}

	.fig-blog-news__heading {
		font-size: 22px;
	}

	.fig-blog-card__img-wrap {
		height: 160px;
	}

	.fig-blog-card__date {
		left: 12px;
		top: 120px;
		width: 54px;
		height: 60px;
		font-size: 18px;
	}

	.fig-blog-card__date-day {
		margin-top: 0px;

	}

	.fig-blog-card__title {
		font-size: 16px;
		margin: 20px 0 0 0px;
		max-width: 90vw;
	}

	.fig-blog-card__desc {
		font-size: 13px;
		margin: 12px 12px 0 0px;
		max-width: 90vw;
	}

	.fig-blog-card__meta {
		margin: 18px 12px 0 0px;
		font-size: 13px;
	}
}

/* Blog Hero (legacy baseline) */
.blog-hero {
	position: relative;
	padding: 96px 0 48px;
	background:
		radial-gradient(600px 400px at 20% -10%, rgba(0, 240, 193, 0.28) 0%, rgba(0, 240, 193, 0) 70%),
		linear-gradient(180deg, #ffffff 0%, rgba(0, 173, 139, 0.06) 100%);
	overflow: visible;
}

.blog-hero__container {
	max-width: var(--container-max-width);
	margin: 0 auto;
	padding: 0 var(--container-padding);
	display: grid;
	grid-template-columns: 0.6fr 0.4fr;
	align-items: center;
	gap: 24px;
	overflow: visible;
}

.blog-hero__pill {
	display: inline-block;
	padding: 8px 16px;
	border-radius: 999px;
	background: rgba(0, 184, 148, .10);
	color: var(--primary-color);
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 14px;
}

.blog-hero__title {
	font-size: clamp(2.25rem, 3.6vw, 3.5rem);
	line-height: 1.1;
	margin: 0 0 10px;
	color: #020817;
	font-weight: 800;
	font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.blog-hero__subtitle {
	font-size: 18px;
	line-height: 1.6;
	color: rgba(0, 0, 0, 0.7);
	max-width: 620px;
	margin: 0 0 18px;
}

.blog-hero__title-highlight {
	position: relative;
	display: inline-block;
	z-index: 0;
}

.blog-hero__title-highlight::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 78%;
	transform: translate(-50%, -50%) rotate(-2deg);
	width: 220px;
	height: 70px;
	background: url('../images/blog/hero-ellipse.svg') no-repeat center / contain;
	z-index: -1;
	pointer-events: none;
}

.blog-hero__search {
	display: flex;
	gap: 10px;
	align-items: center;
}

.blog-hero__input {
	flex: 1 1 auto;
	height: 46px;
	padding: 0 14px;
	border: 1px solid rgba(2, 8, 23, 0.12);
	border-radius: 10px;
	font-size: 16px;
}

.blog-hero__btn {
	height: 46px;
}

.blog-hero__visual {
	position: relative;
}

.blog-hero__image {
	width: 100%;
	height: auto;
	display: block;
}

.blog-hero__decor--dots {
	position: absolute;
	right: 3%;
	top: 40%;
	width: 120px;
	pointer-events: none;
	opacity: 0.8;
}

.blog-hero__chips {
	max-width: var(--container-max-width);
	margin: 18px auto 0;
	padding: 0 var(--container-padding);
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.blog-hero__chip {
	display: inline-flex;
	align-items: center;
	height: 34px;
	padding: 0 12px;
	border-radius: 999px;
	border: 1px solid rgba(2, 8, 23, 0.12);
	background: #fff;
	color: #020817;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
}

.blog-hero__chip:hover {
	border-color: var(--primary-color);
	color: var(--primary-color);
}

@media (max-width: 1024px) {
	.blog-hero {
		padding: 72px 0 32px;
	}

	.blog-hero__container {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.blog-hero__subtitle {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.blog-hero {
		padding: 56px 0 24px;
	}

	.blog-hero__search {
		flex-direction: column;
		align-items: stretch;
	}

	.blog-hero__btn {
		width: 100%;
	}
}

/* Blog Hero v2 (Figma-aligned) */
.blog-hero--v2 {
	/* Slightly taller hero spacing */
	padding: 120px 0 100px;
	/* background:
		radial-gradient(900px 600px at 78% 18%, rgba(0, 240, 193, 0.28) 0%, rgba(0, 240, 193, 0) 70%),
		radial-gradient(700px 460px at 15% 8%, rgba(10, 134, 200, 0.10) 0%, rgba(10, 134, 200, 0) 75%),
		linear-gradient(180deg, #ffffff 0%, rgba(0, 173, 139, 0.06) 100%); */
	position: relative;
	z-index: 2;
	isolation: isolate;
	overflow: visible;
}

.blog-hero.blog-hero--v2 {
	overflow: visible;
}

/* subtle divider line near top as in Figma */
.blog-hero--v2::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 81px;
	transform: translateX(-50%);
	width: 1920px;
	max-width: 100%;
	border-bottom: 0.3px solid rgba(0, 0, 0, 0.2);
}

.blog-hero--v2 .blog-hero__container {
	max-width: var(--container-max-width);
	margin: 0 auto;
	padding: 0 var(--container-padding);
	position: relative;
	/* Override legacy grid so header can truly center */
	display: block;
}

.blog-hero--v2 .blog-hero__header {
	text-align: center;
	position: relative;
	padding-top: 24px;
}

.blog-hero--v2 .blog-hero__title {
	margin: 0 0 8px;
	font-weight: 700;
	color: #020817;
	font-size: clamp(2rem, 3.3vw, 56px);
	line-height: 66px;
	letter-spacing: 0.66px;
	font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.blog-hero--v2 .blog-hero__title-pill {
	display: inline-block;
	position: relative;
	padding: 6px 12px;
	border-radius: 999px;
	color: #00b894;
	z-index: 1;
}

.blog-hero--v2 .blog-hero__title-pill::before {
	content: "";
	position: absolute;
	inset: -8px -10px -10px -10px;
	border-radius: 999px;
	background: radial-gradient(60% 60% at 50% 50%, rgba(0, 184, 148, 0.22) 0%, rgba(0, 184, 148, 0) 70%);
	z-index: -1;
	filter: saturate(110%);
}

.blog-hero--v2 .blog-hero__subtitle {
	max-width: 733px;
	margin: 6px auto 0;
	color: rgba(0, 0, 0, 0.7);
	font-size: 18px;
	line-height: 28px;
}

.blog-hero--v2 .blog-hero__arrow {
	position: absolute;
	left: 2%;
	top: calc(100% - 5px);
	transform: translateX(-50%) scaleY(-1);
	width: 70px;
	height: 20px;
	opacity: .95;
	z-index: 3;
}

/* Floating cards */

.blog-hero--v2 .blog-hero__left-card {
	position: absolute;
	left: 80px;
	bottom: -30px;
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 13px 14px 40px rgba(39, 98, 131, 0.15);
	display: grid;
	place-items: center;
	z-index: 3;
}

.blog-hero--v2 .blog-hero__left-card-inner {
	width: 52px;
	height: 45px;
	overflow: hidden;
}

.blog-hero--v2 .blog-hero__left-icon {
	width: 100%;
	height: 100%;
	display: block;
}

.blog-hero--v2 .blog-hero__stats {
	position: absolute;
	top: 80%;
	right: 0;
	transform: translateY(-50%);
	width: 260px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 2;
}

/* Dotted squiggle connector near the heart icon */
.blog-hero--v2 .blog-hero__dotted {
	position: absolute;
	left: 180px;
	top: 64%;
	width: 100px;
	height: 40px;
	opacity: .9;
	z-index: 3;
}

.blog-hero--v2 .blog-hero__stats-illus {
	position: absolute;
	top: -26px;
	width: 30px;
	height: 42px;
	transform: translateY(-6px) scaleY(-1);
}

.blog-hero--v2 .blog-hero__stats-card {
	width: 170px;
	height: auto;
	background: #fff;
	border-radius: 10px;
	box-shadow: 13px 14px 40px rgba(39, 98, 131, 0.15);
	padding-top: 10px;
	padding-bottom: 10px;
	display: grid;
	gap: 2px;
	justify-items: center;
	margin-right: 32px;
}

.blog-hero--v2 .blog-hero__stats-value {
	font-weight: 800;
	font-size: 20px;
	color: #020817;
	line-height: 28px;
}

.blog-hero--v2 .blog-hero__stats-text {
	display: grid;
	gap: 0;
	text-align: center;
	color: #4b4d4c;
	font-size: 12px;
	line-height: 22.4px;
}

@media (max-width: 1024px) {
	.blog-hero--v2 {
		padding: 96px 0 56px;
	}

	.blog-hero--v2 .blog-hero__left-card {
		left: 24px;
		top: 260px;
	}

	.blog-hero--v2 .blog-hero__stats {
		right: 24px;
		top: 240px;
	}

	.blog-hero--v2 .blog-hero__dotted {
		left: 24px;
		top: 220px;
		width: 90px;
	}
}

@media (max-width: 768px) {
	.blog-hero--v2 {
		padding: 80px 0 40px;
	}

	.blog-hero--v2 .blog-hero__left-card {
		display: none;
	}

	.blog-hero--v2 .blog-hero__stats {
		right: 16px;
		top: 240px;
		transform: scale(.9);
	}

	.blog-hero--v2 .blog-hero__arrow,
	.blog-hero--v2 .blog-hero__stats-card {
		display: none;
	}

	.blog-hero--v2 .blog-hero__dotted {
		display: none;
	}
}

/* Blog page styles (grid + cards) */
.blog {
	padding: var(--section-padding) 0;
	background: #fff;
	position: relative;
}

.blog__container {
	max-width: var(--container-max-width);
	margin: 0 auto;
	padding: 0 var(--container-padding);
}

.blog__header {
	text-align: center;
	margin-bottom: var(--section-gap);
}

.blog__pill {
	display: inline-block;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(0, 184, 148, .10);
	color: var(--primary-color);
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 12px;
}

.blog__title {
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.1;
	margin: 0 0 8px;
	color: var(--text-primary);
	font-weight: 800;
}

.blog__subtitle {
	font-size: 1.125rem;
	color: var(--text-secondary);
	margin: 0;
}

.blog__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.blog-card {
	background: #fff;
	border: 1px solid rgba(2, 8, 23, 0.08);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
	transition: transform .22s ease, box-shadow .22s ease;
	display: flex;
	flex-direction: column;
}

.blog-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
}

.blog-card__image {
	position: relative;
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.blog-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.blog-card__category {
	position: absolute;
	left: 12px;
	top: 12px;
	background: rgba(255, 255, 255, .92);
	color: #020817;
	border-radius: 999px;
	padding: 6px 10px;
	font-size: 12px;
	font-weight: 600;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.blog-card__content {
	padding: 16px 16px 18px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.blog-card__title {
	font-size: 20px;
	line-height: 1.3;
	margin: 0;
	color: #020817;
	font-weight: 700;
}

.blog-card__title a {
	color: inherit;
	text-decoration: none;
}

.blog-card__title a:hover {
	color: var(--primary-color);
}

.blog-card__excerpt {
	color: var(--text-light);
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}

.blog-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 2px;
}

.blog-card__author {
	display: flex;
	align-items: center;
	gap: 8px;
}

.blog-card__author-avatar {
	width: 28px;
	height: 28px;
	border-radius: 50%;
}

.blog-card__author-name {
	color: #020817;
	font-weight: 600;
	font-size: 14px;
}

.blog-card__date {
	color: var(--text-secondary);
	font-size: 13px;
}

.blog-card__read {
	margin-top: 2px;
	color: var(--primary-color);
	font-weight: 600;
	text-decoration: none;
}

.blog-card__read:hover {
	text-decoration: underline;
}

.blog__pagination {
	margin-top: 32px;
	display: flex;
	justify-content: center;
}

.blog__pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin: 0 4px;
	border-radius: 8px;
	border: 1px solid rgba(2, 8, 23, 0.1);
	color: #020817;
	text-decoration: none;
	font-weight: 600;
}

.blog__pagination .page-numbers.current {
	background: var(--primary-color);
	color: #fff;
	border-color: transparent;
}

.blog__pagination .page-numbers:hover {
	border-color: var(--primary-color);
	color: var(--primary-color);
}

/* Breakpoints */
@media (max-width: 1200px) {
	.blog__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}
}

@media (max-width: 768px) {
	.blog__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.blog {
		padding: 60px 0;
	}
}

@media (max-width: 480px) {
	.blog-card__content {
		padding: 14px;
	}

	.blog-card__title {
		font-size: 18px;
	}
}

/* Figma Blog/News Section Layout */
.fig-blog-news__content-row {
	display: flex;
	gap: 64px;
	align-items: flex-start;
}

.fig-blog-news__main {
	flex: 1;
	min-width: 0;
}

.fig-blog-sidebar {
	width: 320px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 70px;
}

.fig-blog-sidebar__section {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 32px rgba(39, 98, 131, 0.10);
	padding: 24px;
}

.fig-blog-sidebar__heading {
	font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px;
	position: relative;
}

.fig-blog-sidebar__heading::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 32px;
	height: 2px;
	background: #333;
}

/* Recent Posts */
.fig-blog-recent__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.fig-blog-recent__item {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 12px 0;
	border-bottom: 1px solid #f0f0f0;
}

.fig-blog-recent__item:last-child {
	border-bottom: none;
}

.fig-blog-recent__img {
	width: 60px;
	height: 60px;
	border-radius: 8px;
	object-fit: cover;
	flex-shrink: 0;
}

.fig-blog-recent__content {
	flex: 1;
	min-width: 0;
}

.fig-blog-recent__link {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	transition: background 0.15s;
	border-radius: 6px;
	padding: 8px;
	margin: -8px;
}

.fig-blog-recent__title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 2px;
	color: #222;
	line-height: 1.3;
}

.fig-blog-recent__date {
	font-size: 13px;
	color: #888;
	font-weight: 400;
}

/* Tags */

/* .fig-blog-tags__divider removed per request */

.fig-blog-tags__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 261px;
	height: 40px;
	border: 1px solid #0081b8;
	background: #fff;
	border-radius: 6px;
	padding: 0 12px 0 16px;
	color: #0081b8;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
}

.fig-blog-tags__label {
	color: #0081b8;
	font-weight: 600;
	font-size: 16px;
}

.fig-blog-tags__icon {
	width: 12px;
	height: 7px;
	display: block;
}

.fig-blog-tags__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-left: 0px;
}

.fig-blog-tag {
	display: inline-block;
	background: #f6f8fa;
	color: #0a86c8;
	font-size: 14px;
	font-weight: 600;
	border-radius: 6px;
	padding: 6px 14px;
	text-decoration: none;
	transition: background 0.15s, color 0.15s;
}

.fig-blog-tag:hover {
	background: #0a86c8;
	color: #fff;
}

/* Categories */
.fig-blog-categories__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.fig-blog-categories__item {
	border-radius: 8px;
	transition: background 0.15s;
}

.fig-blog-categories__link {
	display: flex;
	justify-content: left;
	align-items: center;
	text-decoration: none;
	color: #222;
	font-size: 15px;
	font-weight: 600;
	padding: 8px 0;
	border-radius: 8px;
	transition: background 0.15s;
}

.fig-blog-categories__link:hover {
	background: #f6f8fa;
}

.fig-blog-categories__count {
	background: #eaf6f3;
	color: #00b894;
	font-size: 13px;
	font-weight: 700;
	border-radius: 6px;
	padding: 2px 10px;
	margin-left: 10px;
}

/* Doctors (Figma pixel-perfect) */
.fig-blog-doctors__title-wrap {
	position: relative;
}

.fig-blog-doctors__heading {
	font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin-bottom: 8px;
}

.fig-blog-doctors__divider {
	width: 35px;
	height: 2px;
	background: #333;
	margin-bottom: 18px;
}

.fig-blog-doctors__desc {
	font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 15px;
	color: #666;
	line-height: 23px;
	margin-bottom: 32px;
	max-width: 300px;
}

.fig-blog-doctors__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.fig-blog-doctor__item {
	display: flex;
	align-items: center;
	position: relative;
	height: 121px;
	border-bottom: 1px solid #e5e7eb;
}

.fig-blog-doctor__item:last-child {
	border-bottom: none;
}

.fig-blog-doctor__avatar-wrap {
	width: 105px;
	height: 105px;
	overflow: hidden;
	border-radius: 50%;
	margin-left: 3px;
}

.fig-blog-doctor__avatar {
	width: 105px;
	height: 105px;
	object-fit: cover;
	border-radius: 50%;
	display: block;
}

.fig-blog-doctor__info {
	margin-left: 24px;
}

.fig-blog-doctor__name {
	font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #333;
	margin: 0 0 4px 0;
}

.fig-blog-doctor__specialty {
	font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 23px;
}

.fig-blog-doctor__social {
	display: flex;
	gap: 17px;
	align-items: center;
	margin-top: 18px;
}

.fig-blog-doctor__social img {
	display: block;
}

.fig-blog-doctors__accent-vert {
	position: absolute;
	left: 15px;
	top: 0;
	width: 3px;
	height: 370px;
	background: #00b894;
	border-radius: 2px;
}

/* Pagination */
.fig-blog-pagination {
	display: flex;
	justify-content: left;
	align-items: center;
	gap: 6px;
	margin-top: 18px;
}

.fig-blog-pagination__numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.fig-blog-pagination__number {
	width: 42px;
	height: 45px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	border: 1px solid #0081b8;
	color: #0081b8;
	font-weight: 600;
	font-size: 18px;
	text-decoration: none;
}

.fig-blog-pagination__number--active {
	background: #00b894;
	border-color: #00b894;
	color: #fff;
}

.fig-blog-pagination__number--next {
	width: 70px;
}

.fig-blog-pagination__number--prev {
	width: auto;
	padding: 0 12px;
	white-space: nowrap;
}

.fig-blog-pagination__link {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	text-decoration: none;
	color: #666;
	font-weight: 600;
	transition: background 0.15s, color 0.15s;
}

.fig-blog-pagination__link:hover {
	background: #f6f8fa;
	color: #0a86c8;
}

.fig-blog-pagination__link--active {
	background: #0a86c8;
	color: #fff;
}

.fig-blog-pagination__link--active:hover {
	background: #0a86c8;
	color: #fff;
}

.fig-blog-pagination__dots {
	color: #ccc;
	font-size: 16px;
}

/* Responsive */
@media (max-width: 1200px) {
	.fig-blog-news__content-row {
		flex-direction: column;
		gap: 40px;
	}

	.fig-blog-sidebar {
		width: 100%;
		flex-direction: row;
		gap: 32px;
		margin-top: 32px;
	}
}

@media (max-width: 900px) {
	.fig-blog-news__content-row {
		flex-direction: column;
		gap: 32px;
	}

	.fig-blog-sidebar {
		width: 100%;
		flex-direction: column;
		gap: 32px;
		margin-top: 24px;
	}
}

@media (max-width: 600px) {
	.fig-blog-sidebar {
		width: 100%;
		gap: 18px;
		margin-top: 18px;
	}

	.fig-blog-sidebar__heading {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.fig-blog-recent__title {
		font-size: 14px;
	}

	.fig-blog-recent__date {
		font-size: 11px;
	}

	.fig-blog-tag {
		font-size: 12px;
		padding: 5px 10px;
	}

	.fig-blog-tags__button {
		width: 100%;
	}

	.fig-blog-categories__link {
		font-size: 13px;
		padding: 6px 0;
	}

	.fig-blog-categories__count {
		font-size: 11px;
		padding: 2px 7px;
	}

	.fig-blog-doctor__name {
		font-size: 13px;
	}

	.fig-blog-doctor__specialty {
		font-size: 11px;
	}

	.fig-blog-pagination {
		gap: 4px;
		margin-top: 32px;
	}

	.fig-blog-pagination__link {
		width: 32px;
		height: 32px;
		font-size: 14px;
	}
}