.seabar-sticky-cta-8f34514c {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 12px 16px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    display: none;
    box-sizing: border-box;
}

.seabar-sticky-btn-8f34514c {
    display: block;
    width: 100%;
    background-color: #F58220;
    color: #ffffff;
    text-align: center;
    padding: 16px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    transition: background-color 0.3s ease;
}

.seabar-sticky-btn-8f34514c:hover,
.seabar-sticky-btn-8f34514c:active {
    background-color: #d9701a;
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    .seabar-sticky-cta-8f34514c {
        display: block;
    }
}