/* Module Custom Styles */

.custom-banner-overlay-bottom {
    position: absolute;
    bottom: 0; /* Aligned to the bottom */
    left: 0;
    right: 0;
    padding: 20px; /* Provides breathing room from the edge */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    pointer-events: none; /* Lets clicks pass through to the slider controls */
}

    .custom-banner-overlay-bottom h2 {
        pointer-events: auto; /* Allows the text to be selectable/interactive */
        margin-bottom: 0.25rem;
    }

    .custom-banner-overlay-bottom p {
        margin-bottom: 0.25rem;
    }