.angie-sticky-mobile-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 15px;
    box-shadow: 0 -4px 15px rgba(0,0,0,0.05);
    z-index: 9999;
    text-align: center;
}

.angie-sticky-cta-btn {
    display: block;
    background-color: #E8A0A8;
    color: #ffffff;
    padding: 15px 20px;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(232, 160, 168, 0.4);
    transition: background-color 0.3s ease;
}

@media (max-width: 768px) {
    .angie-sticky-mobile-cta {
        display: block;
    }
    /* Add padding to body to prevent content hiding behind the sticky bar */
    body {
        padding-bottom: 70px;
    }
}
