/* docs/stylesheets/custom.css */
.md-banner {
    /* Existing banner styles */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Adds a 3D shadow */
    position: relative; /* Ensures shadow renders above content */
    z-index: 2; /* Keeps it on top */
}