/**
 * Fallback Stylesheet when Theme License is Inactive
 * File: c:\laragon\www\ojs\plugins\themes\cendikia-teal\styles\unlicensed.css
 */

body::before {
    content: "⚠️ AKTIVASI TEMA: Tema Cendikia Teal belum aktif pada domain ini. Silakan masukkan License Key (Widget ID) yang valid dari dashboard journal-stats-gen Anda di Pengaturan Tema OJS.";
    display: block;
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: #ffffff;
    text-align: center;
    padding: 16px 24px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    box-shadow: 0 4px 20px rgba(231, 76, 60, 0.3);
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    border-bottom: 2px solid #962d22;
}

/* Simple default styling fallback for a clean but unstyled look */
body {
    margin: 0;
    padding: 0;
    background-color: #f1f5f9;
}
