
                .sticky-badge {
                    position: fixed;
                    bottom: 10px;
                    right: 10px;
                    background-color: #ffe9cf;
                    color: #333;
                    font-family: 'Arial', sans-serif;
                    font-weight: bold;
                    padding: 5px 15px 5px 5px;
                    border-radius: 60px;
                    font-size: 14px;
                    z-index: 1000;
                    text-decoration: none;
                    display: flex;
                    align-items: center;
                    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
                }
    
                .badge-content {
                    display: flex;
                    align-items: center;
                }
    
                .badge-text {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    line-height: 1.2;
                    margin-left: 10px;
                    white-space: pre-line;
                }
    
                .badge-logo {
                    display: flex;
                    align-items: center;
                    background: #000;
                    border-radius: 90px;
                    padding: 5px;
                }
            