﻿/* Support Button Styles */
.support-fab {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

/* Ensure the button is visible but doesn't interfere with other content */
@media (max-width: 768px) {
    .support-fab {
        bottom: 80px; /* Adjust for mobile navigation if present */
        right: 16px;
    }
}