/* კონფლიქტების პრევენცია */
        .history-article-root {
            all: initial;
            display: block;
        }

        body {
            background-color: #f4f1ea !important;
            margin: 0;
            padding: 0;
            font-family: 'Georgia', serif;
            line-height: 1.8;
            color: #333;
        }

        /* ძველი ქაღალდის ტექსტურა */
        body::before {
            content: "";
            position: fixed;
            top: 0; left: 0; width: 100%; height: 100%;
            background-image: url('https://www.transparenttextures.com/patterns/old-paper.png');
            opacity: 0.2;
            pointer-events: none;
            z-index: 1;
        }

        .history-wrapper {
            position: relative;
            z-index: 10;
            max-width: 900px;
            margin: 40px auto;
            background: #ffffff !important;
            padding: 50px;
            border-radius: 10px;
            border-top: 10px solid #660000;
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
            display: block !important;
        }

        .h-title {
            font-family: 'Georgia', serif;
            color: #660000 !important;
            text-align: center;
            font-size: 3em;
            margin-bottom: 30px;
            border-bottom: 3px double #d4a76a;
            padding-bottom: 20px;
            display: block !important;
        }

        .h-image {
            width: 100% !important;
            height: auto !important;
            margin-bottom: 40px;
            border: 6px solid #f4f1ea;
            outline: 1px solid #d4a76a;
            display: block !important;
        }

        .h-content {
            display: block !important;
            color: #222 !important;
            font-size: 20px !important;
            text-align: justify;
        }

        .h-content p {
            margin-bottom: 25px !important;
            display: block !important;
        }

        .h-content h2 {
            font-family: 'Georgia', serif;
            color: #660000 !important;
            font-size: 1.8em;
            margin-top: 50px;
            margin-bottom: 20px;
            border-left: 6px solid #660000;
            padding-left: 20px;
            background: #fdfaf3 !important;
            display: block !important;
        }

        .h-quote {
            display: block !important;
            margin: 40px 0;
            padding: 30px;
            background: #fdf2f2 !important;
            border-right: 5px solid #660000;
            font-style: italic;
            font-size: 1.1em;
            color: #4a0000 !important;
            text-align: center;
        }

        .h-summary {
            display: block !important;
            margin-top: 50px;
            border-top: 2px solid #eee;
            padding-top: 30px;
        }

        .h-card {
            display: block !important;
            margin-bottom: 15px;
            padding: 20px;
            background: #f9f9f9 !important;
            border-bottom: 3px solid #660000;
        }

        @media (max-width: 768px) {
            .history-wrapper { padding: 25px; margin: 10px; }
            .h-title { font-size: 2em; }
        }
