/**
 * Knowledge page — CSS on UX columns.
 * Match Stitch ki_n_th_c_y_khoa_b_c_s_v_vn.
 */

/* Hero + search */
body.drvu-knowledge-page .drvu-know-hero.section {
	padding-top: 64px !important;
}

body.drvu-knowledge-page.admin-bar .drvu-know-hero.section {
	padding-top: 64px !important;
}

body.drvu-knowledge-page .drvu-know-hero h1 {
	margin-bottom: 24px;
}

body.drvu-knowledge-page .drvu-know-hero .drvu-lead--center {
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
}

body.drvu-knowledge-page .drvu-suggest {
	margin: 0;
	font: var(--drvu-label-md);
	color: var(--drvu-on-surface-variant);
}

body.drvu-knowledge-page .drvu-suggest span {
	margin-right: 8px;
}

body.drvu-knowledge-page .drvu-suggest a {
	display: inline-block;
	margin: 4px 4px 0;
	padding: 4px 12px;
	border-radius: var(--drvu-radius-full);
	background: rgba(121, 247, 234, 0.3);
	color: var(--drvu-secondary);
	font-size: 12px;
	letter-spacing: var(--drvu-tracking-label);
}

body.drvu-knowledge-page .drvu-suggest a:hover {
	background: var(--drvu-secondary-container);
}

/* Category heading underline */
body.drvu-knowledge-page .drvu-know-cats h2 {
	margin-bottom: 8px;
}

body.drvu-knowledge-page .drvu-know-cats .row:first-child {
	margin-bottom: 32px;
}

body.drvu-knowledge-page .drvu-know-cats .row:first-child .col-inner > h2::after {
	content: "";
	display: block;
	width: 64px;
	height: 4px;
	margin-top: 8px;
	background: var(--drvu-secondary);
}

body.drvu-knowledge-page .col.drvu-cat {
	display: flex;
	margin-bottom: 24px;
}

body.drvu-knowledge-page .col.drvu-cat > .col-inner {
	width: 100%;
	padding: 0;
	background: #fff;
	border-radius: 1rem;
	overflow: hidden;
	border: 1px solid rgba(196, 198, 207, 0.2);
	box-shadow: var(--drvu-shadow-card);
	transition: border-color 0.3s ease;
}

body.drvu-knowledge-page .col.drvu-cat > .col-inner:hover {
	border-color: rgba(0, 106, 99, 0.3);
}

body.drvu-knowledge-page .col.drvu-cat--wide > .col-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto auto 1fr;
	align-items: center;
}

body.drvu-knowledge-page .col.drvu-cat--wide .img,
body.drvu-knowledge-page .col.drvu-cat--wide .img-inner {
	grid-column: 1;
	grid-row: 1 / span 4;
	position: relative;
	align-self: stretch;
	min-height: 280px;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

body.drvu-knowledge-page .col.drvu-cat--mind .img,
body.drvu-knowledge-page .col.drvu-cat--mind .img-inner {
	grid-column: 2;
}

body.drvu-knowledge-page .col.drvu-cat--wide .image-cover {
	position: absolute;
	inset: 0;
	padding-top: 0 !important;
	height: 100% !important;
	min-height: 0;
}

body.drvu-knowledge-page .col.drvu-cat--stack .img,
body.drvu-knowledge-page .col.drvu-cat--stack .img-inner {
	margin: 0;
	overflow: hidden;
}

body.drvu-knowledge-page .col.drvu-cat--stack .image-cover {
	padding-top: 192px !important;
	height: 0;
	position: relative;
}

body.drvu-knowledge-page .col.drvu-cat .image-cover img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	transition: transform 0.5s ease;
}

body.drvu-knowledge-page .col.drvu-cat:hover .image-cover img {
	transform: scale(1.05);
}

body.drvu-knowledge-page .col.drvu-cat--wide h3,
body.drvu-knowledge-page .col.drvu-cat--wide p,
body.drvu-knowledge-page .col.drvu-cat--wide .button {
	grid-column: 2;
	margin-left: 32px !important;
	margin-right: 32px !important;
}

