.cyliumpwa-banner {
    position: fixed;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    background: #ffffff;
    color: #111111;
    border-radius: 8px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .18);
    font-size: 14px;
    max-width: calc(100vw - 32px);
}

.cyliumpwa-banner__label {
    font-weight: 600;
}

.cyliumpwa-banner__btn {
    border: 0;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 13px;
    cursor: pointer;
}

.cyliumpwa-banner__btn--primary {
    background: #111111;
    color: #ffffff;
}

.cyliumpwa-banner__btn--ghost {
    background: transparent;
    color: #555555;
}

.cyliumpwa-banner__btn--ghost:hover {
    text-decoration: underline;
}
