/*
Theme Name: Hello Elementor Child
Author: Hello Elementor Child
Description: This is child theme of Hello Elementor
Version: 1.0.0
Template: hello-elementor

This is the child theme for Hello Elementor theme.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.content-restricted {
    max-width: 700px;
    margin: 40px auto;
    padding: 30px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #f9fafb;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.content-restricted p {
    margin: 0 0 15px;
    font-size: 16px;
    color: #374151;
    line-height: 1.6;
}

.content-restricted p strong {
    display: block;
    font-size: 18px;
    color: #111827;
    margin-bottom: 8px;
}

.content-restricted .subscribe-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background: #23387b;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}
