/* /css/Fallback.css */

.noscript-screen,
#fallback-warning-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background: #f0f0f0;
    color: #444;
    padding: 0;
    overflow: auto
}

.noscript-content,
#fallback-content {
    width: 85%;
    min-width: 300px;
    max-width: 600px;
    border: 1px solid #dcdcdc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    padding: 20px;
    background: #fff;
    text-align: left;
    margin: 30px auto 20px;
    position: relative
}

.noscript-content h1,
#fallback-content h1 {
    color: #e44d26;
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e44d26;
    font-weight: 700
}

.noscript-content p,
#fallback-content p {
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 15px
}

.noscript-content a,
#fallback-content a {
    text-decoration: none;
    color: #007bff
}

.noscript-content a:hover,
#fallback-content a:hover {
    color: #e44d26;
    font-weight: 700
}