.spb-97eca88b-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    color: #fff;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    box-sizing: border-box;
    transition: transform 0.3s ease-in-out;
}
.spb-97eca88b-wrapper.spb-closed {
    transform: translateY(-100%);
}
.spb-97eca88b-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    flex-grow: 1;
    justify-content: center;
}
.spb-97eca88b-title {
    font-weight: bold;
    font-size: 16px;
}
.spb-97eca88b-desc {
    font-size: 14px;
}
.spb-97eca88b-btn {
    background-color: #fff;
    color: #000;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    transition: opacity 0.2s;
}
.spb-97eca88b-btn:hover {
    opacity: 0.8;
}
.spb-97eca88b-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}
.spb-97eca88b-close svg {
    fill: #fff;
}