body.drvu-knowledge-page .col.drvu-cat--wide h3 {
	margin-top: 32px !important;
}

body.drvu-knowledge-page .col.drvu-cat--wide .button {
	margin-bottom: 32px !important;
}

body.drvu-knowledge-page .col.drvu-cat--mind h3,
body.drvu-knowledge-page .col.drvu-cat--mind p,
body.drvu-knowledge-page .col.drvu-cat--mind .button {
	grid-column: 1;
}

body.drvu-knowledge-page .col.drvu-cat--stack > .col-inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 0;
	box-sizing: border-box;
}

body.drvu-knowledge-page .col.drvu-cat--stack h3 {
	margin: 24px 32px 12px !important;
}

body.drvu-knowledge-page .col.drvu-cat--stack p {
	margin: 0 32px 32px !important;
}

body.drvu-knowledge-page .col.drvu-cat h3 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	font: var(--drvu-headline-md);
	color: var(--drvu-primary);
}

body.drvu-knowledge-page .col.drvu-cat h3::before {
	font-family: "Material Symbols Outlined";
	font-size: 32px;
	color: var(--drvu-secondary);
	font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
	font-feature-settings: "liga";
}

body.drvu-knowledge-page .col.drvu-cat--cancer h3::before {
	content: "oncology";
	font-size: 36px;
	margin-bottom: 8px;
}

body.drvu-knowledge-page .col.drvu-cat--benign h3::before {
	content: "health_and_safety";
}

body.drvu-knowledge-page .col.drvu-cat--nutrition h3::before {
	content: "nutrition";
}

body.drvu-knowledge-page .col.drvu-cat--mind h3::before {
	content: "psychology";
	font-size: 36px;
	margin-bottom: 8px;
}

body.drvu-knowledge-page .col.drvu-cat p {
	margin: 0 0 24px;
}

body.drvu-knowledge-page .drvu-page .button.drvu-cat__more {
	background: transparent !important;
	border: 0 !important;
	color: var(--drvu-secondary) !important;
	padding: 0;
	margin: 0;
	box-shadow: none !important;
	width: auto;
}

body.drvu-knowledge-page .drvu-page .button.drvu-cat__more::after {
	content: "arrow_forward";
	font-family: "Material Symbols Outlined";
	font-size: 18px;
	font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
	font-feature-settings: "liga";
}

/* Featured overlay card */
body.drvu-knowledge-page .drvu-know-featured .row:first-child > .col > .col-inner {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

body.drvu-knowledge-page .drvu-page p.drvu-kicker-pill {
	display: inline-flex;
	align-items: center;
	align-self: center !important;
	justify-content: center;
	margin: 0 !important;
	padding: 6px 16px;
	border-radius: var(--drvu-radius-full);
	background: var(--drvu-primary);
	color: #fff !important;
	font: var(--drvu-label-md);
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.drvu-knowledge-page .drvu-know-featured .row:first-child h2 {
	margin: 0 !important;
	line-height: 1.2;
	display: flex;
	align-items: center;
}

body.drvu-knowledge-page .drvu-know-featured .row:first-child {
	margin-bottom: 32px;
}

body.drvu-knowledge-page .col.drvu-featured > .col-inner {
	position: relative;
	min-height: 500px;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: var(--drvu-shadow-card);
}

body.drvu-knowledge-page .col.drvu-featured .img,
body.drvu-knowledge-page .col.drvu-featured .img-inner {
	position: absolute;
	inset: 0;
	margin: 0;
	height: 100%;
}

body.drvu-knowledge-page .col.drvu-featured .image-cover {
	position: absolute;
	inset: 0;
	padding-top: 0 !important;
	height: 100% !important;
}

body.drvu-knowledge-page .col.drvu-featured .image-cover img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}

body.drvu-knowledge-page .col.drvu-featured > .col-inner::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 32, 69, 0.9) 0%, rgba(0, 32, 69, 0.5) 55%, transparent 100%);
	z-index: 1;
	pointer-events: none;
}

