การฉีดวัคซีนเข็ม 3 จึงเป็นการกระตุ้นภูมิคุ้มกันให้เท่าทันต่อเชื้อไวรัส
.page-detail-card-wrap {
background: linear-gradient(145deg, #f5f8ff 0%, #f8fcf8 100%);
border: 1px solid #e5eaf3;
border-radius: 22px;
box-shadow: 0 12px 36px rgba(22, 40, 80, 0.1);
padding: 14px;
}
.page-detail-card {
border-radius: 16px;
overflow: hidden;
border: 1px solid #e8edf5;
}
.page-detail-body {
padding: 24px !important;
}
.page-detail-card .detail-top-media {
padding-top: 16px;
}
.page-detail-body h1 {
color: #1d2f5e;
font-size: 30px;
line-height: 1.25;
font-weight: 800;
}
.share-row {
display: flex;
flex-wrap: wrap;
gap: 8px;
align-items: center;
margin: 10px 0 16px;
}
.share-label {
color: #475569;
font-weight: 600;
}
.share-btn {
border: 1px solid #d7e2f2;
background: #fff;
color: #0f2c51;
border-radius: 999px;
padding: 6px 12px;
font-size: 13px;
font-weight: 600;
text-decoration: none;
cursor: pointer;
}
.share-btn.fb { border-color: #bcd4ff; }
.share-btn.line { border-color: #b7f1c7; }
.share-btn.x { border-color: #d4d8df; }
.share-btn.copy { border-color: #f4d9b8; }
.post-desc img,
.post-desc .form-group img,
.page-detail-body img {
max-width: 100% !important;
height: auto !important;
}
@media (max-width: 767px) {
.page-detail-card-wrap {
border-radius: 16px;
padding: 10px;
}
.page-detail-card {
border-radius: 12px;
}
.page-detail-body {
padding: 16px !important;
}
.page-detail-body h1 {
font-size: 24px;
}
}
