/**
 * Mindful Way - Ancient Touch Styling
 * Applies to Scriptures, Lessons, Mantras, Deities
 */

body.single-wizm_scripture,
body.single-wizm_scripture_lesson,
body.single-wizm_mantra,
body.single-wizm_deity {
    background-color: #fcf9f2; /* Parchment base */
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23noise)' opacity='0.08'/%3E%3C/svg%3E");
    color: #4a3b32; /* Ink color */
    font-family: 'Cinzel', 'EB Garamond', serif;
}

/* Container Borders */
.wizm-ancient-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 60px;
    background: rgba(255, 255, 255, 0.7);
    border: 8px solid #c9a776;
    border-image: url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100' height='100' fill='none' stroke='%23c9a776' stroke-width='4'/%3E%3Ccircle cx='10' cy='10' r='5' fill='%23c9a776'/%3E%3Ccircle cx='90' cy='10' r='5' fill='%23c9a776'/%3E%3Ccircle cx='10' cy='90' r='5' fill='%23c9a776'/%3E%3Ccircle cx='90' cy='90' r='5' fill='%23c9a776'/%3E%3C/svg%3E") 30 stretch;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    position: relative;
}

.wizm-ancient-container::before {
    content: '';
    position: absolute;
    top: 5px; left: 5px; right: 5px; bottom: 5px;
    border: 1px solid rgba(201, 167, 118, 0.5);
    pointer-events: none;
}

/* Typography */
.wizm-ancient-container h1 {
    text-align: center;
    font-size: 3rem;
    color: #8b3a3a;
    border-bottom: 2px solid #e2d3ba;
    padding-bottom: 20px;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.wizm-ancient-container h2, 
.wizm-ancient-container h3 {
    color: #5d4037;
    margin-top: 30px;
}

.wizm-ancient-container p {
    font-size: 1.1rem;
    line-height: 1.8;
    text-align: justify;
}

/* Callouts / Mantras inside */
.wizm-ancient-quote {
    font-style: italic;
    font-size: 1.2rem;
    text-align: center;
    padding: 20px;
    margin: 30px 0;
    border-top: 1px solid #c9a776;
    border-bottom: 1px solid #c9a776;
    color: #8b3a3a;
}
