body {
            font-family: 'Inter', sans-serif;
            background-color: #f4f4f4;
        }

        .tcg-shadow {
            box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        }

        .filter-header::after {
            content: '−';
            float: right;
            font-weight: bold;
        }

        .sidebar-scroll::-webkit-scrollbar {
            width: 4px;
        }
        .sidebar-scroll::-webkit-scrollbar-track {
            background: #f1f1f1;
        }
        .sidebar-scroll::-webkit-scrollbar-thumb {
            background: #ccc;
            border-radius: 10px;
        }

        .post-content blockquote {
            border-left: 4px solid #3b82f6;
            background-color: #f8fafc;
            padding: 1rem;
            margin: 1rem 0;
            border-top-right-radius: 0.5rem;
            border-bottom-right-radius: 0.5rem;
            font-style: italic;
            color: #334155;
        }
        .post-content blockquote strong {
            color: #2563eb;
            font-style: normal;
            display: block;
            margin-bottom: 0.5rem;
        }
        .post-content blockquote a {
            color: #2563eb;
            text-decoration: underline;
        }
        
        .hide-scrollbar::-webkit-scrollbar {
            display: none;
        }
        .hide-scrollbar {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

    @media (max-width: 768px) {
        #hero-prev, #hero-next {
            display: none !important;
        }
    }