body.drvu-knowledge-page .col.drvu-featured .drvu-featured__meta,
body.drvu-knowledge-page .col.drvu-featured h3,
body.drvu-knowledge-page .col.drvu-featured > .col-inner > p:not(.drvu-featured__meta),
body.drvu-knowledge-page .col.drvu-featured .button {
	position: relative;
	z-index: 2;
	max-width: 36rem;
	margin-left: 48px;
	margin-right: 48px;
	color: #fff;
}

body.drvu-knowledge-page .col.drvu-featured .drvu-featured__meta {
	display: block;
	padding-top: 80px;
	margin-bottom: 16px;
	font: var(--drvu-label-md);
	color: rgba(255, 255, 255, 0.7);
}

body.drvu-knowledge-page .col.drvu-featured h3 {
	font: var(--drvu-headline-xl);
	letter-spacing: var(--drvu-tracking-headline);
	color: #fff;
	margin-bottom: 24px;
}

body.drvu-knowledge-page .col.drvu-featured > .col-inner > p:not(.drvu-featured__meta) {
	font: var(--drvu-body-lg);
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 32px;
}

body.drvu-knowledge-page .col.drvu-featured .button.drvu-btn-teal {
	background: var(--drvu-secondary) !important;
	border-color: var(--drvu-secondary) !important;
	color: var(--drvu-on-secondary) !important;
	margin: 0 8px 24px 48px;
}

body.drvu-knowledge-page .col.drvu-featured .button.drvu-btn-ghost {
	background: transparent !important;
	border: 1px solid rgba(255, 255, 255, 0.3) !important;
	color: #fff !important;
	margin: 0 0 24px;
}

body.drvu-knowledge-page .col.drvu-featured .button.drvu-btn-ghost:hover {
	background: #fff !important;
	color: var(--drvu-primary) !important;
}

/* Newsletter */
body.drvu-knowledge-page .col.drvu-news-banner > .col-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px 48px;
	align-items: center;
	padding: 48px;
	background: var(--drvu-primary-container);
	border-radius: 1.5rem;
	overflow: hidden;
}

body.drvu-knowledge-page .col.drvu-news-banner h2 {
	grid-column: 1;
	color: var(--drvu-on-primary);
	margin-bottom: 0;
}

body.drvu-knowledge-page .col.drvu-news-banner p {
	grid-column: 1;
	margin: 0;
	color: var(--drvu-on-primary-container);
}

body.drvu-knowledge-page .col.drvu-news-banner .drvu-news-form {
	grid-column: 2;
	grid-row: 1 / span 2;
	min-width: 0;
	align-self: center;
}

@media (max-width: 849px) {
	body.drvu-knowledge-page .col.drvu-cat--wide > .col-inner,
	body.drvu-knowledge-page .col.drvu-news-banner > .col-inner {
		grid-template-columns: 1fr;
	}

	body.drvu-knowledge-page .col.drvu-cat--wide .img,
	body.drvu-knowledge-page .col.drvu-cat--wide .img-inner,
	body.drvu-knowledge-page .col.drvu-cat--mind .img,
	body.drvu-knowledge-page .col.drvu-cat--mind .img-inner,
	body.drvu-knowledge-page .col.drvu-cat--wide h3,
	body.drvu-knowledge-page .col.drvu-cat--wide p,
	body.drvu-knowledge-page .col.drvu-cat--wide .button,
	body.drvu-knowledge-page .drvu-news-form {
		grid-column: 1;
		grid-row: auto;
	}

	body.drvu-knowledge-page .col.drvu-cat--wide .img,
	body.drvu-knowledge-page .col.drvu-cat--wide .img-inner {
		position: relative;
		min-height: 0;
		height: auto;
	}

	body.drvu-knowledge-page .col.drvu-cat--wide .image-cover {
		position: relative;
		min-height: 200px;
		padding-top: 200px !important;
		height: 0 !important;
	}

	body.drvu-knowledge-page .col.drvu-featured .drvu-featured__meta,
	body.drvu-knowledge-page .col.drvu-featured h3,
	body.drvu-knowledge-page .col.drvu-featured > .col-inner > p:not(.drvu-featured__meta) {
		margin-left: 24px;
		margin-right: 24px;
	}

	body.drvu-knowledge-page .col.drvu-featured .button.drvu-btn-teal {
		margin-left: 24px;
	}

	body.drvu-knowledge-page .col.drvu-featured h3 {
		font: var(--drvu-headline-lg);
	}

	body.drvu-knowledge-page .col.drvu-news-banner > .col-inner {
		padding: 32px 24px;
	}

	body.drvu-knowledge-page .drvu-news-form {
		flex-direction: column;
	}

	body.drvu-knowledge-page .drvu-search {
		flex-wrap: wrap;
		padding: 12px;
	}

	body.drvu-knowledge-page .drvu-search__input {
		width: 100%;
		flex: 1 1 100%;
		margin: 8px 0;
	}
}
/* ==========================================================================
   FEATURED ARTICLE (BÀI VIẾT NỔI BẬT) - STITCH DESIGN MATCH
   ========================================================================== */
