.noscript-message {
    font-weight: bold;
    background: #ffffff;
    padding: 3.75rem;
    box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 0;
    font-size: 1.5rem;
    text-shadow: 0 0 0.3125rem rgba(176, 224, 230, 0.5);
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10000;
    user-select: none;
}

.noscript-message h1 {
    font-size: 3.75rem;
    margin: 0;
    color: #6A7B8C;
    text-shadow: 0 0 0.4375rem rgba(106, 123, 140, 0.7), 0 0 0.8125rem rgba(106, 123, 140, 0.5);
    white-space: nowrap; /* Prevents unwanted wrapping */
}

.noscript-message p {
    font-size: 1.5rem;
    color: #333333; /* Darker text for better readability */
    text-shadow: 0 0 0.3125rem rgba(176, 224, 230, 0.5); /* Subtle glow effect */
    width: 100%; /* Ensure paragraph takes full width */
    margin: 1.25rem auto 0; /* Center-align and add spacing */
}
