  .single-blog { transition: background .15s, transform .15s; padding: 8px 10px; border-radius: 8px; }
  .single-blog:hover { background: #f4f8ff; transform: translateY(-1px); }
  .single-blog:hover h1 { color: #1a4eb6 !important; }
  .single-blog .btn { pointer-events: none; }