.admin-leaf-link {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    opacity: 0.75;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.admin-leaf-link:hover {
    transform: scale(1.1);
    opacity: 1;
}

.leaf-icon {
    width: 40px;
    height: 40px;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.2));
}