.sticky-footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 15px 20px;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sticky-container {
    width: 100%;
    max-width: 300px;
}

.sticky-btn {
    margin-bottom: 0;
    font-size: 16px;
    padding: 12px;
    width: 100%;
    box-shadow: none;
    text-align: center;
}

body {
    padding-bottom: 80px;
}