/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 23 2025 | 18:44:52 */
#view-all-modules {
    background: var(--ld-primary-color);
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

#view-all-modules:hover {
    opacity: 0.9;
}