/* ===== Divine Mantra Portal Styling ===== */

/* Force color override for Mantra Headings */
.divine-mantra-main h3 {
    color: rgba(149, 0, 0, 1) !important;
    font-weight: 800 !important;
    font-family: 'Cinzel Decorative', serif !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 0 0 2px rgba(149, 0, 0, 0.2);
    margin-top: 25px;
    margin-bottom: 8px;
}


/* Make all text bold for mantra meaning/benefits/deity sections */
.mantra-meaning,
.mantra-benefits,
.mantra-deity {
    font-weight: bold;
    line-height: 1.7;
    color: #2a1a0f;
    font-size: 1.05em;
}

/* Optional incense-fume overlay (soft aesthetic) */
.divine-mantra-main {
    position: relative;
    background: url('https://your-site.com/wp-content/uploads/incense-fume.png') center top no-repeat;
    background-size: contain;
    opacity: 0.95;
}
/* 🌸 Main Mantra Styling */
.divine-mantra-main .mantra-sanskrit {
    color: #864e4e !important;
    font-weight: 900 !important;
    /* very bold */
    font-size: 2.2em !important;
    text-align: center;
    letter-spacing: 0.5px;
    text-shadow: 0 0 4px rgba(134, 78, 78, 0.2);
    font-family: 'Noto Serif Devanagari', 'Cinzel Decorative', serif;
}
/* 🎧 Mantra Play Button Styling */
.divine-mantra-main .mantra-audio button,
.divine-mantra-main .mantra-audio .play-btn {
    transform: scale(0.8);
    /* makes it about 20% smaller */
    background-color: #864e4e !important;
    color: #fff !important;
    border: none;
    border-radius: 50%;
    padding: 8px 10px !important;
    transition: all 0.25s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

/* Hover / active effects */
.divine-mantra-main .mantra-audio button:hover,
.divine-mantra-main .mantra-audio .play-btn:hover {
    background-color: #a36666 !important;
    transform: scale(0.9);
}

/* Optional: icon inside smaller and centered */
.divine-mantra-main .mantra-audio button i,
.divine-mantra-main .mantra-audio .play-btn i {
    font-size: 0.9em;
    vertical-align: middle;
}