html,
body {
  overflow-x: hidden;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1050;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25d366;
  color: #fff;
  font-size: 2rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
  transition: transform .25s ease, box-shadow .25s ease;
}
.whatsapp-float:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 12px 28px rgba(0, 0, 0, .32); }
.design-credit { font-size: .72rem; opacity: .72; letter-spacing: .03em; }
.design-credit a { color: inherit; text-decoration: none; border-bottom: 1px solid currentColor; }
.blog-card { height: 100%; overflow: hidden; border: 0; box-shadow: 0 8px 28px rgba(17, 52, 78, .1); }
.blog-card img { aspect-ratio: 16 / 9; object-fit: cover; }
.blog-content img { max-width: 100%; height: auto; }
.status-message { margin-top: 78px; }
@media (max-width: 575.98px) { .whatsapp-float { width: 50px; height: 50px; right: 14px; bottom: 14px; font-size: 1.7rem; } }