.drvu-know-featured {
    background-color: #f7fafc !important;
    padding: 60px 0 !important;
}

.drvu-featured-card-wrapper {
    width: 100%;
    margin: 20px auto 0;
}

.drvu-featured-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(0, 32, 69, 0.08);
    box-shadow: 0 12px 32px -4px rgba(0, 32, 69, 0.06), 0 4px 12px -2px rgba(0, 32, 69, 0.03);
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}

@media (min-width: 850px) {
    .drvu-featured-card {
        flex-direction: row;
        align-items: stretch;
        min-height: 380px;
    }
}

.drvu-featured-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -4px rgba(0, 32, 69, 0.1), 0 8px 16px -2px rgba(0, 32, 69, 0.04);
}

.drvu-featured-card__media {
    position: relative;
    width: 100%;
    min-height: 260px;
    background: #eef2f6;
    overflow: hidden;
}

@media (min-width: 850px) {
    .drvu-featured-card__media {
        width: 48%;
        min-height: auto;
    }
}

.drvu-featured-card__media a {
    display: block;
    width: 100%;
    height: 100%;
}

.drvu-featured-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.drvu-featured-card:hover .drvu-featured-card__media img {
    transform: scale(1.04);
}

.drvu-featured-card__media-placeholder {
    width: 100%;
    height: 100%;
    min-height: 260px;
    background: linear-gradient(135deg, #002045 0%, #006a63 100%);
}

.drvu-featured-card__body {
    width: 100%;
    padding: 32px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 850px) {
    .drvu-featured-card__body {
        width: 52%;
        padding: 40px 48px;
    }
}

.drvu-featured-card__badge-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.drvu-featured-card__cat {
    display: inline-flex;
    align-items: center;
    padding: 4px 14px;
    background: #e6f6f4;
    color: #006a63;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 9999px;
}

.drvu-featured-card__meta {
    font-size: 13.5px;
    color: #74777f;
    font-weight: 500;
}

.drvu-featured-card__title {
    font-family: var(--drvu-font) !important;
    font-size: 24px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    margin: 0 0 16px 0 !important;
}

@media (min-width: 850px) {
    .drvu-featured-card__title {
        font-size: 28px !important;
    }
}

.drvu-featured-card__title a {
    color: #002045 !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.drvu-featured-card__title a:hover {
    color: #006a63 !important;
}

.drvu-featured-card__excerpt {
    font-size: 15.5px !important;
    line-height: 1.65 !important;
    color: #43474e !important;
    margin-bottom: 28px !important;
}

.drvu-btn-read {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #006a63;
    color: #ffffff !important;
    font-size: 14.5px;
    font-weight: 600;
    padding: 12px 26px;
    border-radius: 9999px;
    text-decoration: none !important;
    transition: all 0.25s ease;
    align-self: flex-start;
    box-shadow: 0 4px 14px rgba(0, 106, 99, 0.25);
}

.drvu-btn-read:hover {
    background: #004d48;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 106, 99, 0.35);
}

.drvu-btn-read svg {
    transition: transform 0.25s ease;
}

.drvu-btn-read:hover svg {
    transform: translateX(4px);
}

/* ==========================================================================
   FEATURED ARTICLE — STITCH OVERLAY CARD
   ========================================================================== */
.drvu-know-featured {
	background-color: #f7fafc !important;
	padding: 80px 0 !important;
}

.drvu-featured-card-wrapper {
	width: 100%;
	margin: 0 auto;
}

.drvu-featured-hero {
	position: relative;
	min-height: 500px;
	border-radius: 16px;
	overflow: hidden;
	background: #002045 center/cover no-repeat;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
	display: flex;
	align-items: center;
}

.drvu-featured-hero__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 32, 69, 0.9) 0%, rgba(0, 32, 69, 0.5) 55%, transparent 100%);
	z-index: 1;
	pointer-events: none;
}

