/**
 * Bellamy Core - Sticky Module Styles
 */
.alt-bellamy-sticky-active {
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

/* Invisible placeholder that keeps the page layout from jumping once
   the original element is switched to position: fixed. */
.alt-bellamy-sticky-spacer {
    display: none;
}
