/*
Theme Name: YourTheme Child
Template: kadence
Version: 1.0
*/

.puzzle-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
}

.puzzle-hero {
    text-align: center;
    margin-bottom: 30px;
}

.puzzle-hero h1 {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.puzzle-intro {
    font-size: 1.1rem;
    line-height: 1.7;
}

.puzzle-preview {
    margin: 30px 0;
    text-align: center;
}

.puzzle-preview img {
    display:inline;
    max-width: 100%;
    border-radius: 12px;
}

.puzzle-download {
    text-align: center;
    margin: 40px 0;
    padding: 30px 20px;
    background: #f5f7fb;
    border-radius: 12px;
}

.puzzle-download h2 {
    margin-bottom: 20px;
}

.btn-primary,
.btn-secondary {
    display: inline-block;
    margin: 10px 8px;
    padding: 14px 24px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
}

.btn-primary {
    background: #1e4fa3;
    color: #fff;
}

.btn-secondary {
    background: #e8edf7;
    color: #1e2d4d;
}

.puzzle-section {
    margin: 50px 0;
}

.puzzle-section h2 {
    margin-bottom: 16px;
    font-size: 1.6rem;
}

.puzzle-content {
    line-height: 1.8;
}

.puzzle-content ul {
    padding-left: 20px;
}

.puzzle-optin {
    padding: 30px 20px;
    background: #f9f9f9;
    border-radius: 12px;
}