.drvu-featured-hero__body {
	position: relative;
	z-index: 2;
	max-width: 36rem;
	padding: 48px;
	color: #fff;
}

.drvu-featured-hero__meta {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 16px;
	font: 600 14px/1.2 var(--drvu-font);
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.7);
}

.drvu-featured-hero__meta .material-symbols-outlined {
	font-size: 18px;
}

.drvu-featured-hero__dot {
	margin: 0 4px;
	opacity: 0.7;
}

.drvu-featured-hero__title {
	font-family: var(--drvu-font) !important;
	font-size: 40px !important;
	line-height: 1.2 !important;
	letter-spacing: -0.02em;
	font-weight: 700 !important;
	color: #fff !important;
	margin: 0 0 24px !important;
}

.drvu-featured-hero__excerpt {
	font-size: 18px !important;
	line-height: 1.6 !important;
	color: rgba(255, 255, 255, 0.8) !important;
	margin: 0 0 32px !important;
	max-width: 32rem;
}

.drvu-featured-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.drvu-featured-hero .drvu-btn-read {
	border-radius: 8px;
	padding: 16px 32px;
	box-shadow: none;
}

.drvu-btn-ghost {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 16px 32px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-decoration: none !important;
	transition: background 0.2s ease, color 0.2s ease;
}

.drvu-btn-ghost:hover {
	background: #fff;
	color: #002045 !important;
}

@media (max-width: 849px) {
	.drvu-featured-hero {
		min-height: 420px;
	}

	.drvu-featured-hero__body {
		padding: 28px 24px;
	}

	.drvu-featured-hero__title {
		font-size: 28px !important;
	}
}

/* ==========================================================================
   ARTICLE DETAIL & SCIENTIFIC MEDICAL ARTICLE STYLING
   ========================================================================== */

.drvu-article-detail {
	background: #ffffff;
	padding: 48px 0 80px;
}

.drvu-detail-shell {
	max-width: 860px;
	margin: 0 auto;
	padding: 0 24px;
	box-sizing: border-box;
}

.drvu-article-detail__bar {
	margin-bottom: 24px;
}

.drvu-crumb {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13.5px;
	color: #64748b;
}

.drvu-crumb a {
	color: #002045;
	text-decoration: none;
	transition: color 0.2s ease;
}

.drvu-crumb a:hover {
	color: #006a63;
}

.drvu-article-detail article h1 {
	font-size: 32px;
	font-weight: 800;
	color: #002045;
	line-height: 1.35;
	margin: 0 0 16px;
	font-family: var(--drvu-font);
	letter-spacing: -0.015em;
}

.drvu-article-detail__meta,
body.drvu-layout .drvu-article-detail p.drvu-article-detail__meta,
body.drvu-layout .drvu-page p.drvu-article-detail__meta {
	display: flex !important;
	align-items: center !important;
	gap: 14px !important;
	flex-wrap: wrap !important;
	font-family: var(--drvu-font) !important;
	font-size: 12.5px !important;
	font-weight: 500 !important;
	line-height: 1.4 !important;
	color: #64748b !important;
	margin: 0 0 24px !important;
	padding-bottom: 16px !important;
	border-bottom: 1px solid rgba(196, 198, 207, 0.4) !important;
}

