.floating-banner-wrapper-3ac1238a {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    align-items: stretch;
    font-family: sans-serif;
}

.fb-tab-3ac1238a {
    width: 36px;
    background: #FF6B00;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

.fb-tab-icon-3ac1238a {
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
}

.fb-tab-text-3ac1238a {
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.fb-panel-3ac1238a {
    width: 0;
    background: #0A0E2E;
    overflow: hidden;
    transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.floating-banner-wrapper-3ac1238a.is-open .fb-panel-3ac1238a {
    width: 240px;
}

.fb-panel-inner-3ac1238a {
    width: 240px;
    padding: 20px 16px;
    box-sizing: border-box;
}

.fb-badge-3ac1238a {
    background: #FFC107;
    color: #0A0E2E;
    font-size: 10px;
    font-weight: 700;
    border-radius: 20px;
    padding: 3px 10px;
    display: inline-block;
    margin-bottom: 12px;
}

.fb-title-3ac1238a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 6px 0;
    line-height: 1.3;
}

.fb-subtitle-3ac1238a {
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    margin-bottom: 14px;
}

.fb-price-3ac1238a {
    color: #FFC107;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
}

.fb-price-3ac1238a span {
    font-size: 13px;
    font-weight: 400;
}

.fb-small-text-3ac1238a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    margin-bottom: 14px;
}

.fb-divider-3ac1238a {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 12px 0;
}

.fb-info-row-3ac1238a {
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.fb-btn-primary-3ac1238a {
    display: block;
    background: #FF6B00;
    color: #fff;
    border-radius: 20px;
    padding: 10px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    margin-bottom: 8px;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
}

.fb-btn-secondary-3ac1238a {
    display: block;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    padding: 8px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
}

@media (max-width: 768px) {
    .floating-banner-wrapper-3ac1238a.is-open .fb-panel-3ac1238a {
        width: 200px;
    }
    .fb-panel-inner-3ac1238a {
        width: 200px;
        padding: 16px 12px;
    }
    .fb-tab-3ac1238a {
        width: 32px;
    }
    .fb-title-3ac1238a {
        font-size: 14px;
    }
}
