/* Blog / Health Resources Hub */
.blog-page { padding-bottom: 40px; }
.blog-hub-sidebar { margin-top: 0; }
.blog-pagination-row { margin-top: 10px; margin-bottom: 30px; }
.blog-sidebar--hub .blog-sidebar-block--search { margin-top: 0; padding-top: 0; border-top: none; }
.blog-sidebar--hub .blog-sidebar-block--cta { margin-bottom: 0; }
.blog-sidebar-search { margin: 0; }
.blog-sidebar-search .form-control { height: 38px; }
.blog-sidebar-drugs { list-style: none; padding: 0; margin: 0; max-height: 280px; overflow-y: auto; }
.blog-sidebar-drugs li { margin-bottom: 4px; }
.blog-sidebar-drug { display: flex; align-items: center; justify-content: space-between; padding: 7px 10px; border-radius: 4px; color: #333; font-size: 14px; text-decoration: none; transition: background 0.15s, color 0.15s; }
.blog-sidebar-drug:hover { background: #e8f4fa; color: #23a1d1; text-decoration: none; }
.blog-sidebar-drug.is-active { background: #23a1d1; color: #fff; font-weight: 600; }
.blog-sidebar-drug.is-active .blog-sidebar-drug-count { background: rgba(255,255,255,0.25); color: #fff; }
.blog-sidebar-drug-count { display: inline-block; min-width: 22px; text-align: center; padding: 1px 7px; border-radius: 10px; background: #e8ecef; color: #666; font-size: 11px; font-weight: 600; }
.blog-sidebar-clear { padding-left: 0; margin-top: 6px; }
.blog-hub-header h1 { margin-bottom: 12px; color: #2c3e50; font-size: 30px; }
.blog-hub-intro { font-size: 16px; line-height: 1.7; color: #555; margin-bottom: 20px; max-width: 820px; }
.blog-hub-toolbar { display: flex; flex-wrap: wrap; gap: 12px; align-items: stretch; margin-bottom: 8px; }
.blog-search-form { flex: 1 1 280px; max-width: 480px; margin: 0; }
.blog-search-input { height: 42px; border-radius: 4px 0 0 4px; }
.blog-hub-rx-cta { height: 42px; line-height: 28px; padding: 6px 20px; white-space: nowrap; }
.blog-topic-bar { margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid #e8e8e8; }
.blog-topic-label { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.6px; color: #888; margin-bottom: 10px; font-weight: 600; }
.blog-topic-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.blog-topic-pill { display: inline-block; padding: 7px 16px; border-radius: 20px; background: #f4f6f8; color: #444; font-size: 14px; font-weight: 500; border: 1px solid #e0e4e8; text-decoration: none; transition: background 0.15s, color 0.15s, border-color 0.15s; }
.blog-topic-pill:hover { background: #e8f4fa; color: #23a1d1; border-color: #b8e0f0; text-decoration: none; }
.blog-topic-pill.is-active { background: #23a1d1; color: #fff; border-color: #23a1d1; }
.blog-active-filters { margin-bottom: 20px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.blog-filter-tag { font-size: 14px; color: #555; background: #f0f8fc; padding: 6px 12px; border-radius: 4px; }
.blog-drug-index { margin-bottom: 32px; }
.blog-drug-index-title { font-size: 14px; text-transform: uppercase; letter-spacing: 0.5px; color: #888; margin: 0 0 12px; font-weight: 600; }
.blog-drug-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.blog-drug-chip { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 6px; background: #fff; border: 1px solid #e0e4e8; color: #333; font-size: 13px; text-decoration: none; transition: border-color 0.15s, box-shadow 0.15s; }
.blog-drug-chip:hover { border-color: var(--drug-color, #23a1d1); box-shadow: 0 2px 8px rgba(0,0,0,0.06); text-decoration: none; color: #333; }
.blog-drug-chip-name { font-weight: 600; }
.blog-drug-chip-count { display: inline-block; min-width: 20px; text-align: center; padding: 1px 6px; border-radius: 10px; background: var(--drug-color, #23a1d1); color: #fff; font-size: 11px; font-weight: 700; }
.blog-drug-sections { margin-bottom: 20px; }
.blog-drug-section { margin-bottom: 40px; padding-top: 8px; scroll-margin-top: 20px; }
.blog-drug-section-header { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; padding-bottom: 14px; border-bottom: 2px solid var(--drug-color, #23a1d1); }
.blog-drug-badge { flex-shrink: 0; width: 52px; height: 52px; border-radius: 10px; background: var(--drug-color, #23a1d1); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; letter-spacing: 0.5px; }
.blog-drug-section-meta { flex: 1; min-width: 0; }
.blog-drug-section-title { margin: 0 0 2px; font-size: 22px; color: #2c3e50; }
.blog-drug-section-count { margin: 0; font-size: 13px; color: #888; }
.blog-drug-shop-btn { flex-shrink: 0; white-space: nowrap; }
.blog-drug-articles { margin-left: -10px; margin-right: -10px; }
.blog-drug-articles > [class*="col-"] { padding-left: 10px; padding-right: 10px; }
.blog-grid { margin-bottom: 20px; }
.blog-card { background: #fff; border: 1px solid #e5e5e5; border-radius: 6px; margin-bottom: 20px; overflow: hidden; height: calc(100% - 20px); display: flex; flex-direction: column; transition: box-shadow 0.2s, transform 0.2s; }
.blog-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.08); transform: translateY(-2px); }
.blog-card-compact .blog-card-body { padding: 16px; }
.blog-card-image { display: block; overflow: hidden; background: #f4f6f8; }
.blog-card-image img { width: 100%; height: 200px; object-fit: cover; display: block; transition: transform 0.25s ease; }
.blog-card:hover .blog-card-image img { transform: scale(1.03); }
.blog-card-thumb { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 110px; background: var(--drug-color, #23a1d1); text-decoration: none; position: relative; overflow: hidden; }
.blog-card-thumb::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.12) 100%); pointer-events: none; }
.blog-card-thumb-initials { font-size: 28px; font-weight: 700; color: #fff; letter-spacing: 1px; line-height: 1; position: relative; z-index: 1; }
.blog-card-thumb-type { margin-top: 6px; font-size: 11px; text-transform: uppercase; letter-spacing: 0.8px; color: rgba(255,255,255,0.92); font-weight: 600; position: relative; z-index: 1; }
.blog-card-image img { width: 100%; height: 200px; object-fit: cover; }
.blog-card-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.blog-card-category { display: inline-block; font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px; color: #23a1d1; margin-bottom: 6px; font-weight: 600; }
.blog-card-body h3 { font-size: 16px; margin: 0 0 8px; line-height: 1.4; }
.blog-card-body h3 a { color: #2c3e50; }
.blog-card-body h3 a:hover { color: #23a1d1; text-decoration: none; }
.blog-card-meta { font-size: 12px; color: #999; margin-bottom: 8px; }
.blog-card-teaser { color: #666; flex: 1; margin-bottom: 12px; font-size: 14px; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.blog-read-more { font-weight: 600; color: #23a1d1; font-size: 14px; }
.blog-no-results { padding: 40px 0; color: #888; font-size: 16px; }
.blog-section-title { font-size: 22px; margin-bottom: 20px; border-bottom: 2px solid #23a1d1; padding-bottom: 8px; }
.blog-sidebar { background: #f8f9fa; border: 1px solid #e5e5e5; border-radius: 8px; margin-bottom: 25px; box-sizing: border-box; width: 100%; }
.blog-sidebar-body { padding: 18px 20px 20px; }
.blog-sidebar h3 { margin-top: 0; font-size: 14px; text-transform: uppercase; letter-spacing: 0.5px; color: #888; font-weight: 600; }
.blog-sidebar-topics { display: flex; flex-wrap: wrap; gap: 6px; }
.blog-sidebar-topic { display: inline-block; padding: 5px 12px; border-radius: 16px; background: #fff; color: #444; font-size: 13px; border: 1px solid #e0e4e8; text-decoration: none; transition: background 0.15s, color 0.15s; }
.blog-sidebar-topic:hover { background: #e8f4fa; color: #23a1d1; text-decoration: none; }
.blog-sidebar-topic.is-active { background: #23a1d1; color: #fff; border-color: #23a1d1; }
.blog-sidebar-help-text { font-size: 14px; color: #666; line-height: 1.55; margin-bottom: 12px; }
.blog-sidebar-contact { padding-left: 0; padding-right: 0; }
.blog-category-list { list-style: none; padding: 0; margin: 0; }
.blog-category-list li { border-bottom: 1px solid #e5e5e5; }
.blog-category-list li a { display: block; padding: 10px 0; color: #333; }
.blog-category-list li.active a,
.blog-category-list li a:hover { color: #23a1d1; font-weight: 600; }
#blog-article .blog-article { max-width: none; margin: 0 0 40px; }
.blog-article-category { display: inline-block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.6px; color: #23a1d1; margin-bottom: 10px; font-weight: 600; text-decoration: none; }
.blog-article-category:hover { color: #1a8ab8; text-decoration: none; }
.blog-article h1 { font-size: 32px; line-height: 1.3; margin-bottom: 15px; }
.blog-article-meta { font-size: 14px; color: #999; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #eee; }
.blog-article-hero { margin-bottom: 25px; }
.blog-article-hero img { border-radius: 4px; width: 100%; }
.blog-article-content { font-size: 16px; line-height: 1.8; color: #444; }
.blog-article-content h2 { font-size: 24px; margin: 30px 0 15px; color: #333; }
.blog-article-content h3 { font-size: 20px; margin: 25px 0 12px; color: #333; }
.blog-article-content p { margin-bottom: 18px; }
.blog-article-content ul,
.blog-article-content ol { margin-bottom: 18px; padding-left: 25px; }
.blog-article-content li { margin-bottom: 8px; }
.blog-article-content a { color: #23a1d1; text-decoration: underline; }
.blog-inline-cta { background: #f0f8fc; border: 1px solid #b8e0f0; border-left: 4px solid #23a1d1; border-radius: 4px; padding: 20px 24px; margin: 28px 0; text-align: center; }
.blog-inline-cta-heading { font-size: 18px; font-weight: 600; color: #333; margin: 0 0 8px; }
.blog-inline-cta p { margin-bottom: 15px; color: #555; }
.blog-inline-cta .btn { margin: 4px 6px; }
.blog-faq { margin-top: 40px; padding-top: 30px; border-top: 2px solid #eee; }
.blog-faq h2 { margin-bottom: 20px; }
.blog-article-cta { margin: 35px 0 20px; text-align: center; }
.blog-article-cta .btn { margin: 5px; }
.blog-disclaimer { color: #999; border-top: 1px solid #eee; padding-top: 15px; }
.blog-related { margin-top: 40px; padding-top: 30px; border-top: 2px solid #eee; }
.blog-related h2 { margin-bottom: 20px; }
.blog-related-item { margin-bottom: 20px; padding: 15px; background: #f8f9fa; border-radius: 4px; }
.blog-sidebar-block { margin-top: 20px; padding-top: 18px; border-top: 1px solid #eee; }
.blog-sidebar-block--topics { margin-top: 0; padding-top: 0; border-top: none; }
.blog-sidebar-block--guides { margin-bottom: 0; }
.blog-sidebar-block h3 { font-size: 14px; margin: 0 0 12px; }
.blog-sidebar-block .btn-block { margin-bottom: 8px; }
.blog-sidebar-links { list-style: none; padding: 0; margin: 0; }
.blog-sidebar-links li { margin-bottom: 10px; line-height: 1.45; padding-left: 12px; position: relative; }
.blog-sidebar-links li::before { content: ''; position: absolute; left: 0; top: 8px; width: 4px; height: 4px; border-radius: 50%; background: #23a1d1; }
.blog-sidebar-links a { color: #333; font-size: 14px; }
.blog-sidebar-links a:hover { color: #23a1d1; text-decoration: none; }
.blog-category-index { margin-bottom: 35px; padding-bottom: 25px; border-bottom: 2px solid #eee; }
.blog-category-index-group { margin-bottom: 18px; }
.blog-category-index-group h3 { font-size: 16px; font-weight: 600; margin: 0 0 8px; }
.blog-category-index-drugs { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px 16px; }
.blog-category-index-drugs li a { display: inline-block; padding: 4px 0; color: #333; }
.blog-category-index-drugs li a:hover { color: #23a1d1; text-decoration: none; }
.blog-sidebar-anchor { position: relative; height: 100%; }
@media (min-width: 992px) {
  #blog-hub > .container > .blog-hub-layout,
  #blog-article > .container > .row { display: flex; flex-wrap: wrap; align-items: stretch; }
  #blog-hub .blog-hub-sidebar,
  #blog-article .blog-article-sidebar { align-self: stretch; }
  #blog-hub .blog-sidebar,
  #blog-article .blog-sidebar {
    position: sticky;
    top: 16px;
    z-index: 2;
  }
}
@media (max-width: 991px) {
  .blog-hub-sidebar,
  .blog-article-sidebar { margin-top: 30px; }
  #blog-hub .blog-sidebar,
  #blog-article .blog-sidebar { position: static; margin-top: 0 !important; }
  .blog-drug-section-header { flex-wrap: wrap; }
  .blog-drug-shop-btn { width: 100%; margin-top: 4px; }
}
@media (max-width: 767px) {
  .blog-hub-header h1 { font-size: 24px; }
  .blog-hub-toolbar { flex-direction: column; }
  .blog-search-form { max-width: none; width: 100%; }
  .blog-hub-rx-cta { width: 100%; }
  .blog-article h1 { font-size: 26px; }
  .blog-card-image img { height: 160px; }
  .blog-drug-chip { font-size: 12px; padding: 5px 10px; }
}
.blog-guide-links { margin: 28px 0; padding: 20px 22px; background: #f8fafb; border: 1px solid #e3edf2; border-radius: 6px; }
.blog-guide-links h3 { margin: 0 0 14px; font-size: 20px; color: #1a3a4a; }
.blog-guide-links__list { list-style: none; margin: 0; padding: 0; }
.blog-guide-links__item { margin-bottom: 10px; }
.blog-guide-links__item a { display: block; color: #333; text-decoration: none; line-height: 1.45; }
.blog-guide-links__item a:hover .blog-guide-links__title { color: #23a1d1; }
.blog-guide-links__type { display: inline-block; min-width: 108px; margin-right: 8px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em; color: #23a1d1; }
.blog-guide-links__title { font-size: 15px; }
.blog-guide-links__footer { margin: 14px 0 0; font-size: 14px; }
.blog-guide-links__footer a { color: #23a1d1; }
.home-blog-teaser {
	background: #fff;
	border-top: 1px solid #dce6ee;
	border-bottom: none;
	margin: 0;
	width: 100%;
	clear: both;
	float: none;
	position: relative;
	z-index: 1;
}
.home-blog-teaser > .container {
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
.home-blog-teaser__header {
	margin: 0;
	text-align: left;
}
.home-blog-teaser__title {
	margin: 0 0 8px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	color: #01163a;
}
.home-blog-teaser__intro {
	margin: 0;
	max-width: 42em;
	font-size: 14px;
	line-height: 1.55;
	color: #64748b;
}
.home-blog-teaser__grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.home-blog-teaser__grid > [class*="col-"] {
	float: none;
	display: flex;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.home-blog-teaser__card {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 18px 18px 16px;
	min-height: 0;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	box-shadow: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.home-blog-teaser__card:hover {
	background: #fff;
	border-color: #0f75bc;
	box-shadow: 0 6px 16px rgba(15, 117, 188, 0.1);
}
.home-blog-teaser__badge {
	display: inline-block;
	align-self: flex-start;
	margin-bottom: 12px;
	padding: 4px 10px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #0f75bc;
	background: rgba(15, 117, 188, 0.1);
	border-radius: 4px;
}
.home-blog-teaser__card-title {
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}
.home-blog-teaser__card-title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: #01163a;
	text-decoration: none !important;
}
.home-blog-teaser__card-title a:hover,
.home-blog-teaser__card-title a:focus {
	color: #0f75bc;
	text-decoration: none !important;
}
.home-blog-teaser__card-teaser {
	flex: 1 1 auto;
	margin: 0 0 14px;
	font-size: 13px;
	line-height: 1.55;
	color: #64748b;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.home-blog-teaser__more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: auto;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	color: #0f75bc;
	text-decoration: none !important;
}
.home-blog-teaser__more .sl-icon {
	width: 0.95em;
	height: 0.95em;
	transition: transform 0.15s ease;
}
.home-blog-teaser__more:hover,
.home-blog-teaser__more:focus {
	color: #0b5a94;
	text-decoration: none !important;
}
.home-blog-teaser__more:hover .sl-icon,
.home-blog-teaser__more:focus .sl-icon {
	transform: translateX(2px);
}
.home-blog-teaser__cta {
	margin: 4px 0 0;
	text-align: left;
}
.home-blog-teaser__btn,
.home-blog-teaser__cta .btn-primary {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 11px 18px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	border-radius: 4px !important;
	background: #d93d3d !important;
	border: 1px solid #d93d3d !important;
	color: #fff !important;
	text-decoration: none !important;
}
.home-blog-teaser__btn:hover,
.home-blog-teaser__btn:focus,
.home-blog-teaser__cta .btn-primary:hover,
.home-blog-teaser__cta .btn-primary:focus {
	background: #c23131 !important;
	border-color: #c23131 !important;
	color: #fff !important;
}
@media (max-width: 767px) {
	.home-blog-teaser__title {
		font-size: 20px;
	}
}
