
/* Tıbbî Nebevî sayfaları için yeşil tema */
.tibbibutton.mediumrounded{
  background:linear-gradient(135deg,#4ade80,#22c55e);
  color:#000;
  padding:8px 18px;
  border-radius:999px;
  border:2px solid #000;
  text-decoration:none;
  box-shadow:0 6px 16px rgba(0,0,0,0.25);
}
.tibbibutton.mediumrounded:hover{
  filter:brightness(0.95);
}
