/* Auto-extracted from single-tagebuch.php */

/* =========================================
       1. HAUPT-LAYOUT (JOURNAL / PAPER STYLE)
       ========================================= */
    .journal-wrapper {
        margin: 0;
        padding: 0;
        width: 100%;
        min-height: 100vh;
        /* Papier-Look: Warmes Beige/Creme */
        background: #fdfbf7;
        background-image: 
            radial-gradient(#d4a373 0.5px, transparent 0.5px),
            radial-gradient(#d4a373 0.5px, #fdfbf7 0.5px);
        background-size: 20px 20px;
        background-position: 0 0, 10px 10px;
        font-family: 'Georgia', 'Times New Roman', serif; /* Serif für Buch-Feeling */
        overflow-x: hidden;
        position: relative;
        color: #2d2a2e; /* Dunkles Tinte-Grau */
    }

    /* --- ANIMIERTE EMOJIS --- */
    .bg-emoji {
        position: fixed;
        bottom: -10vh;
        z-index: 0; 
        opacity: 0;
        pointer-events: none;
        animation: riseUp linear forwards;
        font-family: "Segoe UI Emoji", "Noto Color Emoji", "Apple Color Emoji", sans-serif;
        user-select: none;
        filter: sepia(0.6) contrast(0.9) opacity(0.7); /* Vintage Look */
    }

    @keyframes riseUp {
        0% { bottom: -10vh; transform: translateX(0) rotate(0deg); opacity: 0; }
        10% { opacity: 0.15; } 
        80% { opacity: 0.15; }
        100% { bottom: 110vh; transform: translateX(50px) rotate(360deg); opacity: 0; }
    }

    /* --- CARD CONTAINER (PAPER SHEET) --- */
    .glass-card {
        position: relative;
        z-index: 10;
        max-width: 900px;
        margin: 0 auto 3rem;
        padding: 4rem;
        background: #ffffff;
        /* Papierstruktur */
        box-shadow: 
            0 1px 1px rgba(0,0,0,0.15), 
            0 10px 0 -5px #eee, 
            0 10px 1px -4px rgba(0,0,0,0.15), 
            0 20px 0 -10px #eee, 
            0 20px 1px -9px rgba(0,0,0,0.15);
        border: 1px solid #d4a373;
        border-radius: 2px;
    }
    
    /* "Washi Tape" Oben */
    .glass-card::before {
        content: '';
        position: absolute; top: -15px; left: 50%; transform: translateX(-50%) rotate(-1deg);
        width: 150px; height: 35px;
        background: rgba(212, 163, 115, 0.4);
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        z-index: 20;
    }

    /* --- TYPOGRAFIE & HEADER --- */
    a.journal-badge {
        display: inline-block;
        background: transparent;
        color: #9c6644; /* Braun/Tinte */
        padding: 5px 0;
        font-family: 'Inter', sans-serif;
        font-size: 0.8rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 1.5rem;
        text-decoration: none;
        border-bottom: 2px solid #e6ccb2;
        transition: all 0.2s;
    }
    a.journal-badge:hover { border-bottom-color: #9c6644; letter-spacing: 3px; }

    h1.post-title {
        font-size: 3.5rem;
        font-weight: 400; /* Handgeschrieben-Look, leicht */
        font-style: italic;
        margin: 0 0 2rem;
        line-height: 1.1;
        color: #231f20;
        letter-spacing: -1px;
    }

    /* --- CONTENT STYLING --- */
    .entry-content { font-size: 1.3rem; line-height: 1.9; color: #4a4e69; }
    
    /* Headlines */
    .entry-content h2 { 
        color: #9c6644; 
        font-size: 1.8rem; 
        margin-top: 3.5rem; 
        margin-bottom: 1.5rem; 
        font-weight: 700; 
        border-bottom: 1px dashed #d4a373;
        display: inline-block;
        padding-bottom: 5px;
        font-family: 'Georgia', serif;
    }

    .entry-content h3 { color: #6d6875; font-size: 1.4rem; margin-top: 2.5rem; font-weight: 600; font-style: italic; }
    .entry-content p { margin-bottom: 1.8rem; }
    
    /* Zitate (Handgeschriebene Notiz) */
    .entry-content blockquote {
        border: none;
        background: #fff8e1; /* Post-it Gelb */
        padding: 2rem;
        margin: 3rem 0;
        font-size: 1.2rem;
        font-style: italic;
        color: #555;
        box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
        transform: rotate(-1deg);
        position: relative;
    }
    /* Pin Nadel */
    .entry-content blockquote::after {
        content: '';
        position: absolute; top: -10px; left: 50%;
        width: 15px; height: 15px;
        background: #ef4444; /* Roter Pin */
        border-radius: 50%;
        box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    }

    /* Listen */
    .entry-content ul, .entry-content ol { 
        background: transparent;
        padding: 1rem 1rem 1rem 3rem; 
        margin-bottom: 2rem; 
    }
    .entry-content ul li { margin-bottom: 10px; position: relative; }
    .entry-content ul li::marker { color: #d4a373; font-size: 1.2em; }

    /* Links im Text */
    .entry-content a {
        color: #9c6644;
        text-decoration: none;
        background-image: linear-gradient(120deg, #faedcd 0%, #faedcd 100%);
        background-repeat: no-repeat;
        background-size: 100% 0.4em;
        background-position: 0 88%;
        transition: background-size 0.25s ease-in;
        font-weight: 600;
    }
    .entry-content a:hover { background-size: 100% 100%; color: #432818; }

    /* Bilderrahmen (Polaroid) */
    .entry-content img {
        max-width: 100%; height: auto; display: block; margin: 3rem auto;
        padding: 15px 15px 50px 15px; /* Polaroid Bottom */
        background: white;
        box-shadow: 0 5px 15px rgba(0,0,0,0.15);
        transform: rotate(2deg);
        border: 1px solid #ddd;
    }

    /* --- INFO BOX (Gedankenstütze) --- */
    .harm-reduction-box {
        margin-top: 4rem;
        background: #f7f3e8; 
        border: 1px solid #d4a373;
        border-left: 5px solid #d4a373;
        padding: 2rem;
        display: flex;
        gap: 1.5rem;
        align-items: center;
        font-family: 'Inter', sans-serif;
    }
    .warning-emoji { font-size: 2.2rem; }
    .warning-text h4 { color: #7f5539; margin: 0 0 0.5rem; font-weight: 700; text-transform: uppercase; font-size: 0.9rem; letter-spacing: 1px; }
    .warning-text p { margin: 0; font-size: 0.95rem; color: #5c4033; }

    /* --- AUTHOR BOX --- */
    .author-box { 
        display: flex; 
        align-items: flex-start; 
        gap: 2rem; 
        margin-top: 5rem; 
        padding-top: 3rem; 
        border-top: 1px dashed #d4a373; 
        font-family: 'Inter', sans-serif;
    }
    .author-avatar img { 
        width: 100px; height: 100px; 
        border-radius: 50%; 
        border: 4px solid #fff;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        padding: 0;
        object-fit: cover; 
        filter: sepia(0.4);
    }
    .author-content h3 { margin: 0 0 0.5rem; font-size: 1.4rem; color: #431407; font-family: 'Georgia', serif; }
    .author-content p { font-size: 0.95rem; color: #57534e; margin-bottom: 1.5rem; line-height: 1.6; }
    .author-link { 
        font-weight: 700; color: #9c6644; text-decoration: none; font-size: 0.9rem; text-transform: uppercase;
        border-bottom: 2px solid #e6ccb2; transition: all 0.2s;
    }
    .author-link:hover { border-bottom-color: #9c6644; }

    /* --- TAGS (Journal Stickers) --- */
    .journal-tags-container { margin-top: 3rem; padding-top: 2rem; border-top: 1px dashed #e6ccb2; }
    .journal-tags-title { font-weight: 700; color: #9c6644; margin-bottom: 1rem; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; font-family: 'Inter', sans-serif; }
    .tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
    .journal-tag {
        background: #fff3cd; /* Marker Gelb */
        color: #5c4033; 
        padding: 4px 12px;
        text-decoration: none; font-size: 0.9rem; font-weight: 600; 
        transition: all 0.2s;
        border-radius: 0;
        box-shadow: 2px 2px 0 rgba(0,0,0,0.05);
        font-family: 'Courier New', monospace; /* Schreibmaschine */
        transform: rotate(-1deg);
    }
    .journal-tag:nth-child(even) { transform: rotate(1deg); background: #e0f2f1; /* Marker Blau */ }
    .journal-tag:hover { transform: scale(1.1) rotate(0); box-shadow: 4px 4px 0 rgba(0,0,0,0.1); z-index: 5; }

    /* --- RELATED POSTS (Polaroids) --- */
    .related-posts-section { margin-top: 5rem; }
    .related-title { font-size: 1.6rem; font-weight: 400; font-style: italic; color: #2d2a2e; margin-bottom: 2rem; text-align: center; }
    .related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
    .related-card { 
        display: block; text-decoration: none; background: white; 
        padding: 10px 10px 40px 10px; /* Polaroid Style */
        box-shadow: 0 5px 15px rgba(0,0,0,0.1); 
        transition: transform 0.3s; 
        transform: rotate(-1deg);
    }
    .related-card:nth-child(2) { transform: rotate(2deg); margin-top: -10px; }
    .related-card:nth-child(3) { transform: rotate(-1.5deg); }
    
    .related-card:hover { transform: scale(1.05) rotate(0); z-index: 10; box-shadow: 0 15px 30px rgba(0,0,0,0.15); }
    
    .related-thumb { height: 180px; overflow: hidden; background: #eee; filter: sepia(0.2); }
    .related-thumb img { width: 100%; height: 100%; object-fit: cover; }
    
    .related-content { padding: 1rem 0.5rem 0; text-align: center; }
    .related-cat { display: none; } /* Zu clean für Polaroids */
    .related-name { 
        font-family: 'Courier New', monospace; 
        font-size: 1rem; 
        font-weight: 700; 
        color: #444; 
        margin: 0; 
        line-height: 1.3; 
    }
    .related-arrow { display: none; }

    /* --- CATEGORY BUTTON --- */
    .cat-section { text-align: center; margin: 5rem 0; font-family: 'Inter', sans-serif; }
    .cat-btn { 
        display: inline-block; 
        background: transparent; 
        color: #4a4e69; 
        padding: 12px 35px; 
        border-radius: 2px; 
        text-decoration: none; 
        font-size: 0.9rem;
        transition: all 0.3s; 
        border: 1px solid #4a4e69;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .cat-btn:hover { 
        background: #4a4e69;
        color: white;
        box-shadow: 0 5px 15px rgba(74, 78, 105, 0.2);
    }

    /* --- SOCIAL GRID (Classic Ink) --- */
    .social-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 1rem; margin-top: 3rem; font-family: 'Inter', sans-serif; }
    .social-card { 
        display: flex; flex-direction: column; align-items: center; justify-content: center; 
        padding: 1.5rem 1rem; 
        background: #fff; 
        border-radius: 2px; 
        text-decoration: none; 
        transition: all 0.2s ease; 
        border: 1px solid #e5e5e5; 
        text-align: center; 
    }
    .social-card:hover { 
        transform: translateY(-2px); 
        border-color: #9c6644;
        background: #fdfbf7;
    }
    .social-icon { width: 28px; height: 28px; margin-bottom: 0.5rem; color: #aaa; transition: transform 0.2s; }
    .social-card:hover .social-icon { transform: scale(1.1); color: #9c6644; }
    .social-name { font-weight: 700; font-size: 0.8rem; color: #444; }
    .social-handle { font-size: 0.7rem; color: #999; margin-top: 4px; }

    /* --- FLOATING HACK-THE-ALGO WIDGET (JOURNAL EDITION) --- */
    .algo-hack-widget {
        position: fixed;
        right: 20px;
        top: 50%; 
        transform: translateY(-50%);
        z-index: 1000;
        
        background: #fff;
        padding: 0; 
        border-radius: 4px;
        border: 1px solid #d4a373; /* Leather Brown Border */
        box-shadow: 0 5px 15px rgba(0,0,0,0.08);
        transition: transform 0.3s ease;
        
        width: auto;
        min-width: 140px; 
        overflow: hidden; 
    }

    .algo-hack-widget:hover {
        transform: translateY(-50%) scale(1.02);
        background: #fdfbf7;
    }

    /* Der Header Balken */
    .algo-head {
        background: #4a4e69; /* Ink Blue */
        color: #fff;
        font-size: 0.75rem;
        font-weight: 800;
        text-transform: uppercase;
        padding: 10px;
        text-align: center;
        letter-spacing: 2px;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        cursor: default;
        width: 100%;
        display: block;
        font-family: 'Inter', sans-serif;
    }
    
    .algo-buttons-group {
        padding: 12px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        justify-items: center;
    }

    .algo-share-btn {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border: 1px solid #eee;
        color: #555;
        cursor: pointer;
        transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        font-size: 1.1rem;
        flex-shrink: 0;
    }

    .algo-share-btn:hover {
        transform: scale(1.15);
        color: #9c6644;
        border-color: #9c6644;
    }

    /* Platform spezifische Farben */
    .asb-wa:hover { color: #25D366; border-color: #25D366; }
    .asb-tele:hover { color: #0088cc; border-color: #0088cc; }
    .asb-fb:hover { color: #1877F2; border-color: #1877F2; }
    .asb-reddit:hover { color: #FF4500; border-color: #FF4500; }
    .asb-twitter:hover { color: #1DA1F2; border-color: #1DA1F2; }
    
    .asb-insta:hover { color: #E1306C; border-color: #E1306C; }
    .asb-tiktok:hover { color: #000; border-color: #000; }
    .asb-copy:hover { color: #9c6644; border-color: #9c6644; }

    /* MOBILE OPTIMIERUNG (SWIPE SLIDER) */
    @media (max-width: 1000px) {
        .algo-hack-widget {
            top: auto;
            bottom: 20px;
            right: 50%;
            transform: translateX(50%);
            width: 92%; 
            max-width: 420px;
            min-width: auto;
            border-radius: 8px;
            display: block; 
            padding: 0;
            background: rgba(255, 255, 255, 0.98);
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        }

        .algo-hack-widget:hover {
            transform: translateX(50%);
        }

        .algo-head {
            border-radius: 8px 8px 0 0;
            font-size: 0.75rem;
            padding: 8px;
        }

        .algo-buttons-group {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            overflow-x: auto;
            gap: 12px;
            padding: 12px 15px;
            justify-content: flex-start;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }
        
        .algo-buttons-group::-webkit-scrollbar { display: none; }
        
        .algo-share-btn {
            width: 42px;
            height: 42px;
            font-size: 1.2rem;
            flex-shrink: 0;
        }
    }

    @media (max-width: 768px) {
        .glass-card { margin: 0; padding: 2rem 1.5rem; border: none; background-image: none; box-shadow: none; border-top: 1px solid #d4a373; }
        .glass-card::before { display: none; }
        h1.post-title { font-size: 2.3rem; }
        .author-box { flex-direction: column; text-align: center; }
        .social-grid { grid-template-columns: repeat(2, 1fr); }
        .related-grid { grid-template-columns: 1fr; gap: 40px; }
        .related-card { transform: rotate(0) !important; margin-top: 0 !important; }
        
        .donation-grid { grid-template-columns: 1fr; }
        .col-info { border-right: none; border-bottom: 1px solid #e6ccb2; padding: 30px; }
        .col-payment { padding: 30px; }
    }

/* Widget Container Journal */
                .neelix-donation-wrapper {
                    font-family: 'Georgia', serif;
                    max-width: 100%;
                    margin: 80px 0 40px;
                    background: #fff;
                    border-radius: 2px;
                    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
                    border: 1px solid #d4a373;
                    overflow: hidden;
                    position: relative;
                    color: #2d2a2e;
                    z-index: 1;
                }

                /* Ticker (Paper Texture/Color) */
                .donation-ticker-bar {
                    background: #e6ccb2;
                    color: #4a4e69;
                    padding: 12px 0;
                    overflow: hidden;
                    position: relative;
                    font-size: 0.9rem;
                    font-style: italic;
                    font-weight: 600;
                    letter-spacing: 0.5px;
                    border-bottom: 1px solid #d4a373;
                }
                .ticker-content {
                    display: inline-block;
                    white-space: nowrap;
                    animation: ticker-scroll 45s linear infinite;
                    padding-left: 100%;
                }
                @keyframes ticker-scroll {
                    0% { transform: translateX(0); }
                    100% { transform: translateX(-100%); }
                }

                /* Grid Layout */
                .donation-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }

                /* Linke Spalte */
                .col-info {
                    padding: 40px;
                    background: #fdfbf7;
                    border-right: 1px solid #e6ccb2;
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                }

                .info-badge {
                    display: inline-block;
                    background: #fff;
                    color: #9c6644;
                    padding: 4px 10px;
                    border: 1px solid #9c6644;
                    font-size: 0.7em;
                    font-family: 'Inter', sans-serif;
                    text-transform: uppercase;
                    margin-bottom: 15px;
                }

                .info-title {
                    margin: 0 0 15px;
                    font-size: 1.8rem;
                    line-height: 1.2;
                    font-style: italic;
                    color: #4a4e69;
                }

                .info-text {
                    font-size: 1rem;
                    line-height: 1.7;
                    color: #555;
                    margin-bottom: 25px;
                }

                /* Share Box */
                .share-box {
                    background: #fff;
                    border: 1px dashed #d4a373;
                    padding: 20px;
                    margin-top: auto;
                    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
                }
                
                .share-title { font-size: 0.9rem; font-weight: 700; color: #9c6644; margin-bottom: 5px; font-family: 'Inter', sans-serif; text-transform: uppercase; }
                .share-subtitle { font-size: 0.8rem; color: #888; margin-bottom: 15px; font-family: 'Inter', sans-serif; }
                .share-btn {
                    display: flex; align-items: center; justify-content: center; gap: 8px;
                    padding: 10px; border: 1px solid #eee; text-decoration: none;
                    font-size: 0.8rem; font-family: 'Inter', sans-serif; font-weight: 600; color: #666;
                    transition: transform 0.2s; cursor: pointer; background: #fafafa;
                }
                .share-btn:hover { transform: translateY(-2px); border-color: #9c6644; color: #9c6644; }
                .sb-whatsapp { color: #25D366; }
                .sb-facebook { color: #1877F2; }
                .sb-twitter { color: #1DA1F2; }
                .sb-email { color: #9c6644; }
                .sb-reddit { color: #FF4500; }

                /* Rechte Spalte: Payment */
                .col-payment { padding: 40px; background: #fff; }

                .pay-title { text-align: center; font-weight: 400; font-style: italic; font-size: 1.5rem; margin-bottom: 25px; color: #2d2a2e; }
                .amt-btn {
                    flex: 0 0 auto;
                    padding: 10px 20px;
                    border: 1px solid #e6ccb2;
                    background: #fdfbf7;
                    border-radius: 2px;
                    font-weight: 600;
                    font-size: 1rem;
                    color: #9c6644;
                    cursor: pointer;
                    transition: all 0.2s;
                }
                .amt-btn:hover, .amt-btn.active {
                    border-color: #9c6644;
                    background: #9c6644;
                    color: white;
                    transform: translateY(-2px);
                    box-shadow: 0 4px 10px rgba(156, 102, 68, 0.2);
                }

                .custom-input-group { position: relative; width: 100px; }
                .custom-input {
                    width: 100%; padding: 10px;
                    border: 1px solid #9c6644;
                    border-radius: 2px;
                    font-size: 1.1rem;
                    font-weight: 600;
                    text-align: center;
                    color: #9c6644;
                    outline: none;
                    background: #fff;
                    font-family: 'Inter', sans-serif;
                }
                .currency-symbol {
                    position: absolute; right: 10px; top: 50%; transform: translateY(-50%);
                    color: #9c6644; font-weight: bold;
                }

                /* Main Button (Ink Style) */
                .main-pay-btn {
                    width: 100%;
                    padding: 16px;
                    background: #4a4e69; /* Ink Blue */
                    color: #fff;
                    border: none;
                    border-radius: 2px;
                    font-weight: 600;
                    font-size: 1.1rem;
                    cursor: pointer;
                    box-shadow: 0 4px 15px rgba(74, 78, 105, 0.2);
                    transition: transform 0.2s;
                    margin-bottom: 30px;
                    display: flex; align-items: center; justify-content: center; gap: 10px;
                    font-family: 'Inter', sans-serif; text-transform: uppercase; letter-spacing: 1px;
                }
                .main-pay-btn:hover { transform: scale(1.02); background: #22223b; }

                /* Crypto Buttons */
                .cry-btn {
                    padding: 6px 12px;
                    font-size: 0.8rem;
                    background: #fff;
                    color: #888;
                    border-radius: 2px;
                    border: 1px solid #eee;
                    cursor: pointer;
                    font-weight: 600;
                    transition: background 0.2s;
                }
                .cry-btn:hover { background: #fdfbf7; color: #9c6644; border-color: #e6ccb2; }

                .moonpay-link {
                    display: block; text-align: center; margin-top: 15px;
                    font-size: 0.75rem; color: #9c6644; text-decoration: none; font-weight: 600; font-family: 'Inter', sans-serif; text-transform: uppercase;
                }
                .moonpay-link:hover { text-decoration: underline; }

                /* Modals (Paper Clean) */
                .nlx-modal-overlay {
                    display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0;
                    width: 100%; height: 100%;
                    background: rgba(253, 251, 247, 0.95);
                    z-index: 9999999 !important;
                    justify-content: center; align-items: center;
                }
                .nlx-modal-box {
                    background: #fff;
                    padding: 40px; border: 1px solid #d4a373;
                    width: 90%; max-width: 450px; position: relative;
                    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
                    text-align: left; color: #333;
                    font-family: 'Inter', sans-serif;
                }

                .nlx-close { position: absolute; top: 15px; right: 20px; font-size: 28px; cursor: pointer; color: #999; line-height: 1; }
                .nlx-close:hover { color: #9c6644; }

                .nlx-copy-btn {
                    background: #9c6644; color: white; border: none; width: 100%;
                    padding: 12px; margin-top: 20px; font-weight: 700; cursor: pointer; text-transform: uppercase; border-radius: 2px;
                }
                .nlx-copy-btn:hover { background: #7f5539; }
                .cs-btn {
                    background: #fdfbf7; border: 1px solid #e6ccb2; padding: 10px;
                    cursor: pointer; font-size: 0.9rem; font-weight: 600; color: #555;
                }
                .cs-btn:hover { background: #fff; border-color: #9c6644; color: #9c6644; }

                /* Confirmation/Message Modals for Journal Theme */
                .nlx-modal-text { font-size: 1.1rem; line-height: 1.6; margin-bottom: 20px; color: #444; font-family: 'Georgia', serif; font-style: italic; }
                .nlx-confirm-btn, .nlx-cancel-btn {
                    padding: 10px 20px; font-weight: 700; cursor: pointer; transition: background 0.2s;
                    flex-grow: 1; max-width: 150px; text-transform: uppercase; border-radius: 2px; font-family: 'Inter', sans-serif;
                }
                .nlx-confirm-btn { background: #4a4e69; color: white; border: none; }
                .nlx-confirm-btn:hover { background: #22223b; }
                .nlx-cancel-btn { background: #fff; color: #888; border: 1px solid #ccc; }
                .nlx-cancel-btn:hover { border-color: #4a4e69; color: #4a4e69; }

                @media (max-width: 768px) {
                    .donation-grid { grid-template-columns: 1fr; }
                    .col-info { border-right: none; border-bottom: 1px solid #e6ccb2; padding: 30px; }
                    .col-payment { padding: 30px; }
                }
