
		.chapter-foot {
            text-align: center;
            padding: 0px;
            color: #a0a0c0;
            border-radius: 12px;
            box-shadow: 0 0px 0px rgba(0,0,0,0.2);
            margin-top: 0px;
        }
        
        .chapter-foot p {
            margin-bottom: 15px;
        }
        
        .chapter-foot a {
            color: #a0a0c0;
            text-decoration: none;
            transition: color 0.3s;
            margin: 0 10px;
        }
        
        .chapter-foot a:hover {
            color: #6a11cb;
        }