.drvu-article-detail__meta span,
body.drvu-layout .drvu-page p.drvu-article-detail__meta span {
	display: inline-flex !important;
	align-items: center !important;
	gap: 4px !important;
	font-size: 12.5px !important;
	color: #64748b !important;
}

.drvu-article-detail__meta .material-symbols-outlined,
body.drvu-layout .drvu-page p.drvu-article-detail__meta .material-symbols-outlined {
	font-size: 14px !important;
	line-height: 1 !important;
	color: #64748b !important;
}

.drvu-article-detail__hero {
	margin: 0 0 36px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 12px 36px rgba(0, 32, 69, 0.08);
}

.drvu-article-detail__hero img {
	width: 100%;
	max-height: 480px;
	object-fit: cover;
	display: block;
}

/* Article Body Typography */
.drvu-article-detail__body {
	font-size: 16.5px;
	line-height: 1.8;
	color: #334155;
	font-family: var(--drvu-font);
}

.drvu-article-detail__body p {
	margin: 0 0 20px;
}

.drvu-article-detail__body h2,
.drvu-art-h2 {
	font-size: 24px;
	font-weight: 750;
	color: #002045;
	margin: 40px 0 18px;
	line-height: 1.35;
	font-family: var(--drvu-font);
	padding-bottom: 8px;
	border-bottom: 2px solid #e2e8f0;
}

.drvu-article-detail__body h3,
.drvu-art-h3 {
	font-size: 19px;
	font-weight: 700;
	color: #006a63;
	margin: 30px 0 14px;
	line-height: 1.4;
	font-family: var(--drvu-font);
}

.drvu-art-hr {
	border: 0;
	height: 1px;
	background: #e2e8f0;
	margin: 36px 0;
}

.drvu-art-ul {
	margin: 0 0 24px 20px;
	padding-left: 10px;
}

.drvu-art-ul li {
	margin-bottom: 8px;
	line-height: 1.7;
}

/* Scientific Medical Table Styling */
.drvu-table-responsive {
	width: 100%;
	overflow-x: auto;
	margin: 32px 0;
	border-radius: 12px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 4px 16px rgba(0, 32, 69, 0.05);
	background: #ffffff;
	padding: 0;
	box-sizing: border-box;
}

.drvu-article-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 14px;
	background: #ffffff;
	text-align: left;
	margin: 0;
	border: none;
}

.drvu-article-table thead tr th {
	background: #002045;
	color: #ffffff;
	padding: 16px 20px;
	font-weight: 700;
	font-size: 13.5px;
	letter-spacing: 0.02em;
	border: none;
	white-space: nowrap;
}

.drvu-article-table thead tr th:first-child {
	border-top-left-radius: 10px;
}

.drvu-article-table thead tr th:last-child {
	border-top-right-radius: 10px;
}

.drvu-article-table thead tr th:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.drvu-article-table tbody td {
	padding: 16px 20px;
	border: none;
	border-top: 1px solid #edf2f7;
	border-right: 1px solid #edf2f7;
	color: #334155;
	vertical-align: top;
	line-height: 1.65;
}

.drvu-article-table tbody td:last-child {
	border-right: none;
}

.drvu-article-table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

.drvu-article-table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

.drvu-article-table tbody tr:nth-child(even) td {
	background: #f8fafc;
}

.drvu-article-table tbody tr:hover td {
	background: #f1f5f9;
}

/* Medical Reference Blockquote */
.drvu-art-quote {
	margin: 32px 0;
	padding: 18px 24px;
	background: #f0fdfa;
	border-left: 4px solid #006a63;
	border-radius: 0 12px 12px 0;
	font-size: 14.5px;
	color: #134e4a;
	line-height: 1.7;
	box-shadow: 0 2px 8px rgba(0, 106, 99, 0.05);
}

.drvu-art-quote strong {
	color: #006a63;
	font-size: 15px;
}
