/* MVP Components Fallback - für Browser ohne JavaScript aktiviert */

#mvp-components-placeholder .mvp-loading {
    display: none;
}

/* Noscript Styling */
.noscript-mvp-message {
    background: linear-gradient(135deg, var(--secondary-orange), var(--secondary-red));
    color: white;
    padding: 2rem;
    margin: 2rem auto;
    max-width: 800px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.noscript-mvp-message h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.noscript-mvp-message p {
    line-height: 1.6;
    margin-bottom: 1rem;
}

.noscript-mvp-message a {
    color: white;
    text-decoration: underline;
    font-weight: 600;
}