.row-flex { display: flex; align-items: top; flex-wrap: wrap; }        
        
.clinic-device__img { max-width: 100%; height: auto; border-radius: 4px; }
.clinic-device__badges { display: flex; align-items: center; gap: 15px; margin-bottom: 25px; }
.clinic-device__badge { display: inline-flex; border: 1px solid #2c423a; color: #2c423a; padding: 6px 16px; font-size: 13px; font-weight: 600; border-radius: 50px; }
.clinic-device__title { font-size: 30px; line-height: 1.5; color: #1a2924; font-weight: 300; margin: 0 0 20px 0; }
.clinic-device__highlight { font-weight: 700; color: #2c423a;font-size: 1.2em }
.clinic-device__desc { font-size: 15px; color: #777; line-height: 1.9; margin-bottom: 30px; }
.clinic-device__btn { background-color: #2c423a; color: #ffffff; padding: 12px 35px; border-radius: 4px; text-decoration: none; display: inline-block; transition: all 0.3s ease; }
.clinic-device__btn:hover { background-color: #1a2924; color: #ffffff; text-decoration: none; }

/* 新增概念原理樣式 */
.concept-box { margin-bottom: 30px; padding: 20px; background: #f9faf9; border-left: 4px solid #2c423a; }
.concept-tag { display: inline-block; background: #2c423a; color: #fff; padding: 4px 12px; font-size: 14px; border-radius: 4px; margin-bottom: 10px; font-weight: bold; }
.concept-text { color: #4a4a4a; line-height: 1.8; font-size: 18px; margin: 0;text-align: justify; }

@media (min-width: 1190px) {
	 .clinic-device__img { width: 280px;}
}
	@media (max-width: 768px) {
	.row-flex { display: block; } 
	.clinic-device__img-wrap { margin-bottom: 30px;  margin-top: 30px;}
	.clinic-device__title { font-size: 24px;  }
	.concept-text {font-size: 16px;}
}


.feature-card { 
	background: #ffffff; 
	padding: 40px; 
	border: 1px solid #ececec; 
	border-radius: 8px; 
	margin-bottom: 30px; 
	transition: all 0.4s ease; 
	text-align: center;
}
.card-panel-default{
	border: none; 
	box-shadow: 0 4px 15px rgba(0,0,0,0.08); 
	border-radius: 8px;				
	transition: transform 0.3s ease; 
}
.card-panel-default:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(44,66,58,0.05); }
.card-panel-body{
	padding: 25px;
}
.feature-card:hover { transform: translateY(-8px); box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.icon-wrap { width: 80px; height: 80px; background: #f0f3f2; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 25px; }
.card-title { font-size: 20px; margin-bottom: 15px; font-weight:700;color: #2c423a }
.card-text { font-size: 16px; color: #777; line-height: 1.8;text-align: justify; }
.med-purify__body{background: #f9faf9;}
.med-purify__title_wt { font-size: 24px; color: #fff; margin-bottom: 30px; font-weight: 800; border-left: 4px solid #fff; padding-left: 15px; }
.med-purify__dark-section { background: #2c423a; color: #fff; padding: 40px; border-radius: 8px;margin: 15px; margin-bottom: 40px;margin-top: 30px; }
.med-purify__badge { display: inline-block; padding: 8px 15px; background: rgba(255,255,255,0.1); border-radius: 20px; margin: 5px; font-size: 13.5px; }
.med-purify__note { font-size: 15px; color: #ccc; line-height: 1.9; margin-bottom: 30px;margin-top: 20px; }

.clinic-case-section { background: #f9f9f9; padding: 50px; border: 8px solid #647565; border-radius: 8px; margin-bottom: 30px;transition: transform 0.3s ease;  }
.clinic-case-section:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(44,66,58,0.05); }
.clinic-case-title { font-size: 24px; font-weight: 800; margin-bottom: 40px; text-align: center; color: #1a2924; padding-bottom: 20px; border-bottom: 1px solid #f0f0f0; }
.clinic-table { width: 100%; margin-bottom: 30px; }
.clinic-table th { color: #777; font-size: 16px; font-weight: 500; padding: 10px 0; border-bottom: 2px solid #2c423a; }
.clinic-table td { padding: 15px 0; font-size: 16px; border-bottom: 1px solid #eee; }
.clinic-val-pre { color: #333; font-weight: 600; }
.clinic-val-post { color: #2c423a; font-weight: 700; }
.clinic-diff { color: #a33; font-weight: 700; }
.clinic-desc { color: #666; line-height: 1.8; font-size: 16px; }
.clinic-highlight { font-weight: 600; color: #1a2924; font-size: 1.05em; }
.clinic-disclaimer { font-size: 15px; color: #aaa; margin-top: 20px; border-top: 1px solid #eee; pt: 10px;padding-top: 20px; }

.plasma-card { 
	background: #fff; 
	border: 2px solid #ececec; 
	padding: 30px; 
	border-radius: 8px; 
	transition: transform 0.3s ease; 
	height: 100%; /* 確保填滿父容器高度 */
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
}
.plasma-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(44,66,58,0.05); }

.plasma-img { width: 100%; max-width: 200px; object-fit: cover; border-radius: 4px; border: 1px solid #ddd; margin-bottom: 20px; }

.status-badge { display: inline-block; padding: 4px 12px; border-radius: 20px; font-weight: 600; margin-bottom: 15px; font-size: 12px; }
.status-normal { background: #f0f3f2; color: #2c423a; }
.status-warn { background: #fdf5eb; color: #b78759; }
.status-danger { background: #fcf0f0; color: #a33; }

.clinic-footer { text-align: center; margin-top: 40px; padding: 30px; border-top: 2px solid #2c423a; background: #f9faf9; border-radius: 8px; color: #2c423a }
.highlight-text { color: #8e3232; font-weight: bold; }

.card-desc { font-size: 16px; color: #666; line-height: 1.6; text-align: center; margin-top: auto;min-height: 75px; }