/*
 Theme Name:        MMT
 Theme URI:         https://your-site.com/mmt-theme/
 Description:       Custom theme for My Mother's Trust (built on a premium foundation)
 Author:            AllTruthNetwork
 Author URI:        https://x.com/alltruthnet
 Template:          Divi
 Version:           1.0.0
 Text Domain:       mmt
 Tags:              responsive-layout, custom-background, custom-colors, custom-menu
*/

/* ──────────────────────────────────────────────
   All your custom CSS goes BELOW this comment block
────────────────────────────────────────────── */

/* ──────────────────────────────────────────────
   CONTENT COPY DETERRENT
   Applies ONLY to public visitors
────────────────────────────────────────────── */

/* Disable text selection for visitors only */
body:not(.logged-in),
body:not(.logged-in) * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Prevent image dragging for visitors only */
body:not(.logged-in) img {
    pointer-events: none;
}

/* Always allow inputs & textareas */
input,
textarea {
    user-select: text !important;
    -webkit-user-select: text !important;
}

/* ──────────────────────────────────────────────
   MISC
────────────────────────────────────────────── */

detail {
    font-size: .8em;
    font-style: oblique;
    line-height: 1.05em;
}