/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
}

.blog-footer p:last-child {
  margin-bottom: 0;
}

footer li > a > img {
  width: 1.2rem;
}

.glass-morphic {
  /* 1. Semi-transparent background */
  background: rgba(255, 255, 255, 0.2);

  /* 2. The "Frosted" blur effect */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari support */

  /* 3. Subtle border to define the edges */
  border: 1px solid rgba(255, 255, 255, 0.3);

  /* 4. Rounded corners (standard for this look) */
  border-radius: 16px;

  /* 5. Soft shadow for depth */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
