/*
Theme Name: TutorStarter Child
Template: tutorstarter
Text Domain: tutorstarter
*/





/* Test background to prove child loading */
body {
    background: #fffacd !important; /* lemon yellow – should appear on ALL pages */
}

/* Your previous TMS custom styles can go here later */



body::after {
    content: "CHILD THEME ACTIVE — 2026 TEST";
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #ff0000;
    color: white;
    font-weight: bold;
    padding: 12px 18px;
    border-radius: 6px;
    z-index: 99999;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}