 .test-detail-section {
            max-width: 1200px;
            margin: 40px auto;
            padding: 30px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        
        .test-detail-container {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 40px;
        }
        
        .test-detail-image {
            flex-shrink: 0;
        }
        
        .test-detail-image img {
            width: 200px;
            height: auto;
            display: block;
        }