Our Blogs

Insights and updates on urgent and primary care to keep you informed and empowered about your health.
AllPrimary-CareUncategorizedUrgent Care
/* ========================================= BLOG SIDEBAR ========================================= */ .blog-sidebar { width: 100%; } /* ========================================= WIDGET ========================================= */ .sidebar-widget { background: #f7f9fa; padding: 22px; margin-bottom: 25px; border-radius: 8px; } /* ========================================= HEADINGS ========================================= */ .sidebar-widget h3 { margin: 0 0 18px; padding-bottom: 12px; font-size: 21px; line-height: 1.3; font-weight: 700; color: #1d2939; border-bottom: 2px solid #0e757b; } /* ========================================= SEARCH ========================================= */ .search-box { display: flex; width: 100%; } .search-box input { width: 100%; height: 45px; padding: 0 12px; border: 1px solid #d9e0e3; border-right: none; border-radius: 5px 0 0 5px; background: #ffffff; font-size: 14px; outline: none; } .search-box input:focus { border-color: #0e757b; } .search-box button { width: 48px; height: 45px; border: none; background: #0e757b; color: #ffffff; border-radius: 0 5px 5px 0; cursor: pointer; font-size: 16px; } .search-box button:hover { background: #095d62; } /* ========================================= CATEGORIES ========================================= */ .category-widget ul { list-style: none; margin: 0; padding: 0; } .category-widget li { margin: 0; border-bottom: 1px solid #e1e5e8; } .category-widget li:last-child { border-bottom: none; } .category-widget a { display: block; padding: 11px 0; color: #45545b; text-decoration: none; font-size: 14px; transition: all 0.2s ease; } .category-widget a:hover { color: #0e757b; padding-left: 5px; } /* ========================================= RELATED POSTS ========================================= */ .related-post-item { padding: 15px 0; border-bottom: 1px solid #e1e5e8; } .related-post-item:last-child { border-bottom: none; padding-bottom: 0; } .related-post-item a { display: flex; align-items: flex-start; gap: 12px; text-decoration: none; } .related-post-item img { width: 90px; height: 65px; object-fit: cover; border-radius: 5px; flex-shrink: 0; } .related-post-content { flex: 1; } .related-post-content h4 { margin: 0 0 7px; font-size: 14px; line-height: 1.4; font-weight: 600; color: #263238; } .related-post-content span { font-size: 12px; color: #7a858b; } .related-post-item a:hover h4 { color: #0e757b; } /* ========================================= MOBILE ========================================= */ @media (max-width: 767px) { .sidebar-widget { padding: 18px; margin-bottom: 20px; } .sidebar-widget h3 { font-size: 19px; } .related-post-item img { width: 80px; height: 60px; } .related-post-content h4 { font-size: 13px; } }