/**
 * EM Em0131settings Module CSS
 * Theme-specific settings and configurations
 */

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    display: none;
    cursor: pointer;
}

.back-to-top:hover {
    opacity: 0.8;
}

/* General EM Settings Styles */
body.em-disable-responsive {
    min-width: 1200px;
}

/* EM Theme Framework Integration */
.em-settings-wrapper {
    position: relative;
}
