.visual-box {
            border: 2px solid #dbeafe;
            border-radius: 10px;
            padding: 20px;
            margin: 20px 0;
            background: #f8fbff;
        }

.visual-header {
            background: #1e293b;
            color: white;
            padding: 15px;
            border-radius: 8px;
            text-align: center;
            margin-bottom: 10px;
        }

.visual-nav {
            background: #2563eb;
            color: white;
            padding: 12px;
            border-radius: 8px;
            text-align: center;
            margin-bottom: 10px;
        }

.visual-main {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }

        .visual-section {
            flex: 2;
            background: #dbeafe;
            padding: 20px;
            border-radius: 8px;
        }

        .visual-aside {
            flex: 1;
            background: #fef3c7;
            padding: 20px;
            border-radius: 8px;
        }

        .visual-article {
            background: #dcfce7;
            padding: 20px;
            border-radius: 8px;
            margin-top: 10px;
        }

        .visual-footer {
            background: #0f172a;
            color: white;
            padding: 15px;
            border-radius: 8px;
            text-align: center;
            margin-top: 10px;
        }

        .tag-highlight {
            color: #2563eb;
            font-weight: bold;
        }