html.agrismooth-epitome {
  scroll-behavior: smooth;
}

.agrismooth-epitome .post,
.agrismooth-epitome .card {
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.2s ease;
  will-change: transform;
}

.agrismooth-epitome .post:hover,
.agrismooth-epitome .card:hover {
  transform: translateY(-8px) scale(1.015);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.agrismooth-epitome button,
.agrismooth-epitome .button {
  transition: transform 0.12s ease;
}

.agrismooth-epitome button:hover {
  transform: scale(1.06